Gossamer Forum
Home : Products : Gossamer Links : Version 1.x :

New Activestate without DBD::mysql?!

Quote Reply
New Activestate without DBD::mysql?!
I'm off-topic? Not directly I think.

Hmm. I've just intalled the last release of activestate's perl and I wondered that DBI was not intalled. So... back again to the PPM feature. Intall DBI, and then another error:
Code:
Can't locate DBD/mysql.pm in @INC (@INC contains: .. admin C:/Perl/lib C:/Perl/site/lib .) at (eval 6) line 3.

install_driver(mysql) failed: [Mon Apr 10 18:03:10 2000] C:\Inetpub\wwwroot\c5\cgi-bin\page.cgi: Can't locate DBD/mysql.pm in @INC (@INC contains: .. admin C:/Perl/lib C:/Perl/site/lib .) at (eval 6) line 3. Perhaps the DBD::mysql perl module hasn't been fully installed, or perhaps the capitalisation of 'mysql' isn't right. Available drivers: ADO, ExampleP, Proxy. at admin/Links/DBSQL.pm line 190


Does anybody had the same problem? How can I bypass it?



thank you in advance.

regards


lepo
Quote Reply
Re: New Activestate without DBD::mysql?! In reply to
You should install DBD-mysql too
Quote Reply
Re: New Activestate without DBD::mysql?! In reply to
yep! I tryed but it seems that don't exist via PPM.
Quote Reply
Re: New Activestate without DBD::mysql?! In reply to
Are you sure? It works for me. Try:

ppm install DBD-mysql

and it will install it for you.

Cheers,

Alex