Re: Can't find Apache::DBI on Win32 version

2000-07-05 Thread David Jourard
Hi, At 01:50 PM 7/4/00 -0500, Randy Kobes wrote: >On Tue, 4 Jul 2000, David Jourard wrote: > > > At 06:24 PM 7/4/00 +0100, David Mitchell wrote: > > > > This worked but now I get upon start up of the apache httpd daemon: > > > > defined(@array) is deprecated at c:/Perl/site/5.6.0/lib/Apache/DBI.p

Re: Can't find Apache::DBI on Win32 version

2000-07-04 Thread Randy Kobes
On Tue, 4 Jul 2000, David Jourard wrote: > At 06:24 PM 7/4/00 +0100, David Mitchell wrote: > > > This worked but now I get upon start up of the apache httpd daemon: > > > defined(@array) is deprecated at c:/Perl/site/5.6.0/lib/Apache/DBI.pm > > > line 135 (Maybe you should just omit the defined()

Re: Can't find Apache::DBI on Win32 version

2000-07-04 Thread David Jourard
Hi At 06:24 PM 7/4/00 +0100, David Mitchell wrote: > > This worked but now I get upon start up of the apache httpd daemon: > > > > defined(@array) is deprecated at c:/Perl/site/5.6.0/lib/Apache/DBI.pm > > > > line 135 (Maybe you should just omit the defined()?) > >Just edit c:/Perl/site/5.6.0/lib

Re: Can't find Apache::DBI on Win32 version

2000-07-04 Thread David Mitchell
> This worked but now I get upon start up of the apache httpd daemon: > > defined(@array) is deprecated at c:/Perl/site/5.6.0/lib/Apache/DBI.pm > > line 135 (Maybe you should just omit the defined()?) Just edit c:/Perl/site/5.6.0/lib/Apache/DBI.pm, deleting the 'defined' on line 135 :-)

Re: Can't find Apache::DBI on Win32 version

2000-07-04 Thread David Jourard
Hi, At 03:30 PM 7/3/00 -0500, Randy Kobes wrote: >http://www.perl.com/CPAN/authors/id/M/ME/MERGL/, >unpack it, and run >perl Makefile.PL >nmake >nmake install >If you don't have nmake, you can get a self-extracting archive >from ftp://ftp.microsoft.com/softlib/MSLFILES/nmake15.exe. T

Re: Can't find Apache::DBI on Win32 version

2000-07-04 Thread daniel
Randy Kobes wrote: > > On Mon, 3 Jul 2000, David Jourard wrote: > > > Hi, > > > > I'm running the win32 version. > > I changed the httpd.conf file to include: Apache::DBI > > I get that it cannot be found. > [ ... ] > > Apache::DBI doesn't need a C compiler to install, so you > should be able

Re: Can't find Apache::DBI on Win32 version

2000-07-03 Thread Randy Kobes
On Mon, 3 Jul 2000, David Jourard wrote: > Hi, > > I'm running the win32 version. > I changed the httpd.conf file to include: Apache::DBI > I get that it cannot be found. [ ... ] Apache::DBI doesn't need a C compiler to install, so you should be able to just do c:\> perl -MCPAN -e shell