>>>>> Tim Bunce writes:

> On Thu, Nov 27, 2003 at 01:24:50PM +0100, Jochen Hayek wrote:

    >> ================================================================================
    >> 
LD_RUN_PATH="/app/local/oracle/product/9.2.0/lib:/app/local/oracle/product/9.2.0/rdbms/lib"
 gcc  -G -L/usr/local/lib Oracle.o dbdimp.o oci7.o oci8.o -L/opt/SUNWcluster/lib 
-R/opt/SUNWcluster/lib -o build -L/app/local/oracle/product/9.2.0/rdbms/lib/ 
-L/app/local/oracle/product/9.2.0/lib/   -lclntsh -lnbeq9 -lnhost9 -lnus9 -lnldap9 
-lldapclnt9 -lnsslb9 -lnnis9 -lnoname9 -lntcp9 -lntcps9 -lnsslb9 -lntcp9 -lntns9 -lnsl 
-lsocket -lgen -ldl -R/app/local/oracle/product/9.2.0/lib -laio -lposix4 -lkstat -lm 
-lthread -o blib/arch/auto/DBD/Oracle/Oracle.so     
    >> ld: warning: option -o appears more than once, first setting taken
    >> ld: fatal: file /app/local/oracle/product/9.2.0/lib//libclntsh.so: wrong ELF 
class: ELFCLASS64

    TB> Something here will probably help...

    TB> 
http://www.google.com/search?as_q=DBD%3A%3AOracle&num=10&hl=en&ie=UTF-8&oe=UTF-8&btnG=Google+Search&as_epq=wrong+ELF+class%3A+ELFCLASS64&as_oq=&as_eq=&lr=&as_ft=i&as_filetype=&as_qdr=all&as_occt=any&as_dt=i&as_sitesearch=&safe=off

    TB> Tim.

Thanks a lot!

Whow, nowadays it's old-fashioned to refer somebody to the mailing list's archive, 
it's far simpler to "google" for the *obvious* :

    DBD::Oracle "wrong ELF class: ELFCLASS64"

Very nice. And it helped me passing this obstacle.

The next obstacle came with "make test" :

================================================================================
[EMAIL PROTECTED] $ env ORACLE_USERID=app_cronus/[EMAIL PROTECTED] make test
/bin/sh -c true
/bin/sh -c true
PERL_DL_NONLAZY=1 /app/idse22/cronus/usr/local/bin/perl -Iblib/arch -Iblib/lib 
-I/app/idsp22/cronus1/usr/local/lib/perl5/5.6.1/sun4-solaris 
-I/app/idsp22/cronus1/usr/local/lib/perl5/5.6.1 -e 'use Test::Harness qw(&runtests 
$verbose); $verbose=0; runtests @ARGV;' t/*.t
t/base.......ok                                                              
t/cursor.....ok                                                              
t/general....ok                                                              
t/long.......ok                                                              
t/meta.......ok                                                              
t/ph_type....ok 11/19 expected 'trailing' but got 'trailing ' for VARCHAR2   
t/ph_type....FAILED test 12                                                  
        Failed 1/19 tests, 94.74% okay
t/plsql......ok                                                              
t/reauth.....skipped
        all skipped: no reason given
t/select.....ok                                                              
Failed Test Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t/ph_type.t               19    1   5.26%  12
1 test skipped.
Failed 1/9 test scripts, 88.89% okay. 1/3264 subtests failed, 99.97% okay.
make: *** [test_dynamic] Error 11
================================================================================

Is this serious enough, or something I can ignore?

Cheers,
Jochen Hayek

Reply via email to