du hattest recht, perl-modules war nicht installiert *shame on me*
nur leider kommt jetzt diese Meldung:
perl Makefile.PL
Argument "6.30_01" isn't numeric in subroutine entry at Makefile.PL line 10
main::BEGIN() called at /usr/share/perl/5.8/ExtUtils/MakeMaker.pm line 1 0
eval {...} called at /usr/share/perl/5.8/ExtUtils/MakeMaker.pm line 10
Can't locate DBI.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /u sr/share/perl/5.8 /usr/local/lib/site_perl .) at Makefile.PL line 21.
im Makefile steht das:
17 # This DBI must be installed before we can build a DBD.
18 # For those not using Dynamic loading this means building a
19 # new static perl in the DBI directory by saying 'make perl'
20 # and then using _that_ perl to make this one.
21 use DBI 1.51;
22 use DBI::DBD; # DBD creation tools
kann mit dem nichts anfangen... DBI ist eigentlich isntalliert... das nutze ich bereits für MySQL-Abfragen
Es gibt immer Leute die meinen, sie seien schlauer als ich. Das Schlimmste ist, sie sind es auch.