Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Unable to load shared libraries libskgxp8.o

Re: Unable to load shared libraries libskgxp8.o

From: Jose Luis Delgado <joseluis_delgado_at_yahoo.com>
Date: Tue, 17 Dec 2002 06:34:53 -0800
Message-ID: <F001.0051B35C.20021217063453@fatcity.com>


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
>



Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com
-- 
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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US