1834078 Members
2957 Online
110063 Solutions
New Discussion

Re: WTF is libclog.sl?

 
SOLVED
Go to solution
Ronelle A van Niekerk
Frequent Advisor

WTF is libclog.sl?

My users are getting this error:

/usr/lib/dld.sl: Can't find path for shared library: libclog.sl
/usr/lib/dld.sl: No such file or directory

But I can't find ANYTHING, ANYWHERE referring to libclog.sl

What is it?
And where can I find it?
6 REPLIES 6
Ken Penland_1
Trusted Contributor
Solution

Re: WTF is libclog.sl?

well, I couldnt find libclog.sl either, but if you shorten your search to just "libclog" you get a few hits in google:

libclog: provides a syslog-style interface which can log to either syslog or to stdout.

'
Ivan Krastev
Honored Contributor

Re: WTF is libclog.sl?

This is SAM library located in /usr/sam/lib/.

On which conditions you have such message ?
What the users are trying to do ?

regards,
ivan
Ronelle A van Niekerk
Frequent Advisor

Re: WTF is libclog.sl?

i have no idea what they're trying to do. It's a startup script for one of the applications:

./S999och110 stop_bcd
Stopping the Batch Control Daemon
/usr/lib/dld.sl: Can't find path for shared library: libclog.sl
/usr/lib/dld.sl: No such file or directory
./S999och110[17]: 5374 Abort(coredump)
Waiting for batch daemons to stop....
Batch Control Daemon -> Stopped
Ronelle A van Niekerk
Frequent Advisor

Re: WTF is libclog.sl?

it also does not exist in my /usr/sam/lib.
Do I want to install it?
If so, what package or patch would include it - since i can't find it anywhere this is impossible to tell.
Dennis Handly
Acclaimed Contributor

Re: WTF is libclog.sl?

>Stopping the Batch Control Daemon

You should ask where you got this software.
Ronelle A van Niekerk
Frequent Advisor

Re: WTF is libclog.sl?

I could, but I know the answer - it's old inhouse stuff.
I think I found what's up. Most of their envs on the system that works include a libclog.sl library that they must get from somewhere.
I will make it their problem to sort out.

Thanks for the help.