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

Re: aptitude library soname (and a mini install report)



On Mon, May 10, 2004 at 01:11:25AM -0300, Peter Cordes wrote:
>  Besides that sort of installation report, there's a specific problem
> 
>  aptitude-0.2.14.1-2 from
> deb http://debian-amd64.alioth.debian.org/pure64 sid main
> is linked with the wrong soname for libsigc.
> PURETEST root@node8:~# ldd /usr/bin/aptitude
>         libsigc-1.2.so => not found
> 	... everything else ok ...
> 
>  I have libsigc++-1.2-5c102 installed, which has
> /usr/lib/libsigc-1.2.so.5.0.5.  ldconfig sets up a libsigc-1.2.so.5 symlink,
> but the .so is probably only in the -dev package.  aptitude on i386 is
> linked with ....so.5, BTW.  Making the symlink makes aptitude work.  (damn
> it loads fast on an Opteron compared to a PIII 450 :)

ldd shows:
        libsigc-1.2.so => /usr/lib/libsigc-1.2.so
(0x0000002a9566b000)

lrwxrwxrwx    1 root     root           20 Apr 17 13:41 /usr/lib/libsigc-1.2.so -> libsigc-1.2.so.5.0.5

dpkg --search /usr/lib/libsigc-1.2.so
libsigc++-1.2-dev: /usr/lib/libsigc-1.2.so

Removing libsigc++-1.2-dev seems to make it unusable.

I'll look into it this evening.


Kurt



Reply to: