Maybe I've missed something... but I'd recommend not using a tarball
directly and just use the CPAN module to install it:
perl -MCPAN -e "install 'DBI'"
perl -MCPAN -e "install 'DBD::Sybase'"
perl -MCPAN -e "install 'DBD::Oracle'"
assuming you have a standard setup on your box, you can probably
x27;[EMAIL PROTECTED]'; '[EMAIL PROTECTED]'
Subject: Re: How to install DBI on AIX; need DBDSybase and DBDOracle to
work
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; e
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