At 2:46 PM +0300 7/23/04, [EMAIL PROTECTED] wrote: >When trying to add package DBD-oracle-1.15 to Perl version 5.6.1 (with update ) and >DBI-1.43 i get this > >$ perl makefile.pl >*** Warning: Path separator characters (`|') in the current directory path >(PERL_ROOT:[LIB.DBD-ORACLE-1_15]) may cause problems > >Unable to locate Driver.xst in perl_root:[lib.VMS_AXP.5_6_1]/auto/DBI >perl_root:[lib]/auto/DBI perl_root:[lib.site_perl.VMS_AXP]/auto/DBI >perl_root:[lib.site_pe >rl]/auto/DBI /perl_root/lib/site_perl/auto/DBI ./auto/DBI at makefile.pl line 37 >%SYSTEM-F-ABORT, abort
Well, I think the fundamental problem here is a syntax error as well, as you can see from the occurrences of "]/". I've never built this extension, so I'm not sure what's up. One thing I would try, though, would be to install a later version of ExtUtils::MakeMaker (the package that handles extension building) and then try again. See http://search.cpan.org/~mschwern/ExtUtils-MakeMaker-6.21/ -- ________________________________________ Craig A. Berry mailto:[EMAIL PROTECTED] "... getting out of a sonnet is much more difficult than getting in." Brad Leithauser
