Paul Van Allsburg wrote:
I compiled Bacula 1.36.2 on a sparc-sun-solaris2.8 -- solaris 5.8, it finished successfully. I built it with ./configure --enable-client-only
When I start bacula-fd it gets killed immediately as follows:


server:# /sbin/bacula-fd $2 -c /etc/bacula/bacula-fd.conf
ld.so.1: /sbin/bacula-fd: fatal: libstdc++.so.5: open failed: No such file or directory

It means the file is not in your default library path. See man crle

If you are using /usr/ccs/bin/ld for the link, export LD_OPTIONS with the path to libstdc++.so.5. This will put the runpath in the object. If you are using a different linker, it may be LD_RUN_PATH.

Or you can hack away at LD_LIBRARY_PATH.

Or you can try the packages at www.blastwave.org

Alex


------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to