Florian Kulzer wrote:
On Thu, Aug 09, 2007 at 15:28:46 +0200, wauhugo AT yahoo DOT com wrote:
open("/usr/lib/evolution/2.6/libdb-4.4.so", O_RDONLY)
= 3
read(3,
"\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260x\1"...,
512) = 512Process 3243 detached
That is strange, where does the /usr/lib/evolution/2.6/libdb-4.4.so file
come from? If I am to trust apt-file then libdb-4.4.so should be located
in /usr/lib/ and it should come from package libdb4.4.
there is a symlink to /usr/lib/libdb-4.4.so
Can you post the output of the following four commands:
dpkg -l evolution\* libdb4.4 | awk '/^[^D|+]/{print $1,$2,$3}'
ii evolution 2.6.3-6etch1
ii evolution-common 2.6.3-6etch1
ii evolution-data-server 1.6.3-5etch1
ii evolution-data-server-common 1.6.3-5etch1
un evolution-data-server-dbg <none>
un evolution-data-server1.2 <none>
ii evolution-dbg 2.6.3-6etch1
pn evolution-exchange <none>
ii evolution-plugins 2.6.3-6etch1
un evolution-plugins-experimental <none>
ii libdb4.4 4.4.20-8
dpkg -S /usr/lib/evolution/2.6/libdb-4.4.so
dpkg: /usr/lib/evolution/2.6/libdb-4.4.so not found.
file /usr/lib/evolution/2.6/libdb-4.4.so
/usr/lib/evolution/2.6/libdb-4.4.so: symbolic link to
`/usr/lib/libdb-4.4.so'
ldd $(which evolution) | grep libdb-4.4.so
/usr/bin/ldd: line 117: 4677 Segmentation fault
LD_TRACE_LOADED_OBJECTS=1 LD_WARN= LD_BIND_NOW=
LD_LIBRARY_VERSION=$verify_out LD_VERBOSE= "$@"
I think the evolution problem might be due to a stray
library, left over from, for example, an installation of non-Debian
OpenOffice.org packages.
There was no NON-DEBIAN software installed before the upgrade, no one
program or package from outside of the original Debian release.
Hugo