Welcome to the dBforums forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact support.

If you prefer not to see double-underlined words and corresponding ads, place your cursor
here for ContentLink opt out.

Go Back  dBforums > Database Server Software > Oracle > LINUX UPGRADE 8.1.7.0 problems relink ins_rdbms.mk

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-04-08, 07:22
martinherrero martinherrero is offline
Registered User
 
Join Date: Jul 2008
Posts: 2
LINUX UPGRADE 8.1.7.0 problems relink ins_rdbms.mk

Hi all;

Some several errors to upgrade a 8.1.7.4 db in a linux server (Linux judah 2.6.14.7 #1 SMP Wed Jul 25 19:02:16 CEST 2007 i686 GNU/Linux) when relink packages.


My env is next:
HZ=100
SHELL=/bin/bash
TERM=xterm
NLS_LANG=SPANISH_SPAIN.WE8ISO8859P1
USER=oracle
LD_LIBRARY_PATH=:/home/oracle/OraHome1/lib:/lib:/usr/lib
LS_COLORS=no=00:fi=00:di=01;34:ln=01;36i=40;33:s o=01;35:do=01;35:bd=40;33;01:cd=40;33;01r=40;31; 01:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*. taz=01;31:*.lzh=01;31:*.zip=01;31:*.z=01;31:*.Z=01 ;31:*.gz=01;31:*.bz2=01;31:*.deb=01;31:*.rpm=01;31 :*.jar=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35: *.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*. tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.ti ff=01;35:*.png=01;35:*.mov=01;35:*.mpg=01;35:*.mpe g=01;35:*.avi=01;35:*.fli=01;35:*.gl=01;35:*.dl=01 ;35:*.xcf=01;35:*.xwd=01;35:*.ogg=01;35:*.mp3=01;3 5:*.wav=01;35:
ORACLE_SID=quotes
ORACLE_BASE=/home/oracle
MAIL=/var/mail/oracle
PATH=/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/home/oracle/OraHome1/bin:/usr/local/jdk118/bin
PWD=/home/oracle
ORACLE_TERM=vt100
SHLVL=1
HOME=/home/oracle
LD_ASSUME_KERNEL=2.2.5
LOGNAME=oracle
ORACLE_HOME=/home/oracle/OraHome1
_=/usr/bin/env



And I fixed $ORACLE_HOME/bin/genclntsh file, LD_SELF_CONTAINED="-z defs", and replace by LD_SELF_CONTAINED=""

But relinking packages fails:


Linking external procedure agent (extproc)
rm -f /home/oracle/OraHome1/rdbms/lib/extproc
gcc -o /home/oracle/OraHome1/rdbms/lib/extproc -L/home/oracle/OraHome1/rdbms/lib/ -L/home/oracle/OraHome1/lib/ /home/oracle/OraHome1/rdbms/lib/hormc.o /home/oracle/OraHome1/rdbms/lib/defopt.o /home/oracle/OraHome1/rdbms/lib/homts.o /home/oracle/OraHome1/rdbms/lib/ssdbaed.o -lagtsh -lpls8 -lplp8 -lclntsh -lnls8 -lcore8 -lnls8 -lcore8 -lnls8 `cat /home/oracle/OraHome1/lib/sysliblist` `if [ -f /usr/lib/libsched.so ] ; then echo -lsched ; else true; fi` -Wl,-rpath,/home/oracle/OraHome1/lib:/lib:/usr/lib -lm `cat /home/oracle/OraHome1/lib/sysliblist` `if [ -f /usr/lib/libsched.so ] ; then echo -lsched ; else true; fi` -ldl -lm -ldl `sed -e 's/-ljava//g' /home/oracle/OraHome1/lib/ldflags` -lnsgr8 -lnzjs8 -ln8 -lnl8 -lnro8 `sed -e 's/-ljava//g' /home/oracle/OraHome1/lib/ldflags` -lnsgr8 -lnzjs8 -ln8 -lnl8 `sed -e 's/-ljava//g' /home/oracle/OraHome1/lib/ldflags` -lnsgr8 -lnzjs8 -ln8 -lnl8 -lnro8 `sed -e 's/-ljava//g' /home/oracle/OraHome1/lib/ldflags` -lnsgr8 -lnzjs8 -ln8 -lnl8 `sed -e 's/-ljava//g' /home/oracle/OraHome1/lib/ldflags` -lnsgr8 -lnzjs8 -ln8 -lnl8 -lnro8 `sed -e 's/-ljava//g' /home/oracle/OraHome1/lib/ldflags` -lnsgr8 -lnzjs8 -ln8 -lnl8 `sed -e 's/-ljava//g' /home/oracle/OraHome1/lib/ldflags` -lnsgr8 -lnzjs8 -ln8 -lnl8 -lnro8 `sed -e 's/-ljava//g' /home/oracle/OraHome1/lib/ldflags` -lnsgr8 -lnzjs8 -ln8 -lnl8 `sed -e 's/-ljava//g' /home/oracle/OraHome1/lib/ldflags` -lnsgr8 -lnzjs8 -ln8 -lnl8 -lnro8 `sed -e 's/-ljava//g' /home/oracle/OraHome1/lib/ldflags` -lnsgr8 -lnzjs8 -ln8 -lnl8-lsql8 -lsql8
/usr/bin/ld: /home/oracle/OraHome1/rdbms/lib/extproc: hidden symbol `stat64' in /usr/lib/libc_nonshared.a(stat64.oS) is referenced by DSO
collect2: ld returned 1 exit status
make: *** [/home/oracle/OraHome1/rdbms/lib/extproc] Error 1



Any idea, please?

Laura
Reply With Quote
  #2 (permalink)  
Old 07-04-08, 11:57
anacedent anacedent is offline
Registered User
 
Join Date: Aug 2003
Location: Where the Surf Meets the Turf @Del Mar, CA
Posts: 3,564
I don't have any hard evidence but my initial suspicion is that the source of the problem is that you have an unsupported combination.
I doubt V8.1.7 was certified on your systems version of Linux.

What makes you think that this combination should work together?
__________________
You can lead some folks to knowledge, but you can not make them think.
The average person thinks he's above average!
Reply With Quote
  #3 (permalink)  
Old 07-04-08, 12:32
martinherrero martinherrero is offline
Registered User
 
Join Date: Jul 2008
Posts: 2
Yes,
really, this combination is not supportedm, but before to aplly this patch , 8i in Debian worked due to workaround=LD_SELF_CONTAINED="" and now, I'm looking for a new excellent idea for 8.1.7.
Regards.
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On