Forum OpenACS Development: nsxml.so: shared object not open

Collapse
Posted by Ahmed Moustafa on
I got the following error from the log file of the aolserver:

[07/May/2001:09:05:36][8569.1024][-main-] Notice: modload: loading
'/usr/local/aolserver/bin/nsxml.so'
[07/May/2001:09:05:36][8569.1024][-main-] Warning: modload: failed to
load '/usr/local/aolserver/bin/nsxml.so': 'shared object not open'
[07/May/2001:09:05:36][8569.1024][-main-] Fatal: modload: failed to
load module 'nsxml.so'

Would you help me with this problem, please?

Collapse
Posted by Dave Bauer on
Do you have libxml2 installed? I think this is what happens when it is linked against libxml1.
Collapse
Posted by Ahmed Moustafa on
Dave, I've libxml2.
Collapse
Posted by Ahmed Moustafa on
It's working now. I did:
ldconfig /usr/local/lib
Does that make sense?
Collapse
Posted by Henry Minsky on
That's one way to tell unix where the shared libraries are. Another way would be to set the LD_LIBRARY_PATH in your equivalent of an nsd-oracle (or nsd-postgres) startup script for the web server if you use one.