1752810 Members
5559 Online
108789 Solutions
New Discussion юеВ

usr/lib/dld.sl

 
Jayaprakash_1
Advisor

usr/lib/dld.sl

Pls check the following error message and the way to overcome this problem

/usr/lib/dld.sl: Can't find path for shared library: libintl.sl
/usr/lib/dld.sl: No such file or directory
Abort(coredump)
/usr/lib/dld.sl
ERROR: mmap failed for dld
ERROR: mmap failed for TSD

Any help is appreciated.




jp
2 REPLIES 2
Alex Glennie
Honored Contributor

Re: usr/lib/dld.sl

This error means that dynamic loader (dld.sl) could not find the library libintl.sl (sybase lib I think)

probably it exists in /usr/lib/sybase/ ?

My advise is to add it toyour users SHLIB_PATH
variable and see what happens then ?
Rainer von Bongartz
Honored Contributor

Re: usr/lib/dld.sl

This means your shared library (libintl.sl ) cannot be found
Try to locate the path to this shared lib
(find / -name ibintl.sl -print) and add it to your SHLIB_PATH environement variable

Regards
Rainer
He's a real UNIX Man, sitting in his UNIX LAN making all his UNIX plans for nobody ...