2012.11.06 22:08 Administrator Beckspaced.com rašė: > hello there ;-) > > trying to install the newest dbmail 3.0.2 on an opensuse 12.1 box > > but do receive an error when trying to run dbmail-util > > dbmail-util: error while loading shared libraries: libzdb.so.9: cannot > open shared object file: No such file or directory > > i had to compile libzdb myself as it doesn't come with opensuse > > libzdb header files can be found at /usr/local/include/zdb > and the shared library was installed /usr/local/lib64/libzdb.so.9 > > when i compiled dbmail is used this configure option > > ./configure --with-zdb=/usr/local/ > > then make all > and make install > > everything went fine but once i want to run dbmail-util i get this error > -> > > dbmail-util: error while loading shared libraries: libzdb.so.9: cannot > open shared object file: No such file or directory
Have you checked LD_LIBRARY_PATH or tried to start application with LD_LIBRARY_PATH set to include /usr/local/lib64/ -- Tomas _______________________________________________ DBmail mailing list [email protected] http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail
