On 5/10/06, Jon Baldassari <[EMAIL PROTECTED]> wrote:
I recompiled PERL from source, to have it use gcc. The installation went fine. 
I installed the following PERL Modules:
DBD-1.28

DBD What? DBD-Oracle? DBD-Sybase?

MIME-Lite-3.01
libnet-1.19

All of the above modules installed fine.

When attempting to install DBI-1.14, I am receiving the following error when 
trying install the PERL Module DBI-1.14 while running make:

[EMAIL PROTECTED]># make
mkdir blib
mkdir blib/lib
mkdir blib/lib/DBD
mkdir blib/arch
mkdir blib/arch/auto
mkdir blib/arch/auto/DBD
mkdir blib/arch/auto/DBD/Oracle

Running make for DBI-1.14 AFAIK should NOT result in DBD/Oracle directories.

Try this:

1) Whatever that DBD-1.28 is, uninstall it from your perl tree. Just
delete the files directly if need be (please tell me this is a
DEVELOPMENT machine you are testing all this on!)

2)Pull down DBI-1.TheLatestVersion. Its probably 1.14. Put it in a
brand new directory with nothing else in it.

3) Build JUST DBI-1.14 with the typical

perl Makefile.PL
make
make test
make install

sequence.

If that works, then go pull down whatever DBD you need and then build that.

HTH
--
Matthew O. Persico

Reply via email to