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

Home -> Community -> Usenet -> c.d.o.server -> Re: running sqlplus

Re: running sqlplus

From: Sofie Kempeneer <SKempeneer_at_cereus.be>
Date: Tue, 19 Oct 1999 09:19:05 +0200
Message-ID: <7uh60j$q4k$1@naxos.belnet.be>


If this is the right make :
make -f ins_sqlplus.mk ORACLE_HOME=/OraHome1 sqlplus then is there a problem .
The error output is like this:
gcc -o sqlplus -L/OraHome1/lib/ -L/OraHome1/lib/ -L/usr/lib /OraHome1/sqlplus/
lib/s0afimai.o -lsqlplus /OraHome1/rdbms/lib/kpudfo.o -lsql8 -lclntsh /OraHome1/
lib/nautab.o /OraHome1/lib/naeet.o /OraHome1/lib/naect.o /OraHome1/lib/naedhs.o
`cat /OraHome1/network/lib/ldflags` -ln8 -lnl8 -lnro8 `cat /OraHome1/network
/lib/ldflags` -ln8 -lnl8 -lclient8 -lvsn8 -lcommon8 -lskgxp8 -lgeneric8 -lmm
 -lnls8 -lcore8 -lnls8 -lcore8 -lnls8 `cat /OraHome1/network/lib/ldflags` -ln8 -lnl8 -lnro8 `cat
/OraHome1/network/lib/ldflags` -ln8 -lnl8 -lclient8 - lvsn8 -lcommon8 -lskgxp8 -lgeneric8 -ltrace8 -lnls8 -lcore8 -lnls8 -lcore8  -ln
ls8 -lclient8 -lvsn8 -lcommon8 -lskgxp8 -lgeneric8 -lnls8 -lcore8 -lnls8 - lcor
e8 -lnls8 `cat /OraHome1/lib/sysliblist` -ldl -lm -lpls8 `cat /OraHome1/lib
/sysliblist`

cat: /OraHome1/network/lib/ldflags: No such file or directory
cat: /OraHome1/network/lib/ldflags: No such file or directory
cat: /OraHome1/network/lib/ldflags: No such file or directory
cat: /OraHome1/network/lib/ldflags: No such file or directory
/usr/i386-linux/bin/ld: cannot open -lclntsh: No such file or directory make: *** [sqlplus] Error 1
What is the right make command?

Helen Macduff wrote in message <380C0CA8.CDEDB092_at_alcatel.com.au>...
>you need to remake the sqlplus executable. Go to
>$ORACLE_HOME/sqlplus/lib and run make to recompile the executable.
>The instructions are in the file ins_sqlplus.mk.
>
>Even if this fails it wont do any harm. The old sqlplus executable
>in the bin directory is rename to sqlplusO and can always be replaced
>
>Sofie Kempeneer wrote:
>>
>> I have got the following error output when I try to run sqlplus:
>>
>> [oracle_at_cbsec oracle]$ sqlplus
>> sqlplus: error in loading shared libraries:
/OraHome1/lib/libclntsh.so.8.0:
>> undefined symbol: nauzaoss
>> [oracle_at_cbsec oracle]$
>>
>> Can anyone help me out here?
>> 10x
>> Sofie
>>
>> begin 666 Sofie Kempeneer.vcf
>> M0D5'24XZ5D-!4D0-"E9%4E-)3TXZ,BXQ#0I..DME;7!E;F5E<CM3;V9I90T*
>> M1DXZ4V]F:64_at_2V5M<&5N965R#0I%34%)3#M04D5&.TE.5$523D54.E-O9FEE
>> M+DME;7!E;F5E<D!A9'9A;'9A<RYB90T*4D56.C$Y.3DQ,#$Y5# U-38Q-%H-
>> ,"D5.1#I60T%21 T*
>> `
>> end

begin 666 Sofie Kempeneer.vcf
M0D5'24XZ5D-!4D0-"E9%4E-)3TXZ,BXQ#0I..DME;7!E;F5E<CM3;V9I90T* M1DXZ4V]F:64_at_2V5M<&5N965R#0I%34%)3#M04D5&.TE.5$523D54.E-O9FEE M+DME;7!E;F5E<D!A9'9A;'9A<RYB90T*4D56.C$Y.3DQ,#$Y5# W,3DP-%H- ,"D5.1#I60T%21 T*
`
end Received on Tue Oct 19 1999 - 02:19:05 CDT

Original text of this message

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