Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Unable to load shared libraries libskgxp8.o
Hi!!!
Look at your lines:
> /bin/sh: line 1: cc: command not found
this tells you that you need the C compiler...
look for it at:
/usr/ucb/bin
or try with the find command!
the next one:
the AR assembler is trying to get the config.o file... review that you really have set your LD_LIBRARY_PATH and add the /usr/lib and try again.
Before, of course, you need to find the config.o file after that... try to recompile again!
HTH JL
> /usr/bin/ar: config.o: No such file or directory
> make: ***
> [/u01/app/oracle/product/8.1.7/rdbms/lib/config.o]
> Error 1
>
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Jose Luis Delgado INET: joseluis_delgado_at_yahoo.com Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Tue Dec 17 2002 - 08:34:53 CST
![]() |
![]() |