5 messages in com.mysql.lists.perlmysql.pm on Apache/mod_perl/perl win98
FromSent OnAttachments
dave_dunstan10 Jan 2000 09:27 
Ed Phillips10 Jan 2000 10:17 
Tim Tompkins10 Jan 2000 10:57 
Randy Kobes10 Jan 2000 14:09 
Jochen Wiedmann11 Jan 2000 12:23 
Subject:mysql.pm on Apache/mod_perl/perl win98
From:dave_dunstan (da@mission-ctrl.com)
Date:01/10/2000 09:27:12 AM
List:com.mysql.lists.perl

Hi - I'm another *lost* soul trying to get their Apache 1.3.9, latest mysql,

mod_perl working on Win98. I got a binary of Apache+Perl+mod_perl and it seems to work ok - my mod_perl is working ok, my Authz module is -sort of- working, but I'm getting hits in my apache error log from mysql.pm, a la:

[Sun Jan 09 22:13:40 2000] [error] install_driver(mysql) failed: Can't locate loadable object for module DBD::mysql in @INC (@INC contains: C:/Perl/5.00503/lib/MSWin32-x86 C:/Perl/5.00503/lib C:/Perl/site/5.00503/lib/MSWin32-x86 C:/Perl/site/5.00503/lib . /apache/ /apache/lib/perl) at (eval 19) line 3 Perhaps a module that DBD::mysql requires hasn't been fully installed at C:/Perl/site/5.00503/lib/Apache/DBILogger.pm line 53

Perhaps! I'm also getting this:

Had to create DBD::mysql::dr::imp_data_size unexpectedly at C:/Perl/site/5.00503/lib/DBI.pm line 657. Had to create DBD::mysql::db::imp_data_size unexpectedly at C:/Perl/site/5.00503/lib/DBI.pm line 657. [Sun Jan 09 22:13:44 2000] [error] Undefined subroutine &DBD::mysql::db::_login called at C:/Perl/site/5.00503/lib/DBD/mysql.pm line 130.

This kind of figures ... I'm certain I'm missing a supporting file for mysql.pm but after eyeballing the filesystem on my Win98 laptop and on my (working) linux installation, I'm out of gas. Help!

Do I really have to compile my own mysql.pm to get this to work? I don't have VC++! I guess I could get it ...

Does anyone know any secret that can get me around this?