need help with installing shared libraries on linux
Posted
by naiquevin
on Stack Overflow
See other posts from Stack Overflow
or by naiquevin
Published on 2010-04-01T14:08:11Z
Indexed on
2010/04/01
18:13 UTC
Read the original article
Hit count: 346
Hi,
I am new to linux and trying to get the Ajax Push engine server to work on Ubuntu 9.04. I installed the server from source it fails the check that it does by using its own javascript framework.
The problem is that it fails to load the modules and the output that i get in the terminal when i start it is.
[Module] Failed to load ../modules/lib/libmod_spidermonkey.so [Invalid library] (libmysac.so.0.0: cannot open shared object file: No such file or directory)
i thought i had to install mysac lib as a shared lib, so after some searching i copied the libmysac.so to /usr/local/lib/ and upon running ldconfig there it created the symlink. But still it gived the same error.
Now I copied the libmod_spidermonkey.so in the shared lib dir. But this time ldconfig did not create any symlinks.
I am really confused and looking for some pointers . Please help
© Stack Overflow or respective owner