LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Multilib issue: Anyone recognize this one? (https://www.linuxquestions.org/questions/slackware-14/multilib-issue-anyone-recognize-this-one-4175459680/)

business_kid 04-26-2013 10:45 AM

Multilib issue: Anyone recognize this one?
 
I have been chasing gremlins in Slackware-14.0, and I did a mass upgradepkg--reinstall, and now 32 bit stuff that worked previously is acting up. Can anyone point me off the top of their head? I seem to remember something about ld-linux.so or whatever it's called these days, but I can't nail it.

Code:

bash-4.2$ ls -lh /opt/Adobe/Reader9/Reader/intellinux/bin/acroread
-rwxr-xr-x 1 root root 24M Feb 16 00:08 /opt/Adobe/Reader9/Reader/intellinux/bin/acroread
bash-4.2$ ls -lh /usr/bin/skype
-rwxr-xr-x 1 root root 28M Dec 23 14:11 /usr/bin/skype
bash-4.2$ skype
bash: /usr/bin/skype: No such file or directory
bash-4.2$ /opt/Adobe/Reader9/Reader/intellinux/bin/acroread
bash: /opt/Adobe/Reader9/Reader/intellinux/bin/acroread: No such file or directory


samac 04-26-2013 10:50 AM

Did you have Alien Bob's packages blacklisted so that they wouldn't be upgraded. If not you probably just need to reinstall the multi-lib glibc and gcc pacakges.

samac

business_kid 04-26-2013 11:19 AM

Thanks samac - I took a scattergun approach and banged in a few things gcc and glibc. That got me past that error. Now I'm on to the manageable stuff

Code:

skype: error while loading shared libraries: libsqlite3.so.0: cannot open shared object file: No such file or directory
Acroread actually started, but threw a comic book ful of errors. It is pretty unusable, but it's telling me why. While they're complaining, you can fix it :-).

fskmh 04-26-2013 05:08 PM

Looks like you're missing libsqlite from ap-compat32:
http://slackware.com/~alien/multilib...2/ap-compat32/

business_kid 04-27-2013 03:39 AM

Thanks, fskmh for the razor sharp reply. Sorted. My local backup didn't have sqlite for some reason.

Toutatis 04-27-2013 05:59 AM

Usually "ldd" on the faulty binary should show what is missing.

business_kid 04-28-2013 09:55 AM

Quote:

Originally Posted by Toutatis (Post 4939873)
Usually "ldd" on the faulty binary should show what is missing.

ldd did not, and doesn't with ld-linux.so & friends. It shows some other error. I knew that from bitter experience.


All times are GMT -5. The time now is 09:30 AM.