Results 1 to 3 of 3
  1. #1
    Join Date
    Jan 2002
    Location
    Ohio
    Posts
    3,155

    * Activeperl on windows problems...

    I'm trying to run a database import script, but I keep getting lots of errors... I have been messing with this for some 6 hours a day for the past several days, and no change

    In my apache log:
    [Mon Oct 28 21:04:43 2002] [error] [client 127.0.0.1] [Mon Oct 28 21:04:43 2002] e:\WWW2TH~1.ORG\cgi-bin\PHPBBU~1.PL: install_driver(mysql) failed: Can't locate DBD/mysql.pm in @INC (@INC contains: E:/Perl/lib E:/Perl/site/lib .) at (eval 2) line 3.
    [Mon Oct 28 21:04:43 2002] [error] [client 127.0.0.1] [Mon Oct 28 21:04:43 2002] e:\WWW2TH~1.ORG\cgi-bin\PHPBBU~1.PL: Perhaps the DBD::mysql perl module hasn't been fully installed,
    [Mon Oct 28 21:04:43 2002] [error] [client 127.0.0.1] [Mon Oct 28 21:04:43 2002] e:\WWW2TH~1.ORG\cgi-bin\PHPBBU~1.PL: or perhaps the capitalisation of 'mysql' isn't right.
    [Mon Oct 28 21:04:43 2002] [error] [client 127.0.0.1] [Mon Oct 28 21:04:43 2002] e:\WWW2TH~1.ORG\cgi-bin\PHPBBU~1.PL: Available drivers: ExampleP, Proxy.
    I've googled around, read the help docs but everything they suggest doesnt work for me... Figures its my turn for "Murphy's Laws". Does anyone have any idea exactly what the problems are? I'm not a perl junkie and this is the only reason why I installed perl. *sigh*

    Any ideas?

    Thanks in advance
    Don't like what I say? Ignore me.

  2. #2
    Join Date
    Sep 2002
    Location
    Dallas, TX
    Posts
    205
    The MySQL perl module has not been installed. Goto http://search.cpan.org and download it. Make sure it is installed into one of the directories contained in @INC.
    justin 'at' abrogo.com
    http://www.abrogo.com
    Shared Unix Hosting

  3. #3
    Join Date
    Jan 2002
    Location
    Ohio
    Posts
    3,155
    Thanks a bunch... I got it working now
    Don't like what I say? Ignore me.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •