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

Re: Apt-get hangup (SOLVED)



On 12/06/2012 11:03 PM, Bob Proulx wrote:
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
Sorry about the mis-routing of the first message.

The restore problem is a long story. Lets just say that what i've
 got is all I'm going to get.

Things have changed since I started this thread. I found a really good missive at:

    http://www.mepis.org/docs/en/index.php?title=Repairing_apt-get_database

that got me through the problem. The only package that couldn't be fixed was openoffice.org-filter-binfilter. This package is not essential. I purged this one and now have a clean system. I do have a major problem with KDE desktop icons now but that needs further investigation an maybe a topic for another thread.

Thanks for the help

Gary R.



Reply to: