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

Re: Solved: evolution does not start



Florian Kulzer wrote:
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= "$@"
    
ldd segfaulting might indicate a serious problem with the dynamic
linker. Do you get the same segfault if you run ldd on another binary,
e.g. "ldd /bin/true"?
  
Florian thanks for your reply,

ldd /bin/true
        linux-gate.so.1 =>  (0xffffe000)
        libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7de6000)
        /lib/ld-linux.so.2 (0xb7f27000)
Also, which version of libc6 do you have installed?
  
libc6     version    2.3.6.ds1   (by aptitude)
It might also help to check the md5sums of all files from the evolution
and the libdb4.4 package:

debsums -a evolution libdb4.4 | grep -v OK$
  
debsums -a evolution libdb4.4 | grep -v OK$
debsums: no md5sums for libdb4.4
Maybe a file got corrupted.

That is it.
debsums had not been installed.
sleuthkit (/bin/md5) had not been installed.
md5 libdb4.4_4.4.20-8_i386.deb
revealed a different checksum, than the checksum published here:
http://packages.debian.org/cgi-bin/download.pl?arch=i386&file=
pool%2Fmain%2Fd%2Fdb4.4%2Flibdb4.4_4.4.20-8_i386.deb&md5sum=
90cebbe1a1b15485dd85d24fa4895e3e&arch=i386&type=main

I have eliminated all .deb files from /var/cache/apt/archives
and after apt-get install --reinstall libdb4.4
(NET-INSTALL)
Have I got a running EVOLUTION.

Thank you very much.

Hugo

Reply to: