You are not logged in.

#1 2006-07-03 21:30:06

timm
Member
From: Wisconsin
Registered: 2004-02-25
Posts: 417

After upgrade, missing shared object file [Solved, kind of]

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

#2 2006-07-04 02:06:43

PeteMo
Member
From: H'Burg, VA
Registered: 2006-01-26
Posts: 191
Website

Re: After upgrade, missing shared object file [Solved, kind of]

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

#3 2006-07-04 07:08:19

andieh
Member
From: Frankfurt
Registered: 2004-02-11
Posts: 40
Website

Re: After upgrade, missing shared object file [Solved, kind of]

Offline

#4 2006-07-04 11:24:38

JGC
Developer
Registered: 2003-12-03
Posts: 1,664

Re: After upgrade, missing shared object file [Solved, kind of]

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

#5 2006-07-04 14:17:15

Gullible Jones
Member
Registered: 2004-12-29
Posts: 4,863

Re: After upgrade, missing shared object file [Solved, kind of]

Wait a minute, you're saying his system crash has something to do with bacula being installed? :shock:

Offline

#6 2006-07-07 05:23:38

timm
Member
From: Wisconsin
Registered: 2004-02-25
Posts: 417

Re: After upgrade, missing shared object file [Solved, kind of]

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

Board footer

Powered by FluxBB