Rice, Wayne R (Sybase) writes:
 > Anyone,
 > 
 > I need to gain access to Oracle and Sybase on an AIX Unix system.  I tried
 > perl makefile.pl; make; etc. to no avail.  Please advise what steps do I
 > need to follow to get things to work on this platform.
 > 
 > (Note: I am able to do everything I need to via ActivePerl DBI, DBDSybase
 > and DBDOracle.  I used PPM to install the 1 DBI and 2 DBD packages)  

I'm a little confused here - are you using ActiveState on AIX, or are
you saying that you successfully installed DBI/DBD::xxx on Win32 with
ActiveState? 

Anyway - you first should run perl Makefile.PL (note caps) for DBI. If
that fails there is no point in going any further - you first need to
figure out why it fails.

 > ricew@spnode01> perl makefile.pl
 > Can't locate loadable object for module DBI in @INC (@INC contains: lib lib/dbi 
 >/u/ricew/Software/dbi-1.19 /u/ricew/Software/dbi-1.19/DBI 
 >/u/ricew/Software/dbi-1.19/DBDOracle /u/ricew/Software/dbi-1.19/DBDSybase 
 >/usr/opt/perl5/lib/5.00503/aix /usr/opt/perl5/lib/5.00503 
 >/usr/opt/perl5/lib/site_perl/5.005/aix /usr/opt/perl5/lib/site_perl/5.005 .) at 
 >DBI.pm line 185
 > BEGIN failed--compilation aborted at DBI.pm line 185.
 > BEGIN failed--compilation aborted at lib/DBI/DBD.pm line 1777.
 > BEGIN failed--compilation aborted at makefile.pl line 224.

Do you have the PERL5LIB variable set to some weird value?

Michael
-- 
Michael Peppler - Data Migrations Inc. - http://www.mbay.net/~mpeppler
[EMAIL PROTECTED] - [EMAIL PROTECTED]
International Sybase User Group - http://www.isug.com

Reply via email to