This is a discussion on zziplib => libz package within the Linux Operating System forums, part of the Unix Operating Systems category; --> Bonjour, Under CentOS4.3 Installing OCS inventory-NG, php needs a zip option which needs zziplib linux package : I get ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Bonjour, Under CentOS4.3 Installing OCS inventory-NG, php needs a zip option which needs zziplib linux package : I get the message "package libz is needed " when I try to install zziplib Librairies libz.* are in the directory /usr/lib on my system : I tried to put a symbolic link /lib/libz.* -> /usr/lib but it doesn't work Google search : zlib contains libz.* librairies. Rpmfind doesn't find out a libz package If someone knows how to provide "package libz" to zziplib ... Pascal Gend |
| ||||
| "Pascal Gend" <Pascal.Gend@cran.uhp-nancy.fr> wrote in news:e7u436$304$1@news.ciril.fr: > Bonjour, > > Under CentOS4.3 > Installing OCS inventory-NG, php needs a zip option which needs > zziplib linux package : I get the message "package libz is needed " > when I try to install zziplib > Librairies libz.* are in the directory /usr/lib on my system : I tried > to put a symbolic link /lib/libz.* -> /usr/lib but it doesn't work > Google search : zlib contains libz.* librairies. Rpmfind doesn't find > out a libz package > > If someone knows how to provide "package libz" to zziplib ... > > Pascal Gend > > > What does /etc/ldso.conf say? that determines where libraries are to be found. What *specific* file does it mention i.e. libz.so.1.1 for example. That is the important point. If it's not the same major version it won't work. Also are you compiling at all to install? if so then you need to modify your /etc/profile or your <home>/.bashrc (if you use bash) to set the libraries according to the directories (as include files specify - i.e. if it says: #include <sys/frog.h> - the directory above the sys must be specified) they're in. -- (setq (chuck nil) car(chuck) ) |