I'm a little noob at Perl although I have installed several modules through CPAN (ok ok that doesn't count as anything). Today's problem is I keep getting an error when trying to install the msql-mysql-modules through CPAN or when downloaded. This is what I get after filling in the initial variables.
Creating files for MySQL ....................
WARNING: CAPI is not a known parameter.
WARNING: PL_FILES takes a hash reference not a array reference.
Please inform the author.
Checking if your kit is complete...
Looks good
Note (probably harmless): No library found for -lmysqlclient
Note (probably harmless): No library found for -lgz
Note (probably harmless): No library found for -lgcc
*** Warning: Path separator characters (`s') in the current directory path (/root/Msql-Mysql-modules-1.2219/mysql) may cause problems
Using DBI 1.48 (for perl 5.008 on i386-linux-thread-multi) installed in /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/auto/DBI/
Writing Makefile for DBD::mysql
Writing Makefile for Msql-Mysql-modules
[root@mater Msql-Mysql-modules-1.2219]# make
Makefile:75: *** missing separator. Stop.
I can't figure out how to proceed from here... What's going wrong? The server is running CentOS and Apache 1.3.3xx. I've got mod_perl installed. The server also is using Direct Admin and I'm wondering if the DA Apache install is confusing the mysql perl module....maybe?
Help definitely appreciated as I'm at a dead end!
Thanks
Creating files for MySQL ....................
WARNING: CAPI is not a known parameter.
WARNING: PL_FILES takes a hash reference not a array reference.
Please inform the author.
Checking if your kit is complete...
Looks good
Note (probably harmless): No library found for -lmysqlclient
Note (probably harmless): No library found for -lgz
Note (probably harmless): No library found for -lgcc
*** Warning: Path separator characters (`s') in the current directory path (/root/Msql-Mysql-modules-1.2219/mysql) may cause problems
Using DBI 1.48 (for perl 5.008 on i386-linux-thread-multi) installed in /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/auto/DBI/
Writing Makefile for DBD::mysql
Writing Makefile for Msql-Mysql-modules
[root@mater Msql-Mysql-modules-1.2219]# make
Makefile:75: *** missing separator. Stop.
I can't figure out how to proceed from here... What's going wrong? The server is running CentOS and Apache 1.3.3xx. I've got mod_perl installed. The server also is using Direct Admin and I'm wondering if the DA Apache install is confusing the mysql perl module....maybe?
Help definitely appreciated as I'm at a dead end!
Thanks