PDA

View Full Version : Can't get DBD::MySQL Perl module installed



SlashChick
12-20-2003, 12:45 AM
Hi all,

A customer on our DirectAdmin beta test server would like the following modules installed:

DBD::mysql
DBD::Pg
Image::Magick

I am trying to install DBD::MySQL, but I get the following error:

Unsuccessful stat on filename containing newline at /usr/lib/perl5/5.8.0/ExtUtils/Liblist/Kid.pm line 97.
Using DBI 1.39 installed in /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/auto/DBI
Writing Makefile for DBD::mysql
Makefile:89: *** missing separator. Stop.
/usr/bin/make -- NOT OK

I'm not having any luck with DBD::pg or Image::Magick either (both also give compile errors.) I'm installing them through CPAN. Any advice or suggestions?

Thank you.

DirectAdmin Support
12-20-2003, 01:59 PM
Hello,

You might try compiling it from the source:

http://www.directadmin.com/forum/showthread.php?s=&threadid=764&highlight=DBD

Joh