View Single Post
Old 07-29-2011, 04:28 AM   #229
TBBle
Member
TBBle began at the beginning.
 
Posts: 10
Karma: 10
Join Date: Jul 2011
Device: Kobo Touch
If your libzip is somewhere particularly odd, you need to point either your ld config file (/etc/ld.so.conf usually) to use that, or work out why your libzip is somewhere odd and fix that. (I'd usually prefer the latter...)

It's more likely though that your libzip is a different soversion (the number after the first dot, e.g. the 1 in libz.so.1) from the one that ldd tells you the program is looking for. So you'd need to install the required version to make it work.
TBBle is offline   Reply With Quote