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

Re: Broken upgrade seems to be perl. need help



On Thu, Apr 09, 2009 at 08:52:19 -0400, Jason Kack wrote:
> This worked this time Florian. Thanks alot. just for your info here was
> the output of the commands you had me run:
> 
> tuxlino2:~# dpkg -l libxml-namespacesupport-perl

[...]

> ii  libxml-namespacesupport-perl  1.09-3

[...]

> tuxlino2:~# dpkg -i libxml-namespacesupport-perl_1.09-3_all.deb
> (Reading database ... 226666 files and directories currently installed.)
> Preparing to replace libxml-namespacesupport-perl 1.09-3 (using
> libxml-namespacesupport-perl_1.09-3_all.deb) ...
> Unpacking replacement libxml-namespacesupport-perl ...
> Setting up libxml-namespacesupport-perl (1.09-3) ...
> Processing triggers for man-db ...
> tuxlino2:~# ls -l /usr/share/perl5/XML/

[...]

> -rw-r--r-- 1 root root  20698 2006-11-17 16:38 NamespaceSupport.pm

This is the file that dpkg could not find before when it wanted to
configure libxml-sax-perl. The "dpkg -l libxml-namespacesupport-perl"
output suggests that libxml-namespacesupport-perl was already installed,
therefore I do not fully understand why the file could not be found - I
am not an expert on perl packaging, though; what I advised you to do was
just the equivalent of finding loose threads and pulling on them until
the knot was unraveled. In any case, explicitly asking dpkg to install
libxml-namespacesupport-perl again seems to have fixed the issue.

[...]

> Im still getting these ldconfig: /lib/libfwbuilder.so.7 is not a
> symbolic link
> 
> tuxlino2:~# ls -o /lib/libfwbuilder.so.7
> -rwxr-xr-x 1 root 5302564 2007-05-22 16:15 /lib/libfwbuilder.so.7
> 
> I know its not a symbolic link but a real file itself. why is ldconfig
> complaining? does ldconfig need a slap or something?

Something does need a slap, but I do not think it is ldconfig.

AFAICT, libfwbuilder.so.7 should belong to the libfwbuilder7 package and
it should be installed in /usr/lib/ as a symlink to
/usr/lib/libfwbuilder.so.7.3(.0).

It would be important to find out how /lib/libfwbuilder.so.7 came to
your system. What output do you get for

dpkg -S libfwbuilder.so.7

dpkg -l libfwbuilder7

?

-- 
Regards,            | http://users.icfo.es/Florian.Kulzer
          Florian   |


Reply to: