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.
|