Chinaunix

标题: Perl Oracle模块安装出错,帮忙看看LOG [打印本页]

作者: lanbird    时间: 2004-09-06 21:44
标题: Perl Oracle模块安装出错,帮忙看看LOG
安装Perl 的DBD_Oracle模块时,出下面错误,请各位帮忙看看!
谢谢。

$ perl Makefile.PL
Using DBI 1.34 installed in /usr/local/lib/perl5/site_perl/5.8.4/sun4-solaris/auto/DBI

Configuring DBD::Oracle ...

>;>;>;     Remember to actually *READ* the README file!
        Especially if you have any problems.

Using Oracle in /home1/oracle/product/9.2.0.1
Oracle version 2.0.1 (2.001)

WARNING: could not decode oracle version from
/home1/oracle/product/9.2.0.1/orainst/inspdver, or /home1/oracle/product/9.2.0.1/install/unix.rgs
or from ORACLE_HOME path /home1/oracle/product/9.2.0.1.
Oracle version based logic in Makefile.PL may produce erroneous results.

Found /home1/oracle/product/9.2.0.1/precomp/demo/proc/demo_proc.mk
Using /home1/oracle/product/9.2.0.1/precomp/demo/proc/demo_proc.mk
Reading /home1/oracle/product/9.2.0.1/precomp/demo/proc/demo_proc.mk
Reading /home1/oracle/product/9.2.0.1/precomp/lib/env_precomp.mk

Attempting to discover Oracle OCI build rules
/opt/SUNWspro/bin/cc   -c  DBD_ORA_OBJ.c
by executing: [make -f /home1/oracle/product/9.2.0.1/precomp/demo/proc/demo_proc.mk build ECHODO=echo ECHO=echo GENCLNTSH='echo genclntsh' CC=echo OPTIMIZE= CCFLAGS= EXE=DBD_ORA_EXE OBJS=DBD_ORA_OBJ.o]
Oracle oci build command:
        [-o DBD_ORA_EXE DBD_ORA_OBJ.o -L/home1/oracle/product/9.2.0.1/lib/ -lclntsh -lnbeq9 -lnhost9 -lnus9 -lnldap9 -lldapclnt9 -lnsslb9 -lnoname9 -lntcp9 -lntcps9 -lnsslb9 -lntcp9 -lntns9 -lnsl -lsocket -lgen -ldl -lsched -R/home1/oracle/product/9.2.0.1/lib -laio -lposix4 -lm -lthread]

Found header files in rdbms/demo.


*********************************************************
I can't find the header files I need in your Oracle installation.
You probably need to install some more Oracle components.
I'll keep going, but the compile will probably fail.
See README.clients for more information.
*********************************************************


Checking for functioning wait.ph


System: perl5.008004 sunos hbdb 5.8 generic_117000-03 sun4u sparc sunw,sun-fire
Compiler:   /opt/SUNWspro/bin/cc -O  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
Linker:     /usr/ccs/bin/ld
Sysliblist: -lnsl -lsocket -lgen -ldl -lsched
Oracle makefiles would have used these definitions but we override them:
  CC:       cc

  CFLAGS:   $(GFLAG) $(OPTIMIZE) $(CDEBUG) $(CCFLAGS) $(PFLAGS)\
        $(SHARED_CFLAG) $(USRFLAGS)
           [$(GFLAG) -xO3 $(CDEBUG) $(NOKPIC_CCFLAGS) -K PIC -DPRECOMP -I. -I/home1/oracle/product/9.2.0.1/precomp/public -I/home1/oracle/product/9.2.0.1/rdbms/public -I/home1/oracle/product/9.2.0.1/rdbms/demo -I/home1/oracle/product/9.2.0.1/plsql/public -I/home1/oracle/product/9.2.0.1/network/public -DSLMXMX_ENABLE -DSLTS_ENABLE -D_SVID_GETTOD -D_REENTRANT $(LPFLAGS) $(USRFLAGS)]

  LDFLAGS:  -o $@ $(LDPATHFLAG)$(PRODLIBHOME) $(LDPATHFLAG)$(LIBHOME)
           [-o $@ -L/home1/oracle/product/9.2.0.1/precomp/lib/ -L$(LIBHOME)]


Linking with OTHERLDFLAGS =   -L/home1/oracle/product/9.2.0.1/lib/ -lclntsh -lnbeq9 -lnhost9 -lnus9 -lnldap9 -lldapclnt9 -lnsslb9 -lnoname9 -lntcp9 -lntcps9 -lnsslb9 -lntcp9 -lntns9 -lnsl -lsocket -lgen -ldl -lsched -R/home1/oracle/product/9.2.0.1/lib -laio -lposix4 -lm -lthread [from 'build' rule]


Checking if your kit is complete...
Looks good
LD_RUN_PATH=/home1/oracle/product/9.2.0.1/lib:/home1/oracle/product/9.2.0.1/rdbms/lib
Using DBD::Oracle 1.15.
Using DBD::Oracle 1.15.
Using DBI 1.34 installed in /usr/local/lib/perl5/site_perl/5.8.4/sun4-solaris/auto/DBI
Writing Makefile for DBD::Oracle

***  If you have problems...
     read all the log printed above, and the README and README.help files.
     (Of course, you have read README by now anyway, haven't you?)
作者: boco_new    时间: 2004-09-11 08:26
标题: Perl Oracle模块安装出错,帮忙看看LOG
这个安装没有问题的牙
这个是编译makefile.pl
接下来你要进行make h和make install了
作者: gunguymadman    时间: 2004-09-12 15:21
标题: Perl Oracle模块安装出错,帮忙看看LOG
出现错误最后会出现error字符的.....
作者: lanbird    时间: 2004-09-13 18:43
标题: Perl Oracle模块安装出错,帮忙看看LOG
make 的时候出错

cp Oracle.pm blib/lib/DBD/Oracle.pm
cp oraperl.ph blib/lib/oraperl.ph
cp dbdimp.h blib/arch/auto/DBD/Oracle/dbdimp.h
cp ocitrace.h blib/arch/auto/DBD/Oracle/ocitrace.h
cp Oraperl.pm blib/lib/Oraperl.pm
cp Oracle.h blib/arch/auto/DBD/Oracle/Oracle.h
cp lib/DBD/Oracle/GetInfo.pm blib/lib/DBD/Oracle/GetInfo.pm
cp mk.pm blib/arch/auto/DBD/Oracle/mk.pm
/usr/local/bin/perl -p -e "s/~DRIVER~/Oracle/g" < /usr/local/lib/perl5/site_perl/5.8.4/sun4-solaris/auto/DBI/Driver.xst >; Oracle.xsi
/usr/local/bin/perl /usr/local/lib/perl5/5.8.4/ExtUtils/xsubpp  -typemap /usr/local/lib/perl5/5.8.4/ExtUtils/typemap -typemap typemap  Oracle.xs >; Oracle.xsc && mv Oracle.xsc Oracle.c
/opt/SUNWspro/bin/cc -c  -I. -I/home1/oracle/product/9.2.0.1/precomp/public -I/home1/oracle/product/9.2.0.1/rdbms/public -I/home1/oracle/product/9.2.0.1/rdbms/demo -I/home1/oracle/product/9.2.0.1/plsql/public -I/home1/oracle/product/9.2.0.1/network/public -I/home1/oracle/product/9.2.0.1/rdbms/demo -I/home1/oracle/product/9.2.0.1/rdbms/demo -I/usr/local/lib/perl5/site_perl/5.8.4/sun4-solaris/auto/DBI  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O    -DVERSION=\"1.15\"  -DXS_VERSION=\"1.15\" -KPIC "-I/usr/local/lib/perl5/5.8.4/sun4-solaris/CORE"  -DUTF8_SUPPORT Oracle.c
"/home1/oracle/product/9.2.0.1/rdbms/demo/oci.h", line 2158: cannot find include file: <ociextp.h>;
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 190: cannot find include file: <nzt.h>;
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6599: syntax error before or at: nzttWallet
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6599: warning: undefined or missing type for: nzttWallet
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6603: syntax error before or at: nzttWallet
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6603: warning: undefined or missing type for: nzttWallet
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6611: syntax error before or at: nzttWallet
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6611: warning: undefined or missing type for: nzttWallet
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6622: syntax error before or at: nzttPersona
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6622: warning: undefined or missing type for: nzttPersona
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6627: syntax error before or at: nzttPersona
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6627: warning: undefined or missing type for: nzttPersona
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6631: syntax error before or at: nzttPersona
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6631: warning: undefined or missing type for: nzttPersona
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6635: syntax error before or at: nzttPersona
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6635: warning: undefined or missing type for: nzttPersona
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6639: syntax error before or at: nzttIdentType
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6639: warning: undefined or missing type for: nzttIdentType
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6640: warning: undefined or missing type for: cipher_type
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6646: syntax error before or at: nzttPersona
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6646: warning: undefined or missing type for: nzttPersona
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6647: warning: undefined or missing type for: crypto_engine_function
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6648: warning: undefined or missing type for: data_unit_format
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6653: syntax error before or at: nzttPersona
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6653: warning: undefined or missing type for: nzttPersona
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6654: warning: undefined or missing type for: crypto_engine_function
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6660: syntax error before or at: nzttIdentity
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6660: warning: undefined or missing type for: nzttIdentity
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6664: syntax error before or at: nzttIdentType
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6664: warning: undefined or missing type for: nzttIdentType
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6670: syntax error before or at: nzttIdentity
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6670: warning: undefined or missing type for: nzttIdentity
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6674: syntax error before or at: nzttIdentity
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6674: warning: undefined or missing type for: nzttIdentity
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6679: syntax error before or at: nzttIdentity
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6679: warning: undefined or missing type for: nzttIdentity
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6684: syntax error before or at: nzttPersona
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6684: warning: undefined or missing type for: nzttPersona
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6685: warning: undefined or missing type for: signature_state
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6686: warning: undefined or missing type for: size_t
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6687: warning: undefined or missing type for: ub1
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6692: syntax error before or at: nzttPersona
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6692: warning: undefined or missing type for: nzttPersona
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6693: warning: undefined or missing type for: size_t
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6694: warning: undefined or missing type for: size_t
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6698: syntax error before or at: nzttPersona
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6698: warning: undefined or missing type for: nzttPersona
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6699: warning: undefined or missing type for: signature_state
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6700: warning: undefined or missing type for: size_t
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6701: warning: undefined or missing type for: ub1
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6703: warning: undefined or missing type for: boolean
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6704: warning: undefined or missing type for: boolean
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6709: syntax error before or at: nzttPersona
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6709: warning: undefined or missing type for: nzttPersona
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6711: warning: undefined or missing type for: boolean
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6715: syntax error before or at: nzttPersona
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6715: warning: undefined or missing type for: nzttPersona
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6716: warning: undefined or missing type for: signature_state
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6717: warning: undefined or missing type for: size_t
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6718: warning: undefined or missing type for: ub1
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6723: syntax error before or at: nzttPersona
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6723: warning: undefined or missing type for: nzttPersona
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6724: warning: undefined or missing type for: size_t
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6725: warning: undefined or missing type for: size_t
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6729: syntax error before or at: nzttPersona
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6729: warning: undefined or missing type for: nzttPersona
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6730: warning: undefined or missing type for: signature_state
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6731: warning: undefined or missing type for: size_t
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6732: warning: undefined or missing type for: ub1
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6733: warning: undefined or missing type for: size_t
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6734: warning: undefined or missing type for: ub1
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6735: warning: undefined or missing type for: boolean
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6736: warning: undefined or missing type for: boolean
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6741: syntax error before or at: nzttPersona
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6741: warning: undefined or missing type for: nzttPersona
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6742: warning: undefined or missing type for: size_t
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6744: warning: undefined or missing type for: encryption_state
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6745: warning: undefined or missing type for: size_t
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6746: warning: undefined or missing type for: ub1
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6751: syntax error before or at: nzttPersona
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6751: warning: undefined or missing type for: nzttPersona
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6752: warning: undefined or missing type for: size_t
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6753: warning: undefined or missing type for: size_t
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6754: warning: undefined or missing type for: size_t
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6758: syntax error before or at: nzttPersona
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6758: warning: undefined or missing type for: nzttPersona
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6759: warning: undefined or missing type for: encryption_state
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6760: warning: undefined or missing type for: size_t
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6761: warning: undefined or missing type for: ub1
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6766: syntax error before or at: nzttPersona
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6766: warning: undefined or missing type for: nzttPersona
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6767: warning: undefined or missing type for: encryption_state
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6768: warning: undefined or missing type for: size_t
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6769: warning: undefined or missing type for: ub1
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6774: syntax error before or at: nzttPersona
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6774: warning: undefined or missing type for: nzttPersona
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6775: warning: undefined or missing type for: size_t
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6776: warning: undefined or missing type for: size_t
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6780: syntax error before or at: nzttPersona
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6780: warning: undefined or missing type for: nzttPersona
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6781: warning: undefined or missing type for: decryption_state
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6782: warning: undefined or missing type for: size_t
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6783: warning: undefined or missing type for: ub1
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6788: syntax error before or at: nzttPersona
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6788: warning: undefined or missing type for: nzttPersona
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6789: warning: undefined or missing type for: size_t
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6791: warning: undefined or missing type for: encryption_state
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6792: warning: undefined or missing type for: size_t
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6793: warning: undefined or missing type for: ub1
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6798: syntax error before or at: nzttPersona
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6798: warning: undefined or missing type for: nzttPersona
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6799: warning: undefined or missing type for: decryption_state
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6800: warning: undefined or missing type for: size_t
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6801: warning: undefined or missing type for: ub1
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6803: warning: undefined or missing type for: boolean
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6804: warning: undefined or missing type for: boolean
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6809: syntax error before or at: nzttPersona
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6809: warning: undefined or missing type for: nzttPersona
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6810: warning: undefined or missing type for: hash_state
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6811: warning: undefined or missing type for: size_t
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6812: warning: undefined or missing type for: ub1
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6817: syntax error before or at: nzttPersona
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6817: warning: undefined or missing type for: nzttPersona
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6818: warning: undefined or missing type for: size_t
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6819: warning: undefined or missing type for: size_t
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6823: syntax error before or at: nzttPersona
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6823: warning: undefined or missing type for: nzttPersona
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6824: warning: undefined or missing type for: hash_state
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6825: warning: undefined or missing type for: size_t
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6826: warning: undefined or missing type for: ub1
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6831: syntax error before or at: nzttPersona
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6831: warning: undefined or missing type for: nzttPersona
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6832: warning: undefined or missing type for: size_t
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6833: warning: undefined or missing type for: size_t
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6837: syntax error before or at: nzttPersona
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6837: warning: undefined or missing type for: nzttPersona
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6838: warning: undefined or missing type for: size_t
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6839: warning: undefined or missing type for: ub1
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6843: syntax error before or at: nzttPersona
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6843: warning: undefined or missing type for: nzttPersona
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6844: warning: undefined or missing type for: size_t
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6849: syntax error before or at: nzttPersona
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6849: warning: undefined or missing type for: nzttPersona
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6850: warning: undefined or missing type for: uword
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6854: syntax error before or at: nzttBufferBlock
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6854: warning: undefined or missing type for: nzttBufferBlock
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6858: syntax error before or at: nzttBufferBlock
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6858: warning: undefined or missing type for: nzttBufferBlock
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6862: syntax error before or at: nzttBufferBlock
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6862: warning: undefined or missing type for: nzttBufferBlock
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6870: syntax error before or at: nzttBufferBlock
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6870: warning: undefined or missing type for: nzttBufferBlock
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6876: syntax error before or at: nzttIdentity
"/home1/oracle/product/9.2.0.1/rdbms/demo/ociap.h", line 6876: warning: undefined or missing type for: nzttIdentity
"/home1/oracle/product/9.2.0.1/rdbms/demo/oci.h", line 2174: cannot find include file: <ociextp.h>;
"/home1/oracle/product/9.2.0.1/rdbms/demo/ocixad.h", line 49: cannot find include file: <ociextp.h>;
"/home1/oracle/product/9.2.0.1/rdbms/demo/ocixad.h", line 73: syntax error before or at: OCIExtProcContext
"/home1/oracle/product/9.2.0.1/rdbms/demo/ocixad.h", line 73: warning: undefined or missing type for: OCIExtProcContext
"/home1/oracle/product/9.2.0.1/rdbms/demo/ocixad.h", line 74: warning: undefined or missing type for: OCIXADTable
"/home1/oracle/product/9.2.0.1/rdbms/demo/ocixad.h", line 75: warning: undefined or missing type for: OCILobLocator
"/home1/oracle/product/9.2.0.1/rdbms/demo/ocixad.h", line 78: syntax error before or at: OCIExtProcContext
"/home1/oracle/product/9.2.0.1/rdbms/demo/ocixad.h", line 78: warning: undefined or missing type for: OCIExtProcContext
"/home1/oracle/product/9.2.0.1/rdbms/demo/ocixad.h", line 79: warning: undefined or missing type for: OCIXADTable
"/home1/oracle/product/9.2.0.1/rdbms/demo/ocixad.h", line 80: warning: undefined or missing type for: OCINumber
"/home1/oracle/product/9.2.0.1/rdbms/demo/ocixad.h", line 80: warning: undefined or missing type for: ub4
"/home1/oracle/product/9.2.0.1/rdbms/demo/ocixad.h", line 83: syntax error before or at: OCIExtProcContext
"/home1/oracle/product/9.2.0.1/rdbms/demo/ocixad.h", line 83: warning: undefined or missing type for: OCIExtProcContext
"/home1/oracle/product/9.2.0.1/rdbms/demo/ocixad.h", line 84: warning: undefined or missing type for: OCIXADTable
"/home1/oracle/product/9.2.0.1/rdbms/demo/ocixad.h", line 84: warning: undefined or missing type for: void
"/home1/oracle/product/9.2.0.1/rdbms/demo/ocixad.h", line 85: warning: undefined or missing type for: ub4
"/home1/oracle/product/9.2.0.1/rdbms/demo/ocixad.h", line 85: warning: undefined or missing type for: sb4
"/home1/oracle/product/9.2.0.1/rdbms/demo/ocixad.h", line 86: warning: undefined or missing type for: sb4
"/home1/oracle/product/9.2.0.1/rdbms/demo/ocixad.h", line 89: syntax error before or at: OCIExtProcContext
"/home1/oracle/product/9.2.0.1/rdbms/demo/ocixad.h", line 89: warning: undefined or missing type for: OCIExtProcContext
"/home1/oracle/product/9.2.0.1/rdbms/demo/ocixad.h", line 92: syntax error before or at: OCIExtProcContext
"/home1/oracle/product/9.2.0.1/rdbms/demo/ocixad.h", line 92: warning: undefined or missing type for: OCIExtProcContext
"/home1/oracle/product/9.2.0.1/rdbms/demo/ocixad.h", line 95: syntax error before or at: OCIExtProcContext
"/home1/oracle/product/9.2.0.1/rdbms/demo/ocixad.h", line 95: warning: undefined or missing type for: OCIExtProcContext
"/home1/oracle/product/9.2.0.1/rdbms/demo/ocixad.h", line 98: syntax error before or at: OCIExtProcContext
"/home1/oracle/product/9.2.0.1/rdbms/demo/ocixad.h", line 98: warning: undefined or missing type for: OCIExtProcContext
"/home1/oracle/product/9.2.0.1/rdbms/demo/ocixad.h", line 99: warning: undefined or missing type for: OCIXADTable
"/home1/oracle/product/9.2.0.1/rdbms/demo/ocixad.h", line 102: syntax error before or at: OCIExtProcContext
"/home1/oracle/product/9.2.0.1/rdbms/demo/ocixad.h", line 102: warning: undefined or missing type for: OCIExtProcContext
"/home1/oracle/product/9.2.0.1/rdbms/demo/ocixad.h", line 103: warning: undefined or missing type for: void
"/home1/oracle/product/9.2.0.1/rdbms/demo/ocixad.h", line 103: warning: undefined or missing type for: OCIError
"/home1/oracle/product/9.2.0.1/rdbms/demo/ocixad.h", line 104: warning: undefined or missing type for: ub4
"/home1/oracle/product/9.2.0.1/rdbms/demo/ocixad.h", line 104: warning: undefined or missing type for: ub2
"/home1/oracle/product/9.2.0.1/rdbms/demo/ocixad.h", line 143: syntax error before or at: OCIExtProcContext
"/home1/oracle/product/9.2.0.1/rdbms/demo/ocixad.h", line 143: warning: undefined or missing type for: OCIExtProcContext
"/home1/oracle/product/9.2.0.1/rdbms/demo/ocixad.h", line 144: warning: undefined or missing type for: ub4
cc: acomp failed for Oracle.c
*** Error code 2
make: Fatal error: Command failed for target `Oracle.o'
作者: apile    时间: 2004-09-14 08:39
标题: Perl Oracle模块安装出错,帮忙看看LOG
WARNING: could not decode oracle version from
/home1/oracle/product/9.2.0.1/orainst/inspdver, or /home1/oracle/product/9.2.0.1/install/unix.rgs
or from ORACLE_HOME path /home1/oracle/product/9.2.0.1.
Oracle version based logic in Makefile.PL may produce erroneous results.
*********************************************************
I can't find the header files I need in your Oracle installation.
You probably need to install some more Oracle components.
I'll keep going, but the compile will probably fail.
See README.clients for more information.
*********************************************************

其實你注意看 perl Makefile.PL的結果..已經寫啦...
你應該要看看README.clients這個file裡面有沒有寫說還要安裝哪些軟件
先照著做吧....




欢迎光临 Chinaunix (http://bbs.chinaunix.net/) Powered by Discuz! X3.2