Re: DBD::Oracle and FreeBSD

2002-10-24 Thread Scott T. Hildreth
On 22-Oct-2002 Matthew Lineen wrote: >> - if you are using an Linux Oracle install, you need to compile >> a linux perl and use that. > > I'd rather not, so I'll go w/ your advice on point #2. > >> - if you've installed the Oracle7 client libraries, > /usr/ports/databases/oracle7, >>

RE: DBD::Oracle and FreeBSD

2002-10-22 Thread shildreth
2 things : - if you are using an Linux Oracle install, you need to compile a linux perl and use that. - if you've installed the Oracle7 client libraries, /usr/ports/databases/oracle7, then you can use the FreeBSD native Perl. Make sure you set the env var LD_LIBRARY_PATH. I a

DBD::Oracle and FreeBSD

2002-10-22 Thread Matthew Lineen
I'm trying to get DBD::Oracle working on a FreeBSD machine. After jumping through some hoops to install it, I get this error: /usr/libexec/ld-elf.so.1: /usr/local/perl-5.8.0/lib/site_perl/5.8.0/i386-freebsd/auto/DBD/Oracle /Oracle.so: Undefined symbol "OCIInitialize" when trying to use a script th