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

Re: Apt-get hangup



Gary Roach wrote:
> I just had to do a major restore on one of my systems
> and am having trouble with updates.

What happened?  And what did you do when you say you did a major
restore?

>    Setting up openoffice.org-core (1:3.2.1-11+squeeze8) ...
>    /usr/lib/ure/bin/javaldx: error while loading shared libraries:
>    libstlport_gcc.so.4.6: cannot open shared object file: No such file
>    or directory
>    /usr/lib/ure/bin/regcomp.bin: error while loading shared libraries:
>    libstlport_gcc.so.4.6: cannot open shared object file: No such file
>    or directory

Look at that error message more closely.  It is concerning on a couple
of different levels.  It is trying to open libstlport_gcc.so.4.6 but
it fails.  Start there.  Why isn't that library available?  (But why is
it looking for that library at all?)

  $ ldd -d -r /usr/lib/ure/bin/javaldx
        linux-vdso.so.1 =>  (0x00007ffffc39f000)
        libuno_sal.so.3 => /usr/lib/ure/bin/../lib/libuno_sal.so.3 (0x00007f979b384000)
        libjvmfwk.so.3 => /usr/lib/ure/bin/../lib/libjvmfwk.so.3 (0x00007f979b168000)
        libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00007f979ae42000)
  ...

The lines will go on and on for that program.  Do they all resolve?
Any errors?  If so then what are the reasons for those errors?

But why is it looking for libstlport_gcc?  It isn't one of the
libraries used by that program.

  $ ldd -d -r /usr/lib/ure/bin/javaldx | grep libstlport_gcc
  ...nothing...

I can only guess that your restore was not completely successful.

Bob

Attachment: signature.asc
Description: Digital signature


Reply to: