got new server, need help installing DBD::mysql &
Hi,just moved a few sites to jvds.com. Installed almost everything, I just need help with DBD::mysql. I tried several times from webmin and manually, but I keep getting:
"Undefined subroutine &DBI:
BD::unixify called at /usr/lib/perl5/site_perl/5.8.3/i386-linux-thread-multi/DBI/DBD.pm line 3741."the only lines on DBD.pm that mention unixify are these:
my @try = map { vmsify( unixify($_) . "/auto/DBI/" ) } @INC;
my @xst = grep { -f vmsify( unixify($_) . "/Driver.xst" ) } @try;
this is another transcript:
----------------
[root@xxxxxxxxxx DBD-mysql-2.9003]# unset LANG; perl Makefile.PL; make test; make install
I will use the following settings for compiling and testing:
cflags (mysql_config) = -I/usr/include/mysql -mcpu=i486 -fno-strength-reduce
libs (mysql_config) = -L/usr/lib/mysql -lmysqlclient -lz -lcrypt -lnsl -lm -lc -lnss_files -lnss_dns -lresolv -lc -lnss_files -lnss_dns -lresolv
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'.
Checking if your kit is complete...
Looks good
Undefined subroutine &DBI:
BD::unixify called at /usr/lib/perl5/site_perl/5.8.3/i386-linux-thread-multi/DBI/DBD.pm line 3741.make: *** No rule to make target `test'. Stop.
make: *** No rule to make target `install'. Stop.
-----------------
What am I missing?
Also, I'm moving a mysql 3.* file to a 4.* one and I got an error on just one db while loading? I know I have to run a few commands to convert it to work better, but it should still work without any modifications, right?
I'm running Redhat Linux Fedora 1
any help will greatly appreciated
thanks,

