Hello,
Machine info : 2 GB RAM 80+160 GB PATA Hard disk P4 32 bit architecture
OS : Fresh installation of Ubuntu 10.04 LTS
Oracle: 11gR2
With above details i am installaing Oracle 11gR2 on this machine. I have completed all the pre-installation task and i ignored all when it prompts for required packages :
make-3.80
binutils-2.15.92.0.2
gcc-3.4.6
libaio-0.3.105
glibc-2.3.4-2.41
compat-libstdc++-33-3.2.3
elfutils-libelf-devel-0.97
glibc-common-2.3.4
glibc-devel-2.3.4
gcc++-3.4.6
libaio-devel-0.3.105
libgcc-3.4.6
libstdc++-3.4.6
libstdc++-devel-3.4.6
sysstat-5.0.5
unixODBC-2.2.11
unixODBC-devel-2.2.11
pdksh-5.2.14
I ignored all these required packages, because when i check in system; ubuntu has installed its higher numberred versions. Installation worked upto 69% and now it is showing :
Error in invoking target 'idguodbc' of makefile
'/app/oracle/product/11.2.0/db_1/rdbms/ins-rdbms.mk'. See
'/app/oracle/oraInventory/logs/installAction2010-06-01_01_01-03-01PM.log' for details.
And here is contents of '/app/oracle/oraInventory/logs/installAction2010-06-01_01_01-03-01PM.log' :
INFO: Linking dg4odbc Executables
INFO: Linking dg4odbc Executables
INFO: The output of this make operation is also available at: '/app/oracle/product/11.2.0/db_1/install/make.log'
INFO:
INFO: Start output from spawned process:
INFO: ----------------------------------
INFO:
INFO:
INFO: - Linking dg4odbc agent
INFO: rm -f /app/oracle/product/11.2.0/db_1/rdbms/lib/dg4odbc
INFO: gcc -o /app/oracle/product/11.2.0/db_1/rdbms/lib/dg4odbc -m32 -L/app/oracle/product/11.2.0/db_1/rdbms/lib/ -L/app/oracle/product/11.2.0/db_1/lib/ -L/app/oracle/product/11.2.0/db_1/lib/stubs/ -L/app/oracle/product/11.2.0/db_1/lib/ -lirc -lipgo /app/oracle/product/11.2.0/db_1/hs/lib/dg4odbc.o /app/oracle/product/11.2.0/db_1/rdbms/lib/homts.o -lhgosh11 -lhggcon11 -lhgosh11 -lagtsh -lclntsh `cat /app/oracle/product/11.2.0/db_1/lib/sysliblist` -Wl,-rpath,/app/oracle/product/11.2.0/db_1/lib -lm `c
INFO: at /app/oracle/product/11.2.0/db_1/lib/sysliblist` -ldl -lm -L/app/oracle/product/11.2.0/db_1/lib
INFO: /app/oracle/product/11.2.0/db_1/lib//libagtsh.so: undefined reference to `nnfyboot'
collect2: ld returned 1 exit status
INFO: make: *** [/app/oracle/product/11.2.0/db_1/rdbms/lib/dg4odbc] Error 1
INFO: End output from spawned process.
INFO: ----------------------------------
INFO: Exception thrown from action: make
Exception Name: MakefileException
Exception String: Error in invoking target 'idg4odbc' of makefile '/app/oracle/product/11.2.0/db_1/rdbms/lib/ins_rdbms.mk'. See '/app/oracle/oraInventory/logs/installActions2010-06-01_01-03-01PM.log' for details.
Exception Severity: 1
And few lines of /app/oracle/product/11.2.0/db_1/install/make.log
rm -f /app/oracle/product/11.2.0/db_1/rdbms/lib/dg4odbc
gcc -o /app/oracle/product/11.2.0/db_1/rdbms/lib/dg4odbc -m32 -L/app/oracle/product/11.2.0/db_1/rdbms/lib/ -L/app/oracle/product/11.2.0/db_1/lib/ -L/app/oracle/product/11.2.0/db_1/lib/stubs/ -L/app/oracle/product/11.2.0/db_1/lib/ -lirc -lipgo /app/oracle/product/11.2.0/db_1/hs/lib/dg4odbc.o /app/oracle/product/11.2.0/db_1/rdbms/lib/homts.o -lhgosh11 -lhggcon11 -lhgosh11 -lagtsh -lclntsh `cat /app/oracle/product/11.2.0/db_1/lib/sysliblist` -Wl,-rpath,/app/oracle/product/11.2.0/db_1/lib -lm `cat /app/oracle/product/11.2.0/db_1/lib/sysliblist` -ldl -lm -L/app/oracle/product/11.2.0/db_1/lib
/app/oracle/product/11.2.0/db_1/lib//libagtsh.so: undefined reference to `nnfyboot'
collect2: ld returned 1 exit status
make: *** [/app/oracle/product/11.2.0/db_1/rdbms/lib/dg4odbc] Error 1
I think issue with make command / version. I have checked and it is showing :
girish@girish-desktop:~$ make -v
GNU Make 3.81
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
This program built for i486-pc-linux-gnu
girish@girish-desktop:~$
Please help me to resolve the issue.
Regards
Girish Sharma