question about DBD-Modul and and errormessage after installation

question about DBD-Modul and and errormessage after installation

am 09.04.2003 18:38:26 von Michael Hunschock

------=_NextPart_000_002D_01C2FEC7.38C1FEE0
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: 7bit

Hello Guys'nGirls,

I tried to install the DBD Modul with the webmin, but get this
errormessage. Does anybody knows, what I must do now? (Sorry, Im a bit
wet behind the ears. - its my first webserver) - Thanks much for help!!
Michael


LD_RUN_PATH="/usr/lib/mysql:/lib" /usr/bin/perl myld cc -shared
dbdimp.o mysql.o -o blib/arch/auto
/DBD/mysql/mysql.so -L/usr/lib/mysql -lmysqlclient -lz -lcrypt -lnsl
-lm
/usr/lib/gcc-lib/i486-suse-linux/3.2/../../../../i486-suse-l inux/bin/ld:
cannot find -lz
collect2: ld returned 1 exit status


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".
2.) On Red Hat Linux install libz-devel
3.) On other systems, please contact the mailing list

ake: *** [blib/arch/auto/DBD/mysql/mysql.so] Error 1




------=_NextPart_000_002D_01C2FEC7.38C1FEE0--