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 to just do
> c:\> perl -MCPAN -e shell
> cpan> install Apache::DBI
> Or, alternatively, get the distribution from
> 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.
[ ... ]
Then, If you are using AuthDBI.pm you'll need to comment out
lines 6 & 7 (use IPC::SysV and use strict)
Well, thats what I needed to do anyway. YMMV
Daniel