LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 12-11-2005, 07:33 PM   #1
GNUsavior
LQ Newbie
 
Registered: Dec 2005
Posts: 11

Rep: Reputation: 0
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
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Bugzilla - MySQL - perl - DBD::mysql install problem Runningonair Linux - Software 8 10-12-2007 12:42 AM
DBD::MySQL + MySQL install problems. Elleroth Linux - Software 4 03-24-2006 06:53 AM
perl-DBD-MySQL installation problem kartheekpn Linux - Software 3 09-23-2005 03:01 AM
Can't install DBD::mysql or DBD::Pg DogTags Mandriva 2 01-21-2004 07:13 AM
can't install DBD::mysql on suse linux 8.1 jolly_good2000 Linux - General 5 11-17-2002 04:25 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 09:05 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration