Re: mysql.pm on Apache/mod_perl/perl win98

2000-01-11 Thread Tim Tompkins
] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Monday, January 10, 2000 10:27 AM Subject: mysql.pm on Apache/mod_perl/perl win98 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

RE: mysql.pm on Apache/mod_perl/perl win98

2000-01-11 Thread dave_dunstan
To: dave_dunstan; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: mysql.pm on Apache/mod_perl/perl win98 There is a DBD::mysql available from ActiveState. You can install it with ppm. ppm install DBD-mysql Thanks, Tim Tompkins -- Programmer / IS Technician

Re: mysql.pm on Apache/mod_perl/perl win98

2000-01-11 Thread Jochen Wiedmann
dave_dunstan wrote: 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 ... The DBD::mysql driver (like most other database drivers) consists of two parts: A Perl part and a C part. If you aren't using ActivePerl (which isn't working

mysql.pm on Apache/mod_perl/perl win98

2000-01-10 Thread dave_dunstan
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

Re: mysql.pm on Apache/mod_perl/perl win98

2000-01-10 Thread Ed Phillips
Hi Dave, I only do *nix, but I think that you should not need mysql.pm if you are using DBI/DBD. Jochen is quite helpful on the MySQL modules list. subscription info availble at www.mysql.com. Good Luck, Ed

Re: mysql.pm on Apache/mod_perl/perl win98

2000-01-10 Thread Randy Kobes
On Mon, 10 Jan 2000, Tim Tompkins wrote: There is a DBD::mysql available from ActiveState. You can install it with ppm. ppm install DBD-mysql Hi, This would normally work, but the perl binary being used most probably isn't ActiveState's, because as of yet mod_perl doesn't work with

Re: mysql.pm on Apache/mod_perl/perl win98

2000-01-10 Thread Randy Harmon
[cc list trimmed; this is more a mod_perl issue than a mysql one.] Thanks a bunch for your efforts here. I understand that earlier such bundles were built with VC6, eh? Will you have the opportunity/ability/tuits to distribute one built with Cygwin, so that the resultant installation can