Gossamer Forum
Home : Products : Others : MySQLMan :

DBI / DBD what else?

Quote Reply
DBI / DBD what else?
SQL newbie warning!!
I downloaded the MySQL RPM, installed fine. Installed MySQLMan and it installed fine. Trying to run it failed. Ran perl mysql.cgi 0=0 and got error loading DBI.pm. Downloaded and installed DBI modules. Now getting cannot locate DBD/mysql.pm Looking for the correct DBD module and I can't find it.

Can someone point me to the right modules? As well if I am missing anything else help would be appreciated.

Quote Reply
Re: DBI / DBD what else? In reply to
Hi,

You need:

http://www.perl.com/...odules-1.2215.tar.gz

Or from shell:

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

Cheers,

Alex

--
Gossamer Threads Inc.
Quote Reply
Re: DBI / DBD what else? In reply to
Thanks.

Finally found everything. I needed the include files for DBI:mysql to install.



Quote Reply
Re: DBI / DBD what else? In reply to
Ok.. I must have done something wrong.. After I installed that file DBI and MYSQL both of the PM files.. It says it still can't find them.. I am running a NT server with Apache. and MYSQL as well.. Do I need to restart the web server. ? My perl version is 5

Thanks