You don't have all the packages installed for OS.
Make sure your sysadmin installes all the OS packages.
check in your /usr/ccs/bin
You should have following files..
admin gprof.callg.blurb nrform
symorder
ar gprof.flat.blurb prof
tsort
as help prs
unget
cdc ld prt
unifdef
comb lex ranlib
val
delta lorder regcmp
vc
dis m4 rmdel
what
dump make sact
yacc
elfdump mcs sccs
yaccpar
error nceucform sccsdiff
get ncform size
gprof nm strip
Hope this helps.
- "Fowler, Kenneth R"
<kenneth_r_fowler_at_groton.pfizer.com> wrote:
> Hi,
>
>
> I got the following error from a "make" of sqlplus
> while installing 8.1.6 on
> Solaris 2.6. Has anyone had this problem before
> and/or know what the
> problem is? Here are the relevant extracts from log
> files (the error is at
> the end)...
>
>
> Installer log file...
>
>
> Calling action unixActions1.7.0.17.0 make
> installMakePath = /usr/ccs/bin/make
> installMakeFileName =
>
/Volumes/app/oracle/product/8.1.6/sqlplus/lib/ins_sqlplus.mk
> installTarget = install
> undoMakeFileName =
> installArguments =
> ORACLE_HOME=/Volumes/app/oracle/product/8.1.6,
> logFile =
> /Volumes/app/oracle/product/8.1.6/install/make.log
> undoTarget =
>
> Exception thrown from action: make
> Exception Name: MakefileException
> Exception String: Error in invoking target install
> of makefile
>
/Volumes/app/oracle/product/8.1.6/sqlplus/lib/ins_sqlplus.mk
> Exception Severity: 1
>
>
> Make log file...
>
>
> /usr/ccs/bin/make -f ins_net_client.mk nnfgt.o
> ORACLE_HOME
> =/Volumes/app/oracle/product/8.1.6
> (if [ "assemble" = "compile" ] ; then \
> /Volumes/app/oracle/product/8.1.6/bin/gennfgt >
> nnfgt.c ;\
> cc -c nnfgt.c ;\
> rm -f
> /Volumes/app/oracle/product/8.1.6/lib/nnfgt.o ;\
> mv nnfgt.o /Volumes/app/oracle/product/8.1.6/lib
> ;\
> /usr/ccs/bin/ar rv
> /Volumes/app/oracle/product/8.1.6/lib/libn8.a
> /Volumes/app/oracle/product/8.1.6/lib/nnfgt.o ; fi)
> (if [ "assemble" = "assemble" ] ; then \
> /Volumes/app/oracle/product/8.1.6/bin/gennfgt >
> nnfgt.s ;\
> /usr/ccs/bin/as -P -o nnfgt.o nnfgt.s ;\
> rm -f
> /Volumes/app/oracle/product/8.1.6/lib/nnfgt.o ;\
> mv nnfgt.o /Volumes/app/oracle/product/8.1.6/lib
> ;\
> /usr/ccs/bin/ar rv
> /Volumes/app/oracle/product/8.1.6/lib/libn8.a
> /Volumes/app/oracle/product/8.1.6/lib/nnfgt.o ; fi)
> ar: writing
> /Volumes/app/oracle/product/8.1.6/lib/libn8.a
> r - nnfgt.o
> (if [ "assemble" = "oratmp" ] ; then \
> /Volumes/app/oracle/product/8.1.6/bin/gennfgt >
> nnfgt.c ;\
> /lib/idcpp nnfgt.c oratmp.c ;\
> -i oratmp.c -o oratmp.s -f nnfgt.c ;\
> /usr/ccs/bin/as -o nnfgt.o oratmp.s ;\
> rm -f oratmp.c oratmp.s ;\
> rm -f
> /Volumes/app/oracle/product/8.1.6/lib/nnfgt.o ;\
> mv nnfgt.o /Volumes/app/oracle/product/8.1.6/lib
> ;\
> /usr/ccs/bin/ar rv
> /Volumes/app/oracle/product/8.1.6/lib/libn8.a
> /Volumes/app/oracle/product/8.1.6/lib/nnfgt.o ; fi)
> (if [ "assemble" = "binary" ] ; then \
> /Volumes/app/oracle/product/8.1.6/bin/gennfgt >
> nnfgt.c ;\
> TARGET_BINARY_INTERFACE= ;\
> export TARGET_BINARY_INTERFACE ;\
> cc -c nnfgt.c ;\
> -rm -f
> /Volumes/app/oracle/product/8.1.6/lib/nnfgt.o ;\
> -mv nnfgt.o /Volumes/app/oracle/product/8.1.6/lib
> ;\
> /usr/ccs/bin/ar rv
> /Volumes/app/oracle/product/8.1.6/lib/libn8.a
> /Volumes/app/oracle/product/8.1.6/lib/nnfgt.o ; fi)
> /usr/ccs/bin/make -f ins_net_client.mk ntcontab.o
> ORACLE_HOME=/Volumes/app/oracle/product/8.1.6
> (if [ "assemble" = "compile" ] ; then \
> /Volumes/app/oracle/product/8.1.6/bin/gennttab >
> ntcontab.c ;\
> cc -c ntcontab.c ;\
> rm -f
> /Volumes/app/oracle/product/8.1.6/lib/ntcontab.o ;\
> mv ntcontab.o
> /Volumes/app/oracle/product/8.1.6/lib ;\
> /usr/ccs/bin/ar rv
> /Volumes/app/oracle/product/8.1.6/lib/libn8.a
> /Volumes/app/oracle/product/8.1.6/lib/ntcontab.o ;
> fi)
> (if [ "assemble" = "assemble" ] ; then \
> /Volumes/app/oracle/product/8.1.6/bin/gennttab >
> ntcontab.s ;\
> /usr/ccs/bin/as -P -o ntcontab.o ntcontab.s ;\
> rm -f
> /Volumes/app/oracle/product/8.1.6/lib/ntcontab.o ;\
> mv ntcontab.o
> /Volumes/app/oracle/product/8.1.6/lib ;\
> /usr/ccs/bin/ar rv
> /Volumes/app/oracle/product/8.1.6/lib/libn8.a
> /Volumes/app/oracle/product/8.1.6/lib/ntcontab.o ;
> fi)
> ar: writing
> /Volumes/app/oracle/product/8.1.6/lib/libn8.a
> r - ntcontab.o
> (if [ "assemble" = "oratmp" ] ; then \
> /Volumes/app/oracle/product/8.1.6/bin/gennttab >
> ntcontab.c ;\
> /lib/idcpp ntcontab.c oratmp.c ;\
> -i oratmp.c -o oratmp.s -f ntcontab.c ;\
> /usr/ccs/bin/as -o ntcontab.o oratmp.s ;\
> rm -f oratmp.c oratmp.s ;\
> rm -f
> /Volumes/app/oracle/product/8.1.6/lib/ntcontab.o ;\
> mv ntcontab.o
> /Volumes/app/oracle/product/8.1.6/lib ;\
> /usr/ccs/bin/ar rv
> /Volumes/app/oracle/product/8.1.6/lib/libn8.a
> /Volumes/app/oracle/product/8.1.6/lib/ntcontab.o ;
> fi)
> (if [ "assemble" = "binary" ] ; then \
> /Volumes/app/oracle/product/8.1.6/bin/gennttab >
> ntcontab.c ;\
> TARGET_BINARY_INTERFACE= ;\
> export TARGET_BINARY_INTERFACE ;\
> cc -c ntcontab.c ;\
> -rm -f
> /Volumes/app/oracle/product/8.1.6/lib/ntcontab.o ;\
> -mv ntcontab.o
> /Volumes/app/oracle/product/8.1.6/lib ;\
> /usr/ccs/bin/ar rv
> /Volumes/app/oracle/product/8.1.6/lib/libn8.a
> /Volumes/app/oracle/product/8.1.6/lib/ntcontab.o ;
> fi)
> /usr/ccs/bin/make -f ins_net_client.mk nnfgt.o
> ORACLE_HOME=/Volumes/app/oracle/product/8.1.6
> (if [ "assemble" = "compile" ] ; then \
> /Volumes/app/oracle/product/8.1.6/bin/gennfgt >
> nnfgt.c ;\
> cc -c nnfgt.c ;\
> rm -f
> /Volumes/app/oracle/product/8.1.6/lib/nnfgt.o ;\
> mv nnfgt.o /Volumes/app/oracle/product/8.1.6/lib
> ;\
> /usr/ccs/bin/ar rv
> /Volumes/app/oracle/product/8.1.6/lib/libn8.a
> /Volumes/app/oracle/product/8.1.6/lib/nnfgt.o ; fi)
> (if [ "assemble" = "assemble" ] ; then \
> /Volumes/app/oracle/product/8.1.6/bin/gennfgt >
> nnfgt.s ;\
> /usr/ccs/bin/as -P -o nnfgt.o nnfgt.s ;\
> rm -f
> /Volumes/app/oracle/product/8.1.6/lib/nnfgt.o ;\
> mv nnfgt.o /Volumes/app/oracle/product/8.1.6/lib
> ;\
> /usr/ccs/bin/ar rv
> /Volumes/app/oracle/product/8.1.6/lib/libn8.a
> /Volumes/app/oracle/product/8.1.6/lib/nnfgt.o ; fi)
> ar: writing
> /Volumes/app/oracle/product/8.1.6/lib/libn8.a
> r - nnfgt.o
> (if [ "assemble" = "oratmp" ] ; then \
> /Volumes/app/oracle/product/8.1.6/bin/gennfgt >
> nnfgt.c ;\
> /lib/idcpp nnfgt.c oratmp.c ;\
> -i oratmp.c -o oratmp.s -f nnfgt.c ;\
> /usr/ccs/bin/as -o nnfgt.o oratmp.s ;\
> rm -f oratmp.c oratmp.s ;\
> rm -f
> /Volumes/app/oracle/product/8.1.6/lib/nnfgt.o ;\
> mv nnfgt.o /Volumes/app/oracle/product/8.1.6/lib
> ;\
> /usr/ccs/bin/ar rv
> /Volumes/app/oracle/product/8.1.6/lib/libn8.a
> /Volumes/app/oracle/product/8.1.6/lib/nnfgt.o ; fi)
> (if [ "assemble" = "binary" ] ; then \
> /Volumes/app/oracle/product/8.1.6/bin/gennfgt >
> nnfgt.c ;\
> TARGET_BINARY_INTERFACE= ;\
> export TARGET_BINARY_INTERFACE ;\
> cc -c nnfgt.c ;\
> -rm -f
> /Volumes/app/oracle/product/8.1.6/lib/nnfgt.o ;\
> -mv nnfgt.o /Volumes/app/oracle/product/8.1.6/lib
Received on Tue Sep 19 2000 - 09:07:31 CDT