DBD::mysql install problem
Hello, trying to install DBD::mysql and having an issue installing this through CPAN on a FDC4 system. Granted im a noob to the linux world, i am still a technical person...just more windows oriented.
The following is the error:
cpan> install DBD::mysql
CPAN: Storable loaded ok
Going to read /root/.cpan/Metadata
Database was generated on Sun, 11 Dec 2005 05:08:48 GMT
Running install for module DBD::mysql
Running make for C/CA/CAPTTOFU/DBD-mysql-3.0002.tar.gz
CPAN: Digest::MD5 loaded ok
CPAN: Module::Signature security checks disabled because Module::Signature
not installed. Please consider installing the Module::Signature module.
You may also need to be able to connect over the Internet to the public
keyservers like pgp.mit.edu (port 11371).
CPAN: Compress::Zlib loaded ok
Checksum for /root/.cpan/sources/authors/id/C/CA/CAPTTOFU/DBD-mysql-3.0002.tar.gz ok
Scanning cache /root/.cpan/build for sizes
Deleting from cache: /root/.cpan/build/Bundle-libnet-1.00 (14.0>10.0 MB)
Deleting from cache: /root/.cpan/build/PathTools-3.14 (14.0>10.0 MB)
Deleting from cache: /root/.cpan/build/Digest-MD5-2.36 (13.3>10.0 MB)
Deleting from cache: /root/.cpan/build/Compress-Zlib-1.41 (13.0>10.0 MB)
Deleting from cache: /root/.cpan/build/Net-Telnet-3.03 (11.7>10.0 MB)
Deleting from cache: /root/.cpan/build/TermReadKey-2.30 (11.3>10.0 MB)
Deleting from cache: /root/.cpan/build/Term-ReadLine-Perl-1.0203 (11.0>10.0 MB)
Deleting from cache: /root/.cpan/build/CPAN-1.80 (10.7>10.0 MB)
DBD-mysql-3.0002/
DBD-mysql-3.0002/ChangeLog
DBD-mysql-3.0002/constants.h
DBD-mysql-3.0002/dbdimp.c
DBD-mysql-3.0002/dbdimp.h
DBD-mysql-3.0002/INSTALL.html
DBD-mysql-3.0002/lib/
DBD-mysql-3.0002/lib/Bundle/
DBD-mysql-3.0002/lib/Bundle/DBD/
DBD-mysql-3.0002/lib/Bundle/DBD/mysql.pm
DBD-mysql-3.0002/lib/DBD/
DBD-mysql-3.0002/lib/DBD/mysql/
DBD-mysql-3.0002/lib/DBD/mysql/GetInfo.pm
DBD-mysql-3.0002/lib/DBD/mysql/INSTALL.pod
DBD-mysql-3.0002/lib/DBD/mysql.pm
DBD-mysql-3.0002/lib/Mysql/
DBD-mysql-3.0002/lib/Mysql/Statement.pm
DBD-mysql-3.0002/lib/Mysql.pm
DBD-mysql-3.0002/Makefile.PL
DBD-mysql-3.0002/Makefile.PL.embedded
DBD-mysql-3.0002/MANIFEST
DBD-mysql-3.0002/MANIFEST.SKIP
DBD-mysql-3.0002/META.yml
DBD-mysql-3.0002/myld
DBD-mysql-3.0002/mysql.xs
DBD-mysql-3.0002/README
DBD-mysql-3.0002/t/
DBD-mysql-3.0002/t/00base.t
DBD-mysql-3.0002/t/10dsnlist.t
DBD-mysql-3.0002/t/20createdrop.t
DBD-mysql-3.0002/t/30insertfetch.t
DBD-mysql-3.0002/t/35limit.t
DBD-mysql-3.0002/t/40bindparam.t
DBD-mysql-3.0002/t/40blobs.t
DBD-mysql-3.0002/t/40listfields.t
DBD-mysql-3.0002/t/40nulls.t
DBD-mysql-3.0002/t/40numrows.t
DBD-mysql-3.0002/t/41blobs_prepare.t
DBD-mysql-3.0002/t/50chopblanks.t
DBD-mysql-3.0002/t/50commit.t
DBD-mysql-3.0002/t/60leaks.t
DBD-mysql-3.0002/t/ak-dbd.t
DBD-mysql-3.0002/t/akmisc.t
DBD-mysql-3.0002/t/dbdadmin.t
DBD-mysql-3.0002/t/insertid.t
DBD-mysql-3.0002/t/lib.pl
DBD-mysql-3.0002/t/mysql.dbtest
DBD-mysql-3.0002/t/mysql.t
DBD-mysql-3.0002/t/mysql2.t
DBD-mysql-3.0002/TODO
CPAN.pm: Going to build C/CA/CAPTTOFU/DBD-mysql-3.0002.tar.gz
Can't exec "mysql_config": No such file or directory at Makefile.PL line 76.
Cannot find the file 'mysql_config'! Your execution PATH doesn't seem
not contain the path to mysql_config. Resorting to guessed values!
Can't exec "mysql_config": No such file or directory at Makefile.PL line 454.
Can't exec "mysql_config": No such file or directory at Makefile.PL line 454.
Can't exec "mysql_config": No such file or directory at Makefile.PL line 454.
Can't exec "mysql_config": No such file or directory at Makefile.PL line 454.
Can't exec "mysql_config": No such file or directory at Makefile.PL line 454.
Can't exec "mysql_config": No such file or directory at Makefile.PL line 454.
Failed to determine directory of mysql.h. Use
perl Makefile.PL --cflags=-I<dir>
to set this directory. For details see the INSTALL.html file,
section "C Compiler flags" or type
perl Makefile.PL --help
Running make test
Make had some problems, maybe interrupted? Won't test
Running make install
Make had some problems, maybe interrupted? Won't install
Any help is greatly appreciated, thanks all
|