ubuntu server 11.04装oracle 11g时的编译错误

编译打包和其他
回复
小田
帖子: 10
注册时间: 2008-02-20 6:22

ubuntu server 11.04装oracle 11g时的编译错误

#1

帖子 小田 » 2011-05-15 1:49

自从升级到11.04就杯具不断……

本来10.10上安装的好好的oracle 11g安装时报错说makefile有问题

在log文件里找到如下信息
说缺少/urs/lib64/libpthread_nonshared.a
请教这个文件应该如何获得?
谢谢



INFO: Start output from spawned process:
INFO: ----------------------------------
INFO:

INFO: /home/oracle/app/oracle/product/11.2.0/dbhome_1/bin/genclntsh

INFO: /usr/bin/ld: cannot find /usr/lib64/libpthread_nonshared.a

INFO: collect2: ld returned 1 exit status

INFO: genclntsh: Failed to link libclntsh.so.11.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 '/home/oracle/app/oracle/product/11.2.0/dbhome_1/rdbms/lib/ins_rdbms.mk'. See '/home/oracle/app/oraInventory/logs/installActions2011-05-14_06-49-10PM.log' for details.
Exception Severity: 1
附件
无标题.png
lionboy
帖子: 82
注册时间: 2007-11-06 19:39

Re: ubuntu server 11.04装oracle 11g时的编译错误

#2

帖子 lionboy » 2011-05-18 9:01

本人装10g也遇到类似问题,好像说少了compat-libstdc++-33-3.2.3-47.3.i386.rpm包,不知在Ubuntu下什么包可代替
lionboy
帖子: 82
注册时间: 2007-11-06 19:39

Re: ubuntu server 11.04装oracle 11g时的编译错误

#3

帖子 lionboy » 2011-05-18 9:01

我用alien转过来,不行
小田
帖子: 10
注册时间: 2008-02-20 6:22

Re: ubuntu server 11.04装oracle 11g时的编译错误

#4

帖子 小田 » 2011-06-01 1:22

lionboy 写了:本人装10g也遇到类似问题,好像说少了compat-libstdc++-33-3.2.3-47.3.i386.rpm包,不知在Ubuntu下什么包可代替
后来解决了,看我的另一个帖子

viewtopic.php?f=44&t=330961
回复