Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

11G installation on AMD64

508212Oct 21 2007 — edited Apr 15 2008
Trying to install 11G on Ubuntu AMD64. All goes well except a single linker error of target all_no_orcl of makefile ../rdbms/lib/ins_rdbms.mk

gcc -m32 -o /db/orcl11/db/rdbms/lib/extproc32 -L/db/orcl11/db/rdbms/lib32/ -L/db/orcl11/db/lib32/ -L/db/orcl11/db/lib32/stubs/ /db/orcl11/db/rdbms/lib32/hormc.o /db/orcl11/db/rdbms/lib32/homts.o -lagtsh -lpthread -lclntsh `cat /db/orcl11/db/lib32/sysliblist` -Wl,-rpath,/db/orcl11/db/lib32 -lm `cat /db/orcl11/db/lib32/sysliblist` -ldl -lm -L/db/orcl11/db/lib32
/usr/bin/ld: cannot find -lagtsh
collect2: ld returned 1 exit status

I'm really confused because libagtsh.so is in ../lib32 and should get picked up I think.

Any ideas?

Comments

Processing
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on May 13 2008
Added on Oct 21 2007
17 comments
21,123 views