RE: :Oracle 1.46 can't find library

2005-02-02 Thread Reidy, Ron
The file command is not listing permissions, nor size. What is the output of 'ls -l /opt/perl5_64/lib/site_perl/5.8.5/PA-RISC2.0-LP64/auto/DBD/Oracle'? What happens if you run the test script from the command line as the user who starts Apache? - Ron Reidy Lead DBA Array BioPha

DBD::Oracle 1.46 can't find library

2005-02-02 Thread Wales, Stephen \(RTSI\)
I had been happily plodding along on oracletool 2.0 for that last 2 years (a perl cgi script that interrogates Oracle databases), when I discovered that there was a new version. So I downloaded and installed that and found that it didn't work, that something that had been added, ora_session_modes

Re: Attachments on DBI mailing lists

2005-02-02 Thread amonotod
> From: Tim Bunce <[EMAIL PROTECTED]> > Date: 2005/02/02 Wed AM 04:23:17 CST > FYI, plain text attachments are ok on this list *so long as* > they are marked by your mailer as Content-Type: text/plain. > > Yours are marked as Content-Type: application/octet-stream > so most people can't easily re

ANNOUNCE: DBI 1.47

2005-02-02 Thread Tim Bunce
file: $CPAN/authors/id/T/TI/TIMB/DBI-1.47.tar.gz size: 375545 bytes md5: 0be11a354b98355b7fba4acc15a32bda =head2 Changes in DBI 1.47 (svn rev 854),2nd February 2005 Fixed DBI::ProxyServer to not create pid files by default. References: Ubuntu Security Notice USN-70-1, CAN-2005-00

Re: Making DBD::Oracle with Instant Client 10.1.0.3

2005-02-02 Thread Tim Bunce
On Wed, Feb 02, 2005 at 01:09:58PM +0900, [EMAIL PROTECTED] wrote: > Hi all, > > Thanks to the devel package, I've got succeeded in making DBD::Oracle > with the Oracle Instant Client 10.1.0.3, no *.mk files, in my linux box. > My recipe is: > > 1) install both basic- and devel-10.1.0.3 rpm packa

Attachments on DBI mailing lists

2005-02-02 Thread Tim Bunce
On Tue, Feb 01, 2005 at 03:13:58PM -0600, amonotod wrote: > Hello all, > I never got a response to this, so I'm sending it again... FYI, plain text attachments are ok on this list *so long as* they are marked by your mailer as Content-Type: text/plain. Yours are marked as Content-Type: applicat

Making DBD::Oracle with Instant Client 10.1.0.3

2005-02-02 Thread snisim
Hi all, Thanks to the devel package, I've got succeeded in making DBD::Oracle with the Oracle Instant Client 10.1.0.3, no *.mk files, in my linux box. My recipe is: 1) install both basic- and devel-10.1.0.3 rpm packages 2) export ORALCE_HOME="/usr/lib/oracle/10.1.0.3/client"