I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2005-03-04 23:25:29-08 by ginda
Error message when compiling installing DSD mysql
I am running suse 9.1 linux and have managed to install the DBI but cannot install the mysql module, i just get an error when i try to make command it. 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-Mysql-modules@lists.mysql.com For further hints, see INSTALL.html, section Linker flags. make: *** [blib/arch/auto/DBD/mysql/mysql.so] Error 1 Can anyone help please....im new to all this
Direct Responses: 205 | Write a response
Posted on 2005-03-10 17:39:50-08 by szabgab in response to 182
Re: Error message when compiling installing DSD
Have you tried any of the suggestions you got while compiling ?
Those that you also mentioned in your post ?
Direct Responses: Write a response