2 messages in com.mysql.lists.perlRe: Problem with Perl Module
FromSent OnAttachments
Domi...@AUDI.DE25 Jan 2005 02:03 
Jochen Wiedmann25 Jan 2005 02:20 
Subject:Re: Problem with Perl Module
From:Jochen Wiedmann (joch@gmail.com)
Date:01/25/2005 02:20:04 AM
List:com.mysql.lists.perl

On Tue, 25 Jan 2005 11:03:38 +0100, Domi@audi.de <Domi@audi.de> wrote:

An error occurred while linking the DBD::mysql driver. The error message seems to indicate that you don't have a libz.a, or a libz.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

Msql@lists.mysql.com

Obviously, the third point seemed worth for you to follow. Have you considered first two as well? It really doesn't mean much more than to replace "Red Hat" with Suse. :-(

Jochen