So I go to Kid.pm, and line 97 says:I will use the following settings for compiling and testing: cflags (mysql_config) = -I'/usr/include/mysql' libs (mysql_config) = -L/usr/lib/mysql -lmysqlclient -lz -l +crypt -lnsl -lm nocatchstderr (default ) = 0 nofoundrows (default ) = 0 ssl (guessed ) = 0 testdb (default ) = test testhost (default ) = testpassword (default ) = testuser (default ) = To change these settings, see 'perl Makefile.PL --help' and 'perldoc INSTALL'. Unsuccessful stat on filename containing newline at /usr/lib/perl5/5.8 +.0/ExtUtils/Liblist/Kid.pm line 97.
and line 98 is:if (@fullname =
So I combine them so line 97 now reads:$self->lsdir($thispth,"^\Qlib$thislib.$so.\E[0-9]+")){
but still doesn't work, I get the same errors, anyone know what's wrong?if (@fullname = $self->lsdir($thispth,"^\Qlib$thislib.$so.\E[0-9]+")){
Thanks
janitored by ybiC: Balanced <code> tags around code lines near bottom
In reply to Installing DBD-mysql-2.9003 by mkurtis
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |