On Wed, Jul 30, 2003 at 08:25:19PM -0700, Kamesh wrote: > ld.so.1: sqwebmail: fatal: libgdbm.so.3: open failed: No such file or > directory
Solaris trick: # crle shows you the library path. You can change it as follows: # crle -l /usr/lib:/usr/local/lib:/usr/local/ssl/lib It is persistent (the setting is stored in /var/ld/ld.config) so it will work even after a reboot. Note that crle -l *replaces* the library search path with what you give, so make sure you include /usr/lib or you could find yourself in problems :-) Regards, Brian.
