Sorry for the bother, but I keep trying and trying and still my installation does not succeed. I'm a newbie and I don't know how to correctly interpret the error messages. I'm trying to install DBD::mysql thru cpan.
Here's the latest error:
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl...
Hi,
I was trying to install DBD::mysql thru cpan and I got this error:
Checking if your kit is complete...
Looks good
Unrecognized argument in LIBS ignored: '-xarch=v9'
Using DBI 1.51 (for perl 5.008007 on sun4-solaris) installed in /usr/local/lib/perl5/site_perl/5.8.7/sun4-solaris/auto/DBI/...
Hi Guys,
I am new to perl scripting. I'm trying to get files from some servers. The names of the servers are stored in a file.
Now if I use this code, it doesn't work:
open(INFO, "$txtfile"); # Open the file
while (<INFO>) {
($var1, $var2) = split(/ /,$_,2);
$line...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.