Return-Path: Mailing-List: contact modperl-help@apache.org; run by ezmlm Delivered-To: mailing list modperl@apache.org Received: (qmail 79449 invoked from network); 4 Jul 2000 11:26:20 -0000 Received: from net1.ji-net.com (203.147.0.5) by locus.apache.org with SMTP; 4 Jul 2000 11:26:20 -0000 Received: from 5300-pk2.ji-net.com (IDENT:root@[203.147.50.62]) by net1.ji-net.com (8.9.3-MySQL-0.2.3b/8.9.3) with ESMTP id SAA30038 for ; Tue, 4 Jul 2000 18:21:06 +0700 Received: (qmail 10635 invoked from network); 4 Jul 2000 06:41:22 -0000 Received: from jaguar.ecs.co.th (root@192.168.25.4) by bobcat.ecs.co.th with SMTP; 4 Jul 2000 06:41:22 -0000 Received: (qmail 5730 invoked from network); 4 Jul 2000 06:38:48 -0000 Received: from hercules.ecs.co.th (HELO ecs-trade.com) (192.168.25.19) by jaguar.ecs.co.th with SMTP; 4 Jul 2000 06:38:48 -0000 Message-ID: <39618676.62CC944C@ecs-trade.com> Date: Tue, 04 Jul 2000 13:38:46 +0700 From: daniel Organization: Enterprise Computing Services X-Mailer: Mozilla 4.71 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: Randy Kobes CC: David Jourard , modperl@apache.org Subject: Re: Can't find Apache::DBI on Win32 version References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N 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