18 Jul
2002
18 Jul
'02
7:53 p.m.
Jose Gerardo Amaya Giron writes:
... /usr/local/Zope/Zope-2.5.1-linux2-x86/lib/python2.1/site-packages/SQLRelay/PySQLRDB.py, line 10, in ? (Object: localtime) ImportError: librudiments.so: cannot open shared object file: No such file or directory The dynamic linker looks at some standard places (defined in "/etc/ld.so.conf") and in the places defined by your "LD_LIBRARY_PATH".
Your options: * extend "/etc/ld.so.conf" (rebuild the cache with "ldconfig" afterwards) * extend "LD_LIBRARY_PATH" * move (or link) the shared objects to a place where the dynamic linker finds it without modification. Dieter