To build with Oracle 9.x and the current version of DBD-Oracle. You care going to have to hack the generated Makefile to change all the Oracle library paths from lib to lib32. And to run you are going to have to update your SHLIB_PATH to point to $ORACLE_HOME/lib32.
Lincoln -----Original Message----- From: Tim Bunce [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 25, 2003 5:38 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: DBD:Oracle for Oracle 9.0.2 and 9.2 ? On Tue, Mar 25, 2003 at 09:04:41AM +0100, [EMAIL PROTECTED] wrote: > Hi all, > > > > Currently in a project to convert our existing 7.3.4 and 8.1.7 Databases > to Oracle9i.( Either the 9.0.1 or 9.2 version ) Now I'm having some > problems connecting to some test databases I have setup. Do I need to > upgrade my perl version or Dbi / DBD version to be able to connect? You could try just rebuilding them, but upgrading may be a good idea. Tim. > I keep getting the : > > > > DBI->connect(servwhDBMET) failed: ORA-03113: end-of-file on > communication channel (DBD: login failed) > > > > Error and this points to an incorrect sqlnet communication between the > client and the server. > > > > Any help is greatly appreciated. > > > > Kind regards > > > > Bjorn Naessens > > system engineer > > > > >
