>>>>> On Mon, 19 Oct 2009 10:57:10 -0400, Bob Hetzel said: > > Greetings, > > I've just compiled the version 3.0.3 and ran into this issue after doing a > make install and then trying to start it. > > OS is Centos 5.3 x64 > > # /etc/bacula/bacula start > Starting the Bacula Storage daemon > /usr/sbin/bacula-sd: error while loading shared libraries: libbacpy.so.1: > cannot open shared object file: No such file or directory > Starting the Bacula File daemon > /usr/sbin/bacula-fd: error while loading shared libraries: libbacfind.so.1: > cannot open shared object file: No such file or directory > Starting the Bacula Director daemon > /usr/sbin/bacula-dir: error while loading shared libraries: > libbacfind.so.1: cannot open shared object file: No such file > > Bacula was able to build these two files and install them as you can see here: > > # dir /usr/lib/libbac*
Looks like a bug/limitation of the configure script. The libraries should be installed in /usr/lib64 if you build Bacula as 64-bit on Centos (the /usr/lib directory is used on 32-bit libraries). __Martin ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Bacula-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/bacula-devel
