Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Oratcl problem

Status
Not open for further replies.

lakshmivaragan

Programmer
Sep 30, 2003
25
IN
Hi,
I got the below mentioned error, while trying to load the liboratcl3.3.sl (library for Oratcl).
Is this problem specific to unix or with the oratcl library.
I also tried to use "package require Oratcl". The same error appears...
What might be the problem ?


$ tclsh
% load liboratcl3.3.sl
/usr/lib/dld.sl: Can't shl_load() a library containing Thread Local Storage: /usr/lib/libcl.2
/usr/lib/dld.sl: Exec format error
couldn't load file "liboratcl3.3.sl": exec format error
%

Regs
Lax
 
Try changing your command to "package require Oratcl 3.3"

Thats what i am using.
 
Oratcl throwing the mentioned error seems to be a known problem. I tried loading oratcl in HP-ux. Some site suggested that there is patch available for dld.sl...
I think after applying the patch, oratcl wud work fine.

Regs
LAx
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top