Re: DBD::Oracle Installation problem



On 04/26/2005 03:54 AM, PerlDiscuss - Perl Newsgroups and mailing lists said:

When I install DBD::Oracle module, I get the following error.

=============================
ld: fatal: file /oracle/product/10/lib//libclntsh.so: wrong ELF class:
ELFCLASS64
....

============================
Summary of my perl5 (revision 5 version 8 subversion 6) configuration:
  Platform:
....
use64bitint=undef use64bitall=undef uselongdouble=undef

The build is trying to link a 64-bit library to a 32-bit perl. Look for /oracle/product/10/lib32. If you find it, edit Makefile to use that directory instead of /oracle/product/10/lib. You'll probably need to `make realclean` before making again.


This appears to be fixed in the next version of DBD::Oracle.

--
Mac :})
** I usually forward private questions to the appropriate mail list. **
Ask Smarter: http://www.catb.org/~esr/faqs/smart-questions.html
Give a hobbit a fish and he eats fish for a day.
Give a hobbit a ring and he eats fish for an age.
.



Relevant Pages

  • RE: problem installing DBD-mysql-2.9002 on OS X 10.2.8 (perl 5.8. 1)
    ... Maybe it's a Mac OS thing, but I don't seem to have a DBI.so file anywhere ... Check the permissions on DBI.pm and DBI.so. ... Give a hobbit a ring and he eats fish for an age. ...
    (perl.dbi.users)
  • Re: inserting data coming from a hash
    ... to have exactly the same hash keys as your bind variable names. ... Mac:}) ** I usually forward private questions to the appropriate mail list. ... Give a hobbit a ring and he eats fish for an age. ...
    (perl.dbi.users)
  • Re: DBI like
    ... # Column binding is the most efficient way to fetch data ... Mac:}) ... Give a hobbit a ring and he eats fish for an age. ...
    (perl.dbi.users)
  • Re: DBD module
    ... DBI has a method for finding them: ... Mac:}) ... Give a hobbit a ring and he eats fish for an age. ...
    (perl.dbi.users)
  • Re: DBD::ORACLE Hanges
    ... I can submit a patch if ... Mac:}) ... Give a hobbit a ring and he eats fish for an age. ...
    (perl.dbi.users)