[Zope] SQLRelay Problem

Dieter Maurer dieter@handshake.de
Thu, 18 Jul 2002 21:53:28 +0200


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