Installing DBD::mysql from source


Enter Your Query:
Use '%' for wildcards and quotes for "exact phrases"


Top Level » TroubleShooting
Top Level » MySQL

Installing DBD::mysql from sourceLast Modified: Mar 13, 2012, 12:32 am
To install DBI and DBD:mysql from source, run the following:


wget http://www.cpan.org/modules/by-module/DBD/DBI-1.618.tar.gz
tar xvzf DBI-1.618.tar.gz
cd DBI-1.618
unset LANG;
perl Makefile.PL
make
make install

cd ..
wget http://www.cpan.org/modules/by-module/DBD/DBD-mysql-4.020.tar.gz
tar xvzf DBD-mysql-4.020.tar.gz
cd DBD-mysql-4.020
unset LANG;
perl Makefile.PL
make
make install

to install it from cpan, use this:

perl -MCPAN -e 'install Bundle::DBD::mysql'

© 2003 JBMC Software, Suite 173  3-11 Bellerose Drive, St Albert, AB  T8N 1P7  Canada.  Mon-Fri 9AM-5PM MST