Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

No DBD-mysql !!!!!

Status
Not open for further replies.

TyzA

Programmer
Jan 7, 2002
86
BE
Hi,

If I try to install the mysql driver for DBI via the ppm of ActiveState, I always get the following error:

'Error: Package 'DBD-mysql' not found. Please 'search' for it first.'

All I type is what they say on the ActiveState website:
'ppm> install DBD-mysql'

I have the DBI module installed, so I don't know what else to do.

Hope you guys can help me.

Best regards,

Tijs Programming is like sex: one mistake and you have to support it for the rest of your life.
 
To get PPM to work in NT, you have to store the HTTP_proxy, HTTP_proxy_pass, and HTTP_proxy_user in the System Properties Environment tab. At it specifies how to set the environment variables.

If you're still having problems, download the individual package from CPAN as a .tar.gz, unzip, untar (WinZip will do both) and save in a temporary directory. Download nmake ( and save in you system32 directory.

go into your temporary directory and type the following commands, ensuring there are no errors affer each:

perl Makefile.pl
nmake
nmake test
nmake install

That should install the module as required in the correct place.

HTH,
Barbie.
Leader of Birmingham Perl Mongers
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top