NewonNet
07-30-2001, 08:47 AM
Is zlib installed on raq4?
If not, how can I install this mod? There seem to be so many versions. I need this to install mod_gzip.
Thanks for the help.
eva2000
07-30-2001, 09:45 AM
not sure if it's exactly the same for standard linux
but check out my recent article added
http://i4net.tv/marticle/get.php?action=getarticle&articleid=18
http://i4net.tv/marticle/
ffeingol
07-30-2001, 09:46 AM
Hello,
To check it it's installed you can run the following command:
rpm -qa | egrep zlib
rpq -qa queries RPM for all packages. The | egrep zlib searches the output for an lines containing zlib.
Here is what I get on the box I admin:
zlib-1.1.3-6
zlib-devel-1.1.3-6
Having said that, you DO NOT need to have zlib installed to compile or install mod_gzip. mod_gzip contains everything it needs to compile (I'm 99% sure it says that in the doc.).
Frank