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 -> ld: 0706-006 Cannot find or open library file: -l noss8

ld: 0706-006 Cannot find or open library file: -l noss8

From: Vance Wu <vwu_at_anacomp.com>
Date: 27 Jan 2004 15:24:52 -0800
Message-ID: <c3d4638a.0401271524.7e4e68a9@posting.google.com>


Hi All,

I'm attempting to compiler an Oracle application using Oracl8i 8.1.7 library and encountered the following linking error in AIX 4.3.3 platform, I believe the app is compiled ok in previous version of Oracle (I'm not sure the exact version):

         xlC_r -I. -I../common -I/build/vance_build/v522/rogue
-I/build/vance_build/v522/rogue -I../compiler -I../dbaccess -O
-DNDEBUG -DUSE_ORA8 -D_BIGEND -DFULL_INTERPRETER -Daix -DRS6000
-L/build/vance_build/v522/lib -L/opt/oracle/product/8.1.7/lib
-DUSE_FS -DDISABLE_SHLIB_ACCESS=1 -DRW_NO_LEADING_UNDERSCORE
-qtwolink -o dataproc afpprfor.o afprec.o cldfrec.o cntx3800.o

cntxcldf.o  cntxtext.o  compress.o  databuff.o  dataproc.o  dprunsum.o
 encdict.o  histhuff.o  line3800.o  linetext.o  loaddata.o  main.o 
nonecomp.o  outbuf.o  pdfprfor.o  pdfrec.o  outbufpv.o  poformat.o 
prformat.o  ptinfo.o  pwindow.o  record.o  strfnd.o  symblzr.o 
tccomp.o  trip02.o  tripiter.o  triplet.o 
/build/vance_build/v522/lib/dborlib.o       -ltccomp -ltcdb -lrfac0 

-lrwora -lrwdb -ltccommon -lrwtool
/opt/oracle/product/8.1.7/rdbms/lib/ssdbaed.o
/opt/oracle/product/8.1.7/rdbms/lib/kpudfo.o
/opt/oracle/product/8.1.7/lib/nautab.o
/opt/oracle/product/8.1.7/lib/naeet.o
/opt/oracle/product/8.1.7/lib/naect.o
/opt/oracle/product/8.1.7/lib/naedhs.o -lnbeq8 -lnhost8 -lnus8

-lnldap8 -lldapclnt8 -lnsslb8 -lnoss8 -lnoname8 -lntcp8 -lntcps8
-lnsslb8 -lntcp8 -lntns8 -ln8 -lnl8 -lnro8 -lnbeq8 -lnhost8 -lnus8
-lnldap8 -lldapclnt8 -lnsslb8 -lnoss8 -lnoname8 -lntcp8 -lntcps8
-lnsslb8 -lntcp8 -lntns8 -ln8 -lnl8 -lclient8 -lvsn8 -lcommon8
-lskgxp8 -lgeneric8 -lmm -lnls8 -lcore8 -lnls8 -lcore8 -lnls8 -lnbeq8
-lnhost8 -lnus8 -lnldap8 -lldapclnt8 -lnsslb8 -lnoss8 -lnoname8
-lntcp8 -lntcps8 -lnsslb8 -lntcp8 -lntns8 -ln8 -lnl8 -lnro8 -lnbeq8
-lnhost8 -lnus8 -lnldap8 -lldapclnt8 -lnsslb8 -lnoss8 -lnoname8
-lntcp8 -lntcps8 -lnsslb8 -lntcp8 -lntns8 -ln8 -lnl8 -lclient8 -lvsn8
-lcommon8 -lskgxp8 -lgeneric8 -ltrace8 -lnls8 -lcore8 -lnls8 -lcore8
-lnls8 -lclient8 -lvsn8 -lcommon8 -lskgxp8 -lgeneric8 -lnls8 -lcore8
-lnls8 -lcore8 -lnls8 -lld -lm /lib/crt0_r.o -lc_r -lpthreads -lodm
-lm -lsvld -lbsd_r -lld -lm
-bI:/opt/oracle/product/8.1.7/lib/pw-syscall.exp
-bI:/opt/oracle/product/8.1.7/lib/ksms.imp -lpthreads -lm -s
ld: 0706-006 Cannot find or open library file: -l noss8

        ld:open(): A file or directory in the path name does not exist. ld: 0706-006 Cannot find or open library file: -l noss8

        ld:open(): A file or directory in the path name does not exist. ld: 0706-006 Cannot find or open library file: -l noss8

        ld:open(): A file or directory in the path name does not exist. ld: 0706-006 Cannot find or open library file: -l noss8

        ld:open(): A file or directory in the path name does not exist. make: 1254-004 The error code from the last command is 255.

Can someone tell me more about the library file noss8, and what is the replacement in version 8.1.7

Thanks,
Vance Wu Received on Tue Jan 27 2004 - 17:24:52 CST

Original text of this message

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