Check in your /usr/lib/ directory for 'libz.a' or 'libz.so'. You will probably
have a libz.so.1.1.13 or something like that. If you do, just symlink
'libz.so' to that. "ln -s libz.so.1.1.3 libz.so" will do the trick on my
machine. You will probably have to change the version number, so check that.

If you have NO libz stuff on your computer, go get zlib from
'http://www.gzip.org/zlib/'. Download
'http://prdownloads.sourceforge.net/libpng/zlib-1.1.4.tar.gz', './configure',
'make', 'make install'.
You should have no problems after that.

--agenthh

On Wed, 15 Jan 2003 12:31:30 +0100 John Frings <[EMAIL PROTECTED]> wrote:

> I have some problems installing hlstats on my
> debian box.
> Hlstats is installed and the DBI package aswell
> but
> Msql-Mysql-modules-1.2215 is giving me some
> trouble.
>
>
> "An error occurred while linking the DBD::mysql
> driver. The error
> message seems to indicate that you don't have a
> libz.a, libgz.a,
> libz.so or libgz.so. This is typically resolved
> by:
>
> 1.) You may try to remove the -lz or -lgz flag
> from the libs list
>     by using the --libs switch for "perl
> Makefile.PL"."
>
>
>
> When i do "perl Makefile.PL --libs" the same
> problem occurs so i guess im
> supposed to something like this: "perl
> makefile.PL --libs=dont-use-lz-please".
>
> Anyone know how?
>
>
> /John
>
> _______________________________________________
> To unsubscribe, edit your list preferences, or
> view the list archives, please visit:
> http://list.valvesoftware.com/mailman/listinfo/hlds_linux
>

_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux

Reply via email to