DBAsupport.com Forums - Powered by vBulletin
Results 1 to 4 of 4

Thread: installing Oracle 9i on linux

  1. #1
    Join Date
    May 2000
    Location
    Alex, Egypt
    Posts
    41

    Question installing Oracle 9i on linux

    I'm installing Oracle 9i on Linux (suse 8.2)
    but after installing the software and while linking the binaries I get linking errors

    when I verified the make.log file I found these errors at the file:

    /usr/bin/make -f ins_net_client.mk mkldflags ORACLE_HOME=/home/oracle/Ora901
    /usr/bin/make -f ins_net_client.mk client_sharedlib ORACLE_HOME=/home/oracle/Ora901
    /home/oracle/Ora901/bin/genclntsh
    /home/oracle/Ora901/lib/libclient9.a(skudmr.o)(.text+0x2fd): In function `skudmrg':
    : undefined reference to `__divdi3'
    /home/oracle/Ora901/lib/libclient9.a(skudmr.o)(.text+0x321): In function `skudmrg':
    : undefined reference to `__moddi3'
    /home/oracle/Ora901/lib/libclient9.a(skudmr.o)(.text+0x1fe1): In function `skudmrs':
    : undefined reference to `__moddi3'
    Amir Magdy

  2. #2
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    read the installation guide?

  3. #3
    Join Date
    Oct 2000
    Location
    Saskatoon, SK, Canada
    Posts
    3,925
    This doesn't look like an oracle issue. It looks like the problem on your gcc, where it fails to link against the libgcc. You might want to further dig into the glibc versions to see the actual cause.

    Sam
    Thanx
    Sam



    Life is a journey, not a destination!


  4. #4
    Join Date
    May 2000
    Location
    Alex, Egypt
    Posts
    41
    I read and applied the instalation guide.

    it looks like a linking problem with linux binaries, and libraries, may be by installing some Linux packages it will be solved.
    but I don't know which packages to install.

    thanks
    Amir Magdy

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