DBAsupport.com Forums - Powered by vBulletin
Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Make problem installing Oracle 10.2

  1. #1
    Join Date
    Jan 2008
    Posts
    9

    Angry Make problem installing Oracle 10.2

    Hi,
    I am attempting to install Oracle 10.2 on an HPUX server running 11.11 (32- bit), all goes well until 83% in to the installation during the linking phase when I get various link errors. I reran one of the makes that failed in a shell, the output is below. I'll be very greatfull for any advice.
    Thanks

    usr/ccs/bin/make -f /ORACLE/rdbms/lib/ins_rdbms.mk ioracle ORA
    chmod 755 /ORACLE/bin
    - Linking Oracle
    rm -f /ORACLE/rdbms/lib/oracle
    cc -Wl,+s -Wl,+n +DA2.0W +DS2.0 -o /ORACLE/rdbms/lib/oracle -L/ORACLE
    /rdbms/lib/ -L/ORACLE/lib/ `if /usr/bin/getconf KERNEL_BITS | grep "64" > /dev/
    null ; \
    then echo "-Wl,+pi,64M -Wl,+pd,L -Wl,+padtext,16M -Wl,+paddata,1M" ; \
    else echo "" ; fi` -Wl,-PF,linkorderfile -Wl,+Ostaticprediction /ORACLE/
    rdbms/lib/opimai.o /ORACLE/rdbms/lib/ssoraed.o /ORACLE/rdbms/lib/ttcsoi.o /ORAC
    LE/rdbms/lib/defopt.o /ORACLE/lib/nautab.o /ORACLE/lib/naeet.o /ORACLE/lib/naect
    .o /ORACLE/lib/naedhs.o /ORACLE/rdbms/lib/config.o -lserver10 -lodm10 -lnnet10
    -lskgxp10 -lhasgen10 -lcore10 -lskgxn2 -locr10 -locrb10 -locrutl10 -lhasgen10
    -lcore10 -lskgxn2 -lskgxn2 -lclient10 -lvsn10 -lcommon10 -lgeneric10 -lknl
    opt `if ar tv /ORACLE/rdbms/lib/libknlopt.a | grep xsyeolap.o > /dev/null 2>&1 ;
    then echo "-loraolap10" ; fi` -lclsra10 -ldbcfg10 -lslax10 -lpls10 -lplp10 -l
    jox10 -lwwg `cat /ORACLE/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs1
    0 -ln10 -lnnz10 -lnl10 -lnro10 -lmm -lnls10 -lcore10 -lxml10 -lunls10 `if
    ar tv /ORACLE/rdbms/lib/libknlopt.a | grep "kxmnsd.o" > /dev/null 2>&1 ; then ec
    ho " " ; else echo "-lordsdo10"; fi` -lctxc10 -lctx10 -lzx10 -lgx10 -lordimt10
    -lsnls10 `if ar t /ORACLE/lib/libskgxp10.a | grep '^'skcsi.o > /dev/null 2>&1 ;
    then echo "/opt/clic/lib/pa20_64/libclic_csi.a";fi` /ORACLE/rdbms/lib//ssoident.
    o /ORACLE/lib/libocijdbc10.a `cat /ORACLE/lib/sysliblist` -lm -lcres
    ld: (Warning) Can't open the fdp output file linkorderfile
    1 warnings.
    mv -f /ORACLE/bin/oracle /ORACLE/bin/oracleO
    mv /ORACLE/rdbms/lib/oracle /ORACLE/bin/oracle
    chmod 6751 /ORACLE/bin/oracle
    Make: Don't know how to make ORA.

  2. #2
    Join Date
    Jan 2001
    Posts
    2,828
    Hi

    Whats the output of

    Code:
    whereis ld
    which ld
    
    whereis ar
    which ar
    
    whereis make
    which make

  3. #3
    Join Date
    Jan 2008
    Posts
    9

    nrishy.....here they are

    $ whereis ld
    ld: /usr/bin/ld /usr/ccs/bin/ld /usr/share/man/man1.Z/ld.1
    $ which ld
    /usr/bin/ld
    $ whereis ar
    ar: /usr/bin/ar /usr/ccs/bin/ar /usr/share/man/man1.Z/ar.1 /usr/share/man/man4.Z
    /ar.4
    $ which ar
    /usr/bin/ar
    $ whereis make
    make: /usr/bin/make /usr/ccs/bin/make /usr/share/man/man1.Z/make.1
    $ which make
    /usr/bin/make
    $

  4. #4
    Join Date
    Jan 2001
    Posts
    2,828
    Hi

    Hmm whats the output of

    ls -ltr /usr/bin/ld

    and

    ls -ltr /usr/ccs/bin/ld


    Try doing
    export PATH=/usr/ccs/bin:${PATH}

    before running the installer and try again

    regards
    Hrishy
    Last edited by hrishy; 01-28-2008 at 01:00 PM.

  5. #5
    Join Date
    Jan 2008
    Posts
    9

    hrishy,

    ...oops I replied to your last reply twice, I've got the hang of it now;

    The output you asked for is

    $ ls -ltr /usr/bin/ld
    lr-xr-xr-t 1 root sys 15 Dec 19 14:07 /usr/bin/ld -> /usr/cc
    s/bin/ld
    $ ls -ltr /usr/ccs/bin/ld
    -r-xr-xr-x 1 bin bin 954368 Sep 17 16:12 /usr/ccs/bin/ld
    $

  6. #6
    Join Date
    Jan 2008
    Posts
    9
    - im out of the office now, back 9am(GMT) 29th Jan.

  7. #7
    Join Date
    Jan 2001
    Posts
    2,828
    Hi

    Whats the output of

    Code:
    file /stand/vmunix
    $ cd $ORACLE_HOME/bin
    $ file oracle
    I am suspecting that you are installing 64 bit oracle on a 32 bit machine
    Last edited by hrishy; 01-29-2008 at 05:05 AM.

  8. #8
    Join Date
    Jan 2008
    Posts
    9
    $ file /stand/vmunix
    /stand/vmunix: PA-RISC1.1 executable -not stripped
    $ cd $ORACLE_HOME/bin
    $ file oracle
    oracle: ELF-64 executable object file - PA-RISC 2.0 (LP64)
    $

  9. #9
    Join Date
    Jan 2001
    Posts
    2,828
    Hi

    Whats the output of

    getconf KERNEL_BITS

    regards
    Hrishy

  10. #10
    Join Date
    Jan 2008
    Posts
    9
    Hrishy,
    It's
    $ getconf KERNEL_BITS
    32

    Am i attempting to install oracle 10g 64 bit on a 32bit O/S? The Oracle I downloaded was Oracle Database 10g Release 2 (10.2.0.1.0)
    Enterprise/Standard Edition for HP-UX PA-RISC??


    Nobby

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width