LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   libexif.so.8 not a shared object file (https://www.linuxquestions.org/questions/linux-newbie-8/libexif-so-8-not-a-shared-object-file-265700/)

DropSig 12-12-2004 07:44 PM

libexif.so.8 not a shared object file
 
When i tried to install gtkam on slakcware i got this messange:
libexif.so is not a shared object file (Type: 768)
same for libexif.so.8.0.0 and libexif.so.8
i installed libexif from an rpm could that be part of why?

visaris 12-12-2004 07:48 PM

This might be because those .so files were installed from an RPM from the wrong architecutre? They might not be recognized if you installed a sparc RPM on an x86 system for example. What was the RPM file that you instaled named, and what is your system?

MylesCLin 12-12-2004 07:50 PM

I can't provide much to you here, but for future reference, convert rpms and install them like so:
Code:

rpm2tgz rpmname.rpm
su
installpkg rpmname.tgz


MylesCLin 12-12-2004 08:09 PM

Actually, try uninstalling that rpm, and going here;
http://slackware.com/pb/download.php...-0.6.11-i486-1


All times are GMT -5. The time now is 04:16 PM.