[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#201650: libc6.1: Missing libdb.so.2.1



Package: libc6.1
Version: 2.2.5-11.5
Severity: normal


-- System Information
Debian Release: 3.0
Kernel Version: Linux riccati 2.4.20 #1 Wed Apr 2 22:28:21 MST 2003 alpha unknown

Everything worked fine until an apt-get upgrade last night.

>/etc/init.d/apache start
Starting web server: apache/usr/sbin/apache: error while loading shared libraries:
libdb.so.2.1: cannot open shared object file: No such file or directory
failed

(I have stable, testing, and unstable in my sources.list, but run almost exclusively
stable)

>auto-apt update
<...>
>auto-apt search libdb.so.2.1
lib/libdb.so.2.1        base/libc6.1,oldlibs/libdb1-compat

libdb1-compat is only in testing and unstable, so I assume libc6.1 should have the file
on my system.

>dpkg --status libc6.1
Package: libc6.1
Status: install ok installed
Priority: required
Section: base
Installed-Size: 17780
Maintainer: Ben Collins <bcollins@debian.org>
Source: glibc
Version: 2.2.5-11.5
Replaces: ldso (<= 1.9.11-9), timezone, timezones, gconv-modules, libtricks, libc6.1-bin,
netkit-rpc, netbase (<< 4.0)
Provides: glibc-2.2.5-11.5
Suggests: locales, glibc-doc
Conflicts: strace (<< 4.0-0), libnss-db (<< 2.2-3), timezone, timezones, gconv-modules,
libtricks, libc6.1-doc, libc6.1-bin, libwcsmbs, apt (<< 0.3.0), libglib1.2 (<< 1.2.1-2),
libc6-i586, libc6-i686, libc6-v9, netkit-rpc
Conffiles:
 /etc/default/devpts fc857c5ac5fb84d80720ed4d1c624f6e
Description: GNU C Library: Shared libraries and Timezone data
 Contains the standard libraries that are used by nearly all programs on
 the system. This package includes shared versions of the standard C library
 and the standard math library, as well as many others.
 Timezone data is also included.

Fix:

>ln -s libdb.so.3 libdb.so.2.1
>/etc/init.d/apache start
Starting web server: apache[Wed Jul 16 18:37:04 2003] [alert] apache: Could not determine
the server's fully qualified domain name, using 127.0.0.1 for ServerName
.

Previous to all this, I tried
>dpkg-reconfigure libc6.1

and it had no errors, but did not help.

Daniel



Reply to: