If a Linux application is having trouble finding libraries, use the 'ldd' command on it, and it should tell you what libraries it's looking for (at least the ones it needs to start) and that will give you a clue as to why it's not finding your installed libzip.
|