You are not logged in.
I've been running bacula for my backup; but after my system upgrade yesterday when I try to start it I get the following errors:
/bin/sh: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory
sleep: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
/bin/sh: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory
What changed and how do I fix it?
I've got another message in the network forum having to do with similar problems I ran into while trying to upgrade bacula to the latest version, but this is the problem with my existing setup - if I can get this running again, I probably can wait on the upgrade.
Offline
pmorris@arch:~ $ pacman -Qo /lib/libdl.so.2
/lib/libdl.so.2 is owned by glibc 2.4-2
If your recent upgrade included glibc then you might have to rebuild bacula against the new version.
Offline
Offline
AFAIK, bacula contains a LD_ASSUME_KERNEL=<something> line in the startscript. LD won't link any glibc library with this, as the libs in glibc require version 2.6.12 or later to operate.
Offline
Wait a minute, you're saying his system crash has something to do with bacula being installed? :shock:
Offline
I tried to rebuild bacula with the current setup; got some new and different wierd errors; tried again with their latest release and it built and seems to be running now.
I ended up rebuilding with SQlite, as MySQL gave errors during the build; I can live with that for now.
I've found bacula to be an extraordinary backup package for my network, and have used it for recovery of files several times. Once it is set up properly, it runs itself for months at a time.
Thanks for everybody's help.
Offline