Install error !!! [message #358525] |
Tue, 11 November 2008 15:28 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
hotsouce
Messages: 5 Registered: November 2008
|
Junior Member |
|
|
Hi all,
I have big problem with instalation Oracle Database 10g2 on SuSe Linux Enterprise Server 10 SP2 on Power platform.
(Power platform is IBM pSeries)
All steps in installation goes corret till linking. During linking is error : "Error in invoking target 'client_sharedlib' of makefile '/home/oracle/oracle/product/10.2.0/db_1/network/lib/ins_net_client.mk'"
Help me, plz.
[Updated on: Tue, 11 November 2008 15:54] Report message to a moderator
|
|
|
|
|
Re: Install error !!! [message #358689 is a reply to message #358653] |
Wed, 12 November 2008 03:05 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
hotsouce
Messages: 5 Registered: November 2008
|
Junior Member |
|
|
My error looks like this ![Wink](images/smiley_icons/icon_wink.gif)
![http://img146.imageshack.us/my.php?image=oraclebadbo4.png](http://img146.imageshack.us/my.php?image=oraclebadbo4.png)
or
http://img146.imageshack.us/my.php?image=oraclebadbo4.png
Log file is below:
INFO: End output from spawned process.
INFO: ----------------------------------
INFO: Calling Action unixActions10.2.0.1.0 make
installMakePath = /usr/bin/make
installMakeFileName = /u01/app/oracle/product/10.1.0/db_1/network/lib/in
s_net_client.mk
installTarget = client_sharedlib
installArguments = ORACLE_HOME=/u01/app/oracle/product/10.1.0/db_1,
undoMakeFileName = null
undoTarget = null
undoArguments = null
logFile = /u01/app/oracle/product/10.1.0/db_1/install/make.log
progMsg = Building client shared libraries
INFO: The output of this make operation is also available at: '/u01/app/oracle/p
roduct/10.1.0/db_1/install/make.log'
INFO:
INFO: Start output from spawned process:
INFO: ----------------------------------
INFO:
INFO: /u01/app/oracle/product/10.1.0/db_1/bin/genclntsh
INFO: /usr/bin/ld: cannot find -lxl
INFO: collect2: ld returned 1 exit status
INFO:
INFO: genclntsh: Failed to link libclntsh.so.10.1
INFO: make: *** [client_sharedlib] Error 1
INFO: End output from spawned process.
INFO: ----------------------------------
INFO: Exception thrown from action: make
Exception Name: MakefileException
Exception String: Error in invoking target 'client_sharedlib' of makefile '/u01/
app/oracle/product/10.1.0/db_1/network/lib/ins_net_client.mk'. See '/u01/app/ora
cle/oraInventory/logs/installActions2008-11-07_10-34-49AM.log' for details.
Exception Severity: 1
INFO: Exception handling set to prompt user with options to Retry Ignore
User Choice: Retry
INFO: The output of this make operation is also available at: '/u01/app/oracle/p
roduct/10.1.0/db_1/install/make.log'
INFO:
INFO: Start output from spawned process:
INFO: ----------------------------------
INFO:
INFO: /u01/app/oracle/product/10.1.0/db_1/bin/genclntsh
INFO: /
INFO: usr/bin/ld: cannot find -lxl
collect2: ld returned 1 exit status
INFO: genclntsh: Failed to link libclntsh.so.10.1
INFO: make: *** [client_sharedlib] Error 1
INFO: End output from spawned process.
INFO: ----------------------------------
INFO: Exception thrown from action: make
Exception Name: MakefileException
Exception String: Error in invoking target 'client_sharedlib' of makefile '/u01/
app/oracle/product/10.1.0/db_1/network/lib/ins_net_client.mk'. See '/u01/app/ora
cle/oraInventory/logs/installActions2008-11-07_10-34-49AM.log' for details.
Exception Severity: 1
WARNING: This will stop installation of all products and exit the Installer. Are
you sure that you want to stop the installation and exit?
INFO: User Selected: Yes/OK
[Updated on: Wed, 12 November 2008 03:14] Report message to a moderator
|
|
|
|
|
|
Re: Install error !!! [message #358883 is a reply to message #358860] |
Wed, 12 November 2008 18:16 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
![](/forum/images/custom_avatars/85219.jpg) |
ebrian
Messages: 2794 Registered: April 2006
|
Senior Member |
|
|
Even though you are on 64-bit, if you haven't done so, you may need to install the 32-bit glibc-devel and 32-bit gcc packages.
In addition, I would recommend checking out doris for your install.
|
|
|