need help with installing shared libraries on linux
- by naiquevin
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