Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Perl Oracle DBD on Ubuntu?
In <7s42j2he9u326jta8gog3b19jek8hl5e90_at_4ax.com> Andy Hassall <andy_at_andyh.co.uk> writes:
>On Sat, 14 Oct 2006 15:42:55 +0000 (UTC), Stan Brown <stanb_at_panix.com> wrote:
>>I need to get the perl DBD module working on a Ubuntu machine. >> >>I've installed teh XE database using the Debian package, and I can >>connect to the instance with sqlplus. I've installed the Perl DBI >>framework via Ubuntus packages. They don't seem to have a package >>for the Oracle DBD, so I downloaded that from CPAN. >> >>However, I can't seem to get it to compile corectly. >> >>Does the XR package not have enough of Oracle libraries to make this work? >> >>Can anyone sugest how I can get this working?
> Perhaps if you posted the errors, and what steps you took to compile it?
Gladly. thaanks for the fast reply.
> The XE package contains an Oracle 10.2 client which is sufficient to compile >DBD::Oracle as per the instructions in the README file. There's various things >you can get wrong, but without seeing what you did and what errors you're >getting there's no point just guessing.
I downloaded the following from CPAN DBD-Oracle-1.18 Installed the perl DBI from the Ubuntu packages, set the following environemtn variables:
ORACLE_HOME=/usr/lib/oracle/xe/app/oracle/product/10.2.0/server
PATH=$PATH:/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin
TWO_TASK=XE
LD_LIBRARY_PATH=/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/lib
Did a perl Makefile.PL, which did not look too happy, and trie make, which failed miserably. Here's the log of the session:
Script started on Sat 14 Oct 2006 09:19:46 AM EDT root_at_phsepi2:/usr/local/src/pd/perl_modules/dbd-oracle/DBD-Oracle-1.18# perl Mak efile.PL Argument "6.30_01" isn't numeric in subroutine entry at Makefile.PL line 8
main::BEGIN() called at /usr/share/perl/5.8/ExtUtils/MakeMaker.pm line 8 eval {...} called at /usr/share/perl/5.8/ExtUtils/MakeMaker.pm line 8Using DBI 1.51 (for perl 5.008008 on i486-linux-gnu-thread-multi) installed in /usr/lib/perl5/auto/DBI/ Argument "6.30_01" isn't numeric in numeric ge (>=) at Makefile.PL line 59.
Configuring DBD::Oracle for perl 5.008008 on linux (i486-linux-gnu-thread-multi)
Remember to actually *READ* the README file! Especially if you have any problems.
Using Oracle in /usr/lib/oracle/xe/app/oracle/product/10.2.0/server
DEFINE _SQLPLUS_RELEASE = "1002000100" (CHAR)
Oracle version 10.2.0.1 (10.2)
Found /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/rdbms/demo/demo_xe.mk
Using /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/rdbms/demo/demo_xe.mk
Looks like Oracle XE (/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/rdbms/demo/demo_xe.mk)
Reading /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/rdbms/demo/demo_xe.mk
Your LD_LIBRARY_PATH env var is set to '/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/lib'
Checking for functioning wait.ph
Constant subroutine __USE_POSIX undefined at /usr/lib/perl/5.8/features.ph line 8. Constant subroutine __USE_POSIX2 undefined at /usr/lib/perl/5.8/features.ph line 9. Constant subroutine __USE_POSIX199309 undefined at /usr/lib/perl/5.8/features.ph line 10. Constant subroutine __USE_POSIX199506 undefined at /usr/lib/perl/5.8/features.ph line 11. Constant subroutine __USE_XOPEN undefined at /usr/lib/perl/5.8/features.ph line 12. Constant subroutine __USE_XOPEN_EXTENDED undefined at /usr/lib/perl/5.8/features.ph line 13. Constant subroutine __USE_UNIX98 undefined at /usr/lib/perl/5.8/features.ph line 14. Constant subroutine __USE_LARGEFILE undefined at /usr/lib/perl/5.8/features.ph line 16. Constant subroutine __USE_LARGEFILE64 undefined at /usr/lib/perl/5.8/features.ph line 17. Constant subroutine __USE_FILE_OFFSET64 undefined at /usr/lib/perl/5.8/features.ph line 18. Constant subroutine __USE_BSD undefined at /usr/lib/perl/5.8/features.ph line 19. Constant subroutine __USE_SVID undefined at /usr/lib/perl/5.8/features.ph line 20. Constant subroutine __USE_MISC undefined at /usr/lib/perl/5.8/features.ph line 21. Constant subroutine __USE_GNU undefined at /usr/lib/perl/5.8/features.ph line 23. Constant subroutine __USE_REENTRANT undefined at /usr/lib/perl/5.8/features.ph line 24. Constant subroutine _POSIX_SOURCE undefined at /usr/lib/perl/5.8/features.ph line 49. Constant subroutine _POSIX_C_SOURCE undefined at /usr/lib/perl/5.8/features.ph line 51. Constant subroutine _XOPEN_SOURCE undefined at /usr/lib/perl/5.8/features.ph line 53. Constant subroutine _XOPEN_SOURCE_EXTENDED undefined at /usr/lib/perl/5.8/features.ph line 55. Constant subroutine _LARGEFILE64_SOURCE undefined at /usr/lib/perl/5.8/features.ph line 57. Constant subroutine _LARGEFILE_SOURCE undefined at /usr/lib/perl/5.8/features.ph line 104. Constant subroutine __USE_ISOC99 undefined at /usr/lib/perl/5.8/features.ph line 108. Constant subroutine __GNU_LIBRARY__ undefined at /usr/lib/perl/5.8/features.ph line 156. Constant subroutine __need_size_t undefined at /usr/lib/perl/5.8/stddef.ph line 148.Unquoted string "typedef" may clash with future reserved word at (eval 180) line 1. Operator or semicolon missing before &typedef at (eval 180) line 1. Ambiguous use of & resolved as operator & at (eval 180) line 1. Constant subroutine __need_timeval undefined at /usr/lib/perl/5.8/bits/time.ph line 23.
System: perl5.008008 linux rothera 2.6.15.7 #1 smp tue jun 27 18:34:43 utc 2006 i686 gnulinux
Compiler: cc -O2 -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBIAN -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
Linker: /usr/bin/ld
Sysliblist: -ldl -lm -lpthread -lnsl -lirc
Oracle makefiles would have used these definitions but we override them:
CC: /usr/bin/g++296
LDFLAGS: -g
[-g]
Linking with -L/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/lib/ -lclntsh -lpthread
Checking if your kit is complete...
Warning: the following files are missing in your kit:
META.yml
Please inform the author.
LD_RUN_PATH=/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/lib
Using DBD::Oracle 1.18.
Using DBD::Oracle 1.18.
Using DBI 1.51 (for perl 5.008008 on i486-linux-gnu-thread-multi) installed in /usr/lib/perl5/auto/DBI/
Writing Makefile for DBD::Oracle
root_at_phsepi2:/usr/local/src/pd/perl_modules/dbd-oracle/DBD-Oracle-1.18# make
cp Oracle.pm blib/lib/DBD/Oracle.pm
cp mkta.pl blib/lib/DBD/mkta.pl
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 mk.pm blib/arch/auto/DBD/Oracle/mk.pm
cp lib/DBD/Oracle/GetInfo.pm blib/lib/DBD/Oracle/GetInfo.pm
/usr/bin/perl -p -e "s/~DRIVER~/Oracle/g" /usr/lib/perl5/auto/DBI/Driver.xst > Oracle.xsi
/usr/bin/perl /usr/share/perl/5.8/ExtUtils/xsubpp -typemap /usr/share/perl/5.8/ExtUtils/typemap -typemap typemap Oracle.xs > Oracle.xsc && mv Oracle.xsc Oracle.c
cc -c -I/usr/lib/perl5/auto/DBI -I/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/rdbms/public/ -DLINUX -D_GNU_SOURCE -D_REENTRANT -g -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBIAN -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.18\" -DXS_VERSION=\"1.18\" -fPIC "-I/usr/lib/perl/5.8/CORE" -Wall -Wno-comment -DUTF8_SUPPORT -DNEW_OCI_INIT -DORA_OCI_VERSION=\"10.2.0.1\" Oracle.c
In file included from /usr/lib/perl5/auto/DBI/DBIXS.h:19,
from Oracle.h:13, from Oracle.xs:1:
/usr/lib/perl/5.8/CORE/perl.h:420:24: error: sys/types.h: No such file or directory
/usr/lib/perl/5.8/CORE/perl.h:451:19: error: ctype.h: No such file or directory
/usr/lib/perl/5.8/CORE/perl.h:463:23: error: locale.h: No such file or directory
/usr/lib/perl/5.8/CORE/perl.h:480:20: error: setjmp.h: No such file or directory
/usr/lib/perl/5.8/CORE/perl.h:486:26: error: sys/param.h: No such file or directory
/usr/lib/perl/5.8/CORE/perl.h:491:23: error: stdlib.h: No such file or directory
/usr/lib/perl/5.8/CORE/perl.h:496:23: error: unistd.h: No such file or directory
/usr/lib/perl/5.8/CORE/perl.h:776:23: error: string.h: No such file or directory
/usr/lib/perl/5.8/CORE/perl.h:925:27: error: netinet/in.h: No such file or directory
/usr/lib/perl/5.8/CORE/perl.h:929:26: error: arpa/inet.h: No such file or directory
/usr/lib/perl/5.8/CORE/perl.h:939:25: error: sys/stat.h: No such file or directory
/usr/lib/perl/5.8/CORE/perl.h:961:21: error: time.h: No such file or directory
/usr/lib/perl/5.8/CORE/perl.h:968:25: error: sys/time.h: No such file or directory
/usr/lib/perl/5.8/CORE/perl.h:975:27: error: sys/times.h: No such file or directory
/usr/lib/perl/5.8/CORE/perl.h:982:19: error: errno.h: No such file or directory
/usr/lib/perl/5.8/CORE/perl.h:997:25: error: sys/socket.h: No such file or directory
/usr/lib/perl/5.8/CORE/perl.h:1024:21: error: netdb.h: No such file or directory
/usr/lib/perl/5.8/CORE/perl.h:1127:24: error: sys/ioctl.h: No such file or directory
/usr/lib/perl/5.8/CORE/perl.h:1156:23: error: dirent.h: No such file or directory
In file included from /usr/lib/gcc/i486-linux-gnu/4.1.2/include/syslimits.h:7, from /usr/lib/gcc/i486-linux-gnu/4.1.2/include/limits.h:11, from /usr/lib/perl/5.8/CORE/perl.h:1510, from /usr/lib/perl5/auto/DBI/DBIXS.h:19, from Oracle.h:13, from Oracle.xs:1:
from /usr/lib/perl5/auto/DBI/DBIXS.h:19, from Oracle.h:13, from Oracle.xs:1:
/usr/lib/perl/5.8/CORE/handy.h:136:25: error: inttypes.h: No such file or directory
In file included from /usr/lib/perl/5.8/CORE/perl.h:2284, from /usr/lib/perl5/auto/DBI/DBIXS.h:19, from Oracle.h:13, from Oracle.xs:1:
from Oracle.h:13, from Oracle.xs:1:
from Oracle.h:13, from Oracle.xs:1:
/usr/lib/perl/5.8/CORE/perl.h:2423: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘perl_os_thread’
/usr/lib/perl/5.8/CORE/perl.h:2424: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘perl_mutex’
/usr/lib/perl/5.8/CORE/perl.h:2425: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘perl_cond’
/usr/lib/perl/5.8/CORE/perl.h:2426: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘perl_key’
In file included from /usr/lib/perl/5.8/CORE/iperlsys.h:51, from /usr/lib/perl/5.8/CORE/perl.h:2733, from /usr/lib/perl5/auto/DBI/DBIXS.h:19, from Oracle.h:13, from Oracle.xs:1:
/usr/lib/perl/5.8/CORE/perlio.h:65:19: error: stdio.h: No such file or directory
In file included from /usr/lib/perl/5.8/CORE/iperlsys.h:51, from /usr/lib/perl/5.8/CORE/perl.h:2733, from /usr/lib/perl5/auto/DBI/DBIXS.h:19, from Oracle.h:13, from Oracle.xs:1:
/usr/lib/perl/5.8/CORE/perlio.h:259: error: expected ‘)’ before ‘*’ token
/usr/lib/perl/5.8/CORE/perlio.h:262: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
/usr/lib/perl/5.8/CORE/perlio.h:265: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
/usr/lib/perl/5.8/CORE/perlio.h:268: error: expected declaration specifiers or ‘...’ before ‘FILE’
In file included from /usr/lib/perl/5.8/CORE/perl.h:2747, from /usr/lib/perl5/auto/DBI/DBIXS.h:19, from Oracle.h:13, from Oracle.xs:1:
/usr/lib/perl/5.8/CORE/sv.h:389: error: expected specifier-qualifier-list before ‘DIR’
In file included from /usr/lib/perl/5.8/CORE/op.h:497, from /usr/lib/perl/5.8/CORE/perl.h:2754, from /usr/lib/perl5/auto/DBI/DBIXS.h:19, from Oracle.h:13, from Oracle.xs:1:
/usr/lib/perl/5.8/CORE/reentr.h:72:20: error: pwd.h: No such file or directory
/usr/lib/perl/5.8/CORE/reentr.h:75:20: error: grp.h: No such file or directory
/usr/lib/perl/5.8/CORE/reentr.h:85:26: error: crypt.h: No such file or directory
/usr/lib/perl/5.8/CORE/reentr.h:90:27: error: shadow.h: No such file or directory
In file included from /usr/lib/perl/5.8/CORE/op.h:497, from /usr/lib/perl/5.8/CORE/perl.h:2754, from /usr/lib/perl5/auto/DBI/DBIXS.h:19, from Oracle.h:13, from Oracle.xs:1:
/usr/lib/perl/5.8/CORE/reentr.h:612: error: field ‘_crypt_struct’ has incomplete type
/usr/lib/perl/5.8/CORE/reentr.h:620: error: field ‘_drand48_struct’ has incomplete type
/usr/lib/perl/5.8/CORE/reentr.h:624: error: field ‘_grent_struct’ has incomplete type
/usr/lib/perl/5.8/CORE/reentr.h:635: error: field ‘_hostent_struct’ has incomplete type
/usr/lib/perl/5.8/CORE/reentr.h:654: error: field ‘_netent_struct’ has incomplete type
/usr/lib/perl/5.8/CORE/reentr.h:669: error: field ‘_protoent_struct’ has incomplete type
/usr/lib/perl/5.8/CORE/reentr.h:684: error: field ‘_pwent_struct’ has incomplete type
/usr/lib/perl/5.8/CORE/reentr.h:695: error: field ‘_servent_struct’ has incomplete type
/usr/lib/perl/5.8/CORE/reentr.h:710: error: field ‘_spent_struct’ has incomplete type
/usr/lib/perl/5.8/CORE/reentr.h:721: error: field ‘_gmtime_struct’ has incomplete type
/usr/lib/perl/5.8/CORE/reentr.h:724: error: field ‘_localtime_struct’ has incomplete type
/usr/lib/perl/5.8/CORE/reentr.h:771: error: field ‘_random_struct’ has incomplete type
/usr/lib/perl/5.8/CORE/reentr.h:772: error: expected specifier-qualifier-list before ‘int32_t’
In file included from /usr/lib/perl/5.8/CORE/perl.h:2756, from /usr/lib/perl5/auto/DBI/DBIXS.h:19, from Oracle.h:13, from Oracle.xs:1:
/usr/lib/perl/5.8/CORE/av.h:13: error: expected specifier-qualifier-list before ‘ssize_t’
In file included from /usr/lib/perl/5.8/CORE/perl.h:2759, from /usr/lib/perl5/auto/DBI/DBIXS.h:19, from Oracle.h:13, from Oracle.xs:1:
from Oracle.h:13, from Oracle.xs:1:/usr/lib/perl/5.8/CORE/perl.h:2934: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘getegid’
/usr/lib/perl/5.8/CORE/perl.h:2931: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘getuid’
/usr/lib/perl/5.8/CORE/perl.h:2932: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘geteuid’
/usr/lib/perl/5.8/CORE/perl.h:2933: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘getgid’
from Oracle.h:13, from Oracle.xs:1:/usr/lib/perl/5.8/CORE/perlvars.h:48: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
/usr/lib/perl/5.8/CORE/perl.h:3238:22: error: math.h: No such file or directory
In file included from /usr/lib/perl/5.8/CORE/perl.h:3881, from /usr/lib/perl5/auto/DBI/DBIXS.h:19, from Oracle.h:13, from Oracle.xs:1:
/usr/lib/perl/5.8/CORE/thrdvar.h:85: error: field ‘Tstatbuf’ has incomplete type
/usr/lib/perl/5.8/CORE/thrdvar.h:86: error: field ‘Tstatcache’ has incomplete type
/usr/lib/perl/5.8/CORE/thrdvar.h:91: error: field ‘Ttimesbuf’ has incomplete type
In file included from /usr/lib/perl/5.8/CORE/perl.h:3883, from /usr/lib/perl5/auto/DBI/DBIXS.h:19, from Oracle.h:13, from Oracle.xs:1:
/usr/lib/perl/5.8/CORE/intrpvar.h:66: error: expected specifier-qualifier-list before ‘time_t’
In file included from /usr/lib/perl/5.8/CORE/perl.h:3950, from /usr/lib/perl5/auto/DBI/DBIXS.h:19, from Oracle.h:13, from Oracle.xs:1:
/usr/lib/perl/5.8/CORE/proto.h:128: error: expected declaration specifiers or ‘...’ before ‘mode_t’
/usr/lib/perl/5.8/CORE/proto.h:128: error: expected declaration specifiers or ‘...’ before ‘uid_t’
/usr/lib/perl/5.8/CORE/proto.h:297: error: expected declaration specifiers or ‘...’ before ‘off64_t’
/usr/lib/perl/5.8/CORE/proto.h:299: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘Perl_do_sysseek’
/usr/lib/perl/5.8/CORE/proto.h:300: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘Perl_do_tell’
/usr/lib/perl/5.8/CORE/proto.h:411: error: expected declaration specifiers or ‘...’ before ‘gid_t’
/usr/lib/perl/5.8/CORE/proto.h:411: error: expected declaration specifiers or ‘...’ before ‘uid_t’
/usr/lib/perl/5.8/CORE/proto.h:736: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘Perl_my_fork’
/usr/lib/perl/5.8/CORE/proto.h:1020: error: expected declaration specifiers or ‘...’ before ‘pid_t’
/usr/lib/perl/5.8/CORE/proto.h:1300: error: expected declaration specifiers or ‘...’ before ‘pid_t’
/usr/lib/perl/5.8/CORE/proto.h:1456: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
/usr/lib/perl/5.8/CORE/proto.h:2001: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘Perl_PerlIO_read’
/usr/lib/perl/5.8/CORE/proto.h:2002: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘Perl_PerlIO_write’
/usr/lib/perl/5.8/CORE/proto.h:2003: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘Perl_PerlIO_unread’
/usr/lib/perl/5.8/CORE/proto.h:2004: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘Perl_PerlIO_tell’
/usr/lib/perl/5.8/CORE/proto.h:2005: error: expected declaration specifiers or ‘...’ before ‘off64_t’
In file included from /usr/lib/perl/5.8/CORE/perl.h:3988, from /usr/lib/perl5/auto/DBI/DBIXS.h:19, from Oracle.h:13, from Oracle.xs:1:
/usr/lib/perl/5.8/CORE/perlvars.h:31: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘PL_thr_key’
/usr/lib/perl/5.8/CORE/perlvars.h:48: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘PL_op_mutex’
/usr/lib/perl/5.8/CORE/perlvars.h:52: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘PL_dollarzero_mutex’
/usr/lib/perl/5.8/CORE/perl.h:4485:24: error: sys/ipc.h: No such file or directory
/usr/lib/perl/5.8/CORE/perl.h:4486:24: error: sys/sem.h: No such file or directory
/usr/lib/perl/5.8/CORE/perl.h:4611:24: error: sys/file.h: No such file or directory
In file included from /usr/lib/perl/5.8/CORE/perlapi.h:38, from /usr/lib/perl/5.8/CORE/XSUB.h:349, from /usr/lib/perl5/auto/DBI/DBIXS.h:20, from Oracle.h:13, from Oracle.xs:1:
/usr/lib/perl/5.8/CORE/intrpvar.h:66: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
/usr/lib/perl/5.8/CORE/intrpvar.h:237: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
/usr/lib/perl/5.8/CORE/intrpvar.h:238: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
/usr/lib/perl/5.8/CORE/intrpvar.h:239: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
/usr/lib/perl/5.8/CORE/intrpvar.h:240: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
In file included from /usr/lib/perl/5.8/CORE/perlapi.h:39, from /usr/lib/perl/5.8/CORE/XSUB.h:349, from /usr/lib/perl5/auto/DBI/DBIXS.h:20, from Oracle.h:13, from Oracle.xs:1:
/usr/lib/perl/5.8/CORE/perlvars.h:31: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
Oracle.c: In function ‘XS_DBD__Oracle_constant’: Oracle.c:19: warning: implicit declaration of function ‘pthread_getspecific’ Oracle.c:19: warning: implicit declaration of function ‘Perl_Gthr_key_ptr’ Oracle.c:19: error: invalid type argument of ‘unary *’ Oracle.c:19: error: invalid type argument of ‘unary *’ Oracle.c:19: error: invalid type argument of ‘unary *’ Oracle.c:22: error: invalid type argument of ‘unary *’ Oracle.c:26: error: invalid type argument of ‘unary *’ Oracle.c:26: error: invalid type argument of ‘unary *’ Oracle.c:26: error: invalid type argument of ‘unary *’ Oracle.c:26: error: invalid type argument of ‘unary *’ Oracle.c:31: error: invalid type argument of ‘unary *’ Oracle.c:31: error: invalid type argument of ‘unary *’ Oracle.c:31: error: invalid type argument of ‘unary *’ Oracle.c:31: error: invalid type argument of ‘unary *’ Oracle.c:40: error: invalid type argument of ‘unary *’ Oracle.c:40: error: invalid type argument of ‘unary *’ Oracle.c:40: error: invalid type argument of ‘unary *’ Oracle.c:42: error: invalid type argument of ‘unary *’ Oracle.c:42: error: invalid type argument of ‘unary *’ Oracle.c: In function ‘XS_DBD__Oracle_ORA_OCI’: Oracle.c:49: error: invalid type argument of ‘unary *’ Oracle.c:49: error: invalid type argument of ‘unary *’ Oracle.c:49: error: invalid type argument of ‘unary *’ Oracle.c:51: error: invalid type argument of ‘unary *’ Oracle.xs:42: error: invalid type argument of ‘unary *’ Oracle.xs:43: error: invalid type argument of ‘unary *’ Oracle.xs:44: error: invalid type argument of ‘unary *’ Oracle.xs:46: error: invalid type argument of ‘unary *’ Oracle.c:61: error: invalid type argument of ‘unary *’ Oracle.c:61: error: invalid type argument of ‘unary *’ Oracle.c: In function ‘XS_DBD__Oracle_ora_env_var’: Oracle.c:68: error: invalid type argument of ‘unary *’ Oracle.c:68: error: invalid type argument of ‘unary *’ Oracle.c:68: error: invalid type argument of ‘unary *’ Oracle.c:70: error: invalid type argument of ‘unary *’ Oracle.c:72: error: invalid type argument of ‘unary *’ Oracle.c:72: error: invalid type argument of ‘unary *’ Oracle.c:72: error: invalid type argument of ‘unary *’ Oracle.c:72: error: invalid type argument of ‘unary *’ Oracle.xs:54: error: invalid type argument of ‘unary *’ Oracle.xs:56: error: invalid type argument of ‘unary *’ Oracle.xs:57: error: invalid type argument of ‘unary *’ Oracle.c:82: error: invalid type argument of ‘unary *’ Oracle.c:82: error: invalid type argument of ‘unary *’In file included from Oracle.c:109:
Oracle.c: In function ‘XS_DBD__Oracle__db__login’: Oracle.c:177: error: invalid type argument of ‘unary *’ Oracle.c:177: error: invalid type argument of ‘unary *’ Oracle.c:177: error: invalid type argument of ‘unary *’ Oracle.c:179: error: invalid type argument of ‘unary *’ Oracle.c:181: error: invalid type argument of ‘unary *’ Oracle.c:182: error: invalid type argument of ‘unary *’ Oracle.c:182: error: invalid type argument of ‘unary *’ Oracle.c:182: error: invalid type argument of ‘unary *’ Oracle.c:182: error: invalid type argument of ‘unary *’ Oracle.c:183: error: invalid type argument of ‘unary *’ Oracle.c:184: error: invalid type argument of ‘unary *’ Oracle.c:190: error: invalid type argument of ‘unary *’ Oracle.xsi:88: error: invalid type argument of ‘unary *’ Oracle.xsi:89: error: invalid type argument of ‘unary *’ Oracle.xsi:90: error: invalid type argument of ‘unary *’ Oracle.xsi:92: error: invalid type argument of ‘unary *’ Oracle.xsi:92: error: invalid type argument of ‘unary *’ Oracle.xsi:92: error: invalid type argument of ‘unary *’ Oracle.c:206: error: invalid type argument of ‘unary *’ Oracle.c:206: error: invalid type argument of ‘unary *’ Oracle.c: In function ‘XS_DBD__Oracle__db_selectall_arrayref’: Oracle.c:213: error: invalid type argument of ‘unary *’ Oracle.c:213: error: invalid type argument of ‘unary *’ Oracle.c:213: error: invalid type argument of ‘unary *’ Oracle.xsi:105: error: invalid type argument of ‘unary *’ Oracle.xsi:109: error: invalid type argument of ‘unary *’ Oracle.xsi:111: error: invalid type argument of ‘unary *’ Oracle.xsi:111: error: invalid type argument of ‘unary *’ Oracle.xsi:111: error: invalid type argument of ‘unary *’ Oracle.xsi:111: error: invalid type argument of ‘unary *’ Oracle.xsi:114: error: invalid type argument of ‘unary *’ Oracle.xsi:115: error: invalid type argument of ‘unary *’ Oracle.xsi:115: error: invalid type argument of ‘unary *’ Oracle.xsi:119: error: invalid type argument of ‘unary *’ Oracle.xsi:120: error: invalid type argument of ‘unary *’ Oracle.xsi:125: error: invalid type argument of ‘unary *’ Oracle.xsi:125: error: invalid type argument of ‘unary *’ Oracle.xsi:125: error: invalid type argument of ‘unary *’ Oracle.xsi:125: error: invalid type argument of ‘unary *’ Oracle.xsi:127: error: invalid type argument of ‘unary *’ Oracle.xsi:131: error: invalid type argument of ‘unary *’ Oracle.xsi:131: error: invalid type argument of ‘unary *’ Oracle.xsi:131: error: invalid type argument of ‘unary *’ Oracle.xsi:131: error: invalid type argument of ‘unary *’ Oracle.xsi:137: error: invalid type argument of ‘unary *’ Oracle.xsi:137: error: invalid type argument of ‘unary *’ Oracle.xsi:137: error: invalid type argument of ‘unary *’ Oracle.xsi:137: error: invalid type argument of ‘unary *’ Oracle.xsi:140: error: invalid type argument of ‘unary *’ Oracle.xsi:141: error: invalid type argument of ‘unary *’ Oracle.xsi:141: error: invalid type argument of ‘unary *’ Oracle.xsi:141: error: invalid type argument of ‘unary *’ Oracle.c:259: error: invalid type argument of ‘unary *’ Oracle.c:259: error: invalid type argument of ‘unary *’ Oracle.c: In function ‘XS_DBD__Oracle__db_selectrow_arrayref’: Oracle.c:266: error: invalid type argument of ‘unary *’ Oracle.c:266: error: invalid type argument of ‘unary *’ Oracle.c:266: error: invalid type argument of ‘unary *’ Oracle.xsi:154: error: invalid type argument of ‘unary *’ Oracle.xsi:155: error: invalid type argument of ‘unary *’ Oracle.xsi:161: error: invalid type argument of ‘unary *’ Oracle.xsi:161: error: invalid type argument of ‘unary *’ Oracle.xsi:161: error: invalid type argument of ‘unary *’ Oracle.xsi:161: error: invalid type argument of ‘unary *’ Oracle.xsi:161: error: invalid type argument of ‘unary *’ Oracle.xsi:161: error: invalid type argument of ‘unary *’ Oracle.xsi:164: error: invalid type argument of ‘unary *’ Oracle.xsi:168: error: invalid type argument of ‘unary *’ Oracle.xsi:168: error: invalid type argument of ‘unary *’ Oracle.xsi:168: error: invalid type argument of ‘unary *’ Oracle.xsi:168: error: invalid type argument of ‘unary *’ Oracle.xsi:168: error: invalid type argument of ‘unary *’ Oracle.xsi:168: error: invalid type argument of ‘unary *’ Oracle.xsi:174: error: invalid type argument of ‘unary *’ Oracle.xsi:174: error: invalid type argument of ‘unary *’ Oracle.xsi:174: error: invalid type argument of ‘unary *’ Oracle.xsi:174: error: invalid type argument of ‘unary *’ Oracle.xsi:174: error: invalid type argument of ‘unary *’ Oracle.xsi:174: error: invalid type argument of ‘unary *’ Oracle.xsi:179: error: invalid type argument of ‘unary *’ Oracle.xsi:179: error: invalid type argument of ‘unary *’ Oracle.xsi:179: error: invalid type argument of ‘unary *’ Oracle.xsi:180: error: invalid type argument of ‘unary *’ Oracle.xsi:184: error: invalid type argument of ‘unary *’ Oracle.xsi:184: error: ‘XPVAV’ has no member named ‘xav_fill’ Oracle.xsi:185: error: invalid type argument of ‘unary *’ Oracle.xsi:185: error: invalid type argument of ‘unary *’ Oracle.xsi:185: error: invalid type argument of ‘unary *’ Oracle.xsi:187: error: invalid type argument of ‘unary *’ Oracle.xsi:187: error: invalid type argument of ‘unary *’ Oracle.xsi:193: error: invalid type argument of ‘unary *’ Oracle.xsi:193: error: invalid type argument of ‘unary *’ Oracle.c:326: error: invalid type argument of ‘unary *’ Oracle.c: In function ‘XS_DBD__Oracle__db_commit’: Oracle.c:408: error: invalid type argument of ‘unary *’ Oracle.c:408: error: invalid type argument of ‘unary *’ Oracle.c:408: error: invalid type argument of ‘unary *’ Oracle.c:410: error: invalid type argument of ‘unary *’ Oracle.c:412: error: invalid type argument of ‘unary *’ Oracle.xsi:250: error: invalid type argument of ‘unary *’ Oracle.xsi:253: error: invalid type argument of ‘unary *’ Oracle.xsi:253: error: invalid type argument of ‘unary *’ Oracle.xsi:253: error: invalid type argument of ‘unary *’ Oracle.c:420: error: invalid type argument of ‘unary *’ Oracle.c:420: error: invalid type argument of ‘unary *’ Oracle.c: In function ‘XS_DBD__Oracle__db_rollback’: Oracle.c:427: error: invalid type argument of ‘unary *’ Oracle.c:427: error: invalid type argument of ‘unary *’ Oracle.c:427: error: invalid type argument of ‘unary *’ Oracle.c:429: error: invalid type argument of ‘unary *’ Oracle.c:431: error: invalid type argument of ‘unary *’ Oracle.xsi:260: error: invalid type argument of ‘unary *’ Oracle.xsi:263: error: invalid type argument of ‘unary *’ Oracle.xsi:263: error: invalid type argument of ‘unary *’ Oracle.xsi:263: error: invalid type argument of ‘unary *’ Oracle.c:439: error: invalid type argument of ‘unary *’ Oracle.c:439: error: invalid type argument of ‘unary *’ Oracle.c: In function ‘XS_DBD__Oracle__db_disconnect’: Oracle.c:446: error: invalid type argument of ‘unary *’ Oracle.c:446: error: invalid type argument of ‘unary *’ Oracle.c:446: error: invalid type argument of ‘unary *’ Oracle.c:448: error: invalid type argument of ‘unary *’ Oracle.c:450: error: invalid type argument of ‘unary *’ Oracle.xsi:270: error: invalid type argument of ‘unary *’ Oracle.xsi:272: error: invalid type argument of ‘unary *’ Oracle.xsi:272: error: invalid type argument of ‘unary *’ Oracle.xsi:272: error: invalid type argument of ‘unary *’ Oracle.xsi:272: error: invalid type argument of ‘unary *’ Oracle.xsi:276: error: invalid type argument of ‘unary *’ Oracle.xsi:281: error: invalid type argument of ‘unary *’ Oracle.xsi:285: error: invalid type argument of ‘unary *’ Oracle.xsi:288: error: invalid type argument of ‘unary *’ Oracle.xsi:288: error: invalid type argument of ‘unary *’ Oracle.xsi:288: error: invalid type argument of ‘unary *’ Oracle.xsi:289: error: invalid type argument of ‘unary *’ Oracle.c:474: error: invalid type argument of ‘unary *’ Oracle.c:474: error: invalid type argument of ‘unary *’ Oracle.c: In function ‘XS_DBD__Oracle__db_STORE’: Oracle.c:481: error: invalid type argument of ‘unary *’ Oracle.c:481: error: invalid type argument of ‘unary *’ Oracle.c:481: error: invalid type argument of ‘unary *’ Oracle.c:483: error: invalid type argument of ‘unary *’ Oracle.c:485: error: invalid type argument of ‘unary *’ Oracle.c:486: error: invalid type argument of ‘unary *’ Oracle.c:487: error: invalid type argument of ‘unary *’ Oracle.xsi:298: error: invalid type argument of ‘unary *’ Oracle.xsi:300: error: invalid type argument of ‘unary *’ Oracle.xsi:301: error: invalid type argument of ‘unary *’ Oracle.xsi:301: error: invalid type argument of ‘unary *’ Oracle.xsi:304: error: invalid type argument of ‘unary *’ Oracle.xsi:304: error: invalid type argument of ‘unary *’ Oracle.c:498: error: invalid type argument of ‘unary *’ Oracle.c:498: error: invalid type argument of ‘unary *’ Oracle.c: In function ‘XS_DBD__Oracle__db_FETCH’: Oracle.c:505: error: invalid type argument of ‘unary *’ Oracle.c:505: error: invalid type argument of ‘unary *’ Oracle.c:505: error: invalid type argument of ‘unary *’ Oracle.c:507: error: invalid type argument of ‘unary *’ Oracle.c:509: error: invalid type argument of ‘unary *’ Oracle.c:510: error: invalid type argument of ‘unary *’ Oracle.xsi:312: error: invalid type argument of ‘unary *’ Oracle.xsi:316: error: invalid type argument of ‘unary *’ Oracle.c:519: error: invalid type argument of ‘unary *’ Oracle.c:519: error: invalid type argument of ‘unary *’ Oracle.c: In function ‘XS_DBD__Oracle__db_DESTROY’: Oracle.c:526: error: invalid type argument of ‘unary *’ Oracle.c:526: error: invalid type argument of ‘unary *’ Oracle.c:526: error: invalid type argument of ‘unary *’ Oracle.c:528: error: invalid type argument of ‘unary *’ Oracle.c:531: error: invalid type argument of ‘unary *’ Oracle.xsi:323: error: invalid type argument of ‘unary *’ Oracle.xsi:324: error: invalid type argument of ‘unary *’ Oracle.xsi:324: error: invalid type argument of ‘unary *’ Oracle.xsi:327: error: invalid type argument of ‘unary *’ Oracle.xsi:330: error: invalid type argument of ‘unary *’ Oracle.xsi:335: error: invalid type argument of ‘unary *’ Oracle.xsi:339: error: invalid type argument of ‘unary *’ Oracle.xsi:341: error: invalid type argument of ‘unary *’ Oracle.xsi:361: error: invalid type argument of ‘unary *’ Oracle.xsi:367: error: invalid type argument of ‘unary *’ Oracle.c:582: error: invalid type argument of ‘unary *’ Oracle.c: In function ‘XS_DBD__Oracle__st__prepare’: Oracle.c:660: error: invalid type argument of ‘unary *’ Oracle.c:660: error: invalid type argument of ‘unary *’ Oracle.c:660: error: invalid type argument of ‘unary *’ Oracle.c:662: error: invalid type argument of ‘unary *’ Oracle.c:664: error: invalid type argument of ‘unary *’ Oracle.c:665: error: invalid type argument of ‘unary *’ Oracle.c:671: error: invalid type argument of ‘unary *’ Oracle.xsi:429: error: invalid type argument of ‘unary *’ Oracle.xsi:430: error: invalid type argument of ‘unary *’ Oracle.xsi:430: error: invalid type argument of ‘unary *’ Oracle.xsi:434: error: invalid type argument of ‘unary *’ Oracle.xsi:434: error: invalid type argument of ‘unary *’ Oracle.xsi:434: error: invalid type argument of ‘unary *’ Oracle.xsi:434: error: invalid type argument of ‘unary *’ Oracle.c:685: error: invalid type argument of ‘unary *’ Oracle.c:685: error: invalid type argument of ‘unary *’ Oracle.c: In function ‘XS_DBD__Oracle__st_rows’: Oracle.c:695: error: invalid type argument of ‘unary *’ Oracle.c:695: error: invalid type argument of ‘unary *’ Oracle.c:695: error: invalid type argument of ‘unary *’ Oracle.c:697: error: invalid type argument of ‘unary *’ Oracle.c:699: error: invalid type argument of ‘unary *’ Oracle.xsi:445: error: invalid type argument of ‘unary *’ Oracle.xsi:446: error: invalid type argument of ‘unary *’ Oracle.xsi:446: error: invalid type argument of ‘unary *’ Oracle.xsi:446: error: invalid type argument of ‘unary *’ Oracle.c:705: error: invalid type argument of ‘unary *’ Oracle.c:705: error: invalid type argument of ‘unary *’ Oracle.c: In function ‘XS_DBD__Oracle__st_bind_param’: Oracle.c:769: error: invalid type argument of ‘unary *’ Oracle.c:769: error: invalid type argument of ‘unary *’ Oracle.c:769: error: invalid type argument of ‘unary *’ Oracle.c:771: error: invalid type argument of ‘unary *’ Oracle.c:773: error: invalid type argument of ‘unary *’ Oracle.c:774: error: invalid type argument of ‘unary *’ Oracle.c:775: error: invalid type argument of ‘unary *’ Oracle.c:781: error: invalid type argument of ‘unary *’ Oracle.xsi:500: error: invalid type argument of ‘unary *’ Oracle.xsi:502: error: invalid type argument of ‘unary *’ Oracle.xsi:505: error: invalid type argument of ‘unary *’ Oracle.xsi:510: error: invalid type argument of ‘unary *’ Oracle.xsi:510: error: invalid type argument of ‘unary *’ Oracle.xsi:512: error: invalid type argument of ‘unary *’ Oracle.xsi:512: error: invalid type argument of ‘unary *’ Oracle.xsi:515: error: invalid type argument of ‘unary *’ Oracle.xsi:516: error: invalid type argument of ‘unary *’ Oracle.xsi:516: error: invalid type argument of ‘unary *’ Oracle.c:806: error: invalid type argument of ‘unary *’ Oracle.c:806: error: invalid type argument of ‘unary *’ Oracle.c: In function ‘XS_DBD__Oracle__st_bind_param_inout’: Oracle.c:813: error: invalid type argument of ‘unary *’ Oracle.c:813: error: invalid type argument of ‘unary *’ Oracle.c:813: error: invalid type argument of ‘unary *’ Oracle.c:815: error: invalid type argument of ‘unary *’ Oracle.c:817: error: invalid type argument of ‘unary *’ Oracle.c:818: error: invalid type argument of ‘unary *’ Oracle.c:819: error: invalid type argument of ‘unary *’ Oracle.c:820: error: invalid type argument of ‘unary *’ Oracle.c:820: error: invalid type argument of ‘unary *’ Oracle.c:820: error: invalid type argument of ‘unary *’ Oracle.c:820: error: invalid type argument of ‘unary *’ Oracle.c:826: error: invalid type argument of ‘unary *’ Oracle.xsi:530: error: invalid type argument of ‘unary *’ Oracle.xsi:538: error: invalid type argument of ‘unary *’ Oracle.xsi:541: error: invalid type argument of ‘unary *’ Oracle.xsi:546: error: invalid type argument of ‘unary *’ Oracle.xsi:546: error: invalid type argument of ‘unary *’ Oracle.xsi:547: error: invalid type argument of ‘unary *’ Oracle.xsi:547: error: invalid type argument of ‘unary *’ Oracle.xsi:550: error: invalid type argument of ‘unary *’ Oracle.xsi:551: error: invalid type argument of ‘unary *’ Oracle.xsi:551: error: invalid type argument of ‘unary *’ Oracle.c:856: error: invalid type argument of ‘unary *’ Oracle.c:856: error: invalid type argument of ‘unary *’ Oracle.c: In function ‘XS_DBD__Oracle__st_execute’: Oracle.c:863: error: invalid type argument of ‘unary *’ Oracle.c:863: error: invalid type argument of ‘unary *’ Oracle.c:863: error: invalid type argument of ‘unary *’ Oracle.c:865: error: invalid type argument of ‘unary *’ Oracle.c:867: error: invalid type argument of ‘unary *’ Oracle.xsi:559: error: invalid type argument of ‘unary *’ Oracle.xsi:563: error: invalid type argument of ‘unary *’ Oracle.xsi:563: error: invalid type argument of ‘unary *’ Oracle.xsi:563: error: invalid type argument of ‘unary *’ Oracle.xsi:563: error: invalid type argument of ‘unary *’ Oracle.xsi:572: error: invalid type argument of ‘unary *’ Oracle.xsi:572: error: invalid type argument of ‘unary *’ Oracle.xsi:572: error: invalid type argument of ‘unary *’ Oracle.xsi:574: error: invalid type argument of ‘unary *’ Oracle.xsi:574: error: invalid type argument of ‘unary *’ Oracle.xsi:576: error: invalid type argument of ‘unary *’ Oracle.xsi:576: error: invalid type argument of ‘unary *’ Oracle.xsi:576: error: invalid type argument of ‘unary *’ Oracle.c:889: error: invalid type argument of ‘unary *’ Oracle.c:889: error: invalid type argument of ‘unary *’ Oracle.c: In function ‘XS_DBD__Oracle__st_fetchrow_arrayref’: Oracle.c:927: error: invalid type argument of ‘unary *’ Oracle.c:927: error: invalid type argument of ‘unary *’ Oracle.c:927: error: invalid type argument of ‘unary *’ Oracle.c:930: error: invalid type argument of ‘unary *’ Oracle.c:932: error: invalid type argument of ‘unary *’ Oracle.xsi:602: error: invalid type argument of ‘unary *’ Oracle.xsi:606: error: invalid type argument of ‘unary *’ Oracle.xsi:606: error: invalid type argument of ‘unary *’ Oracle.xsi:606: error: invalid type argument of ‘unary *’ Oracle.xsi:606: error: invalid type argument of ‘unary *’ Oracle.c:941: error: invalid type argument of ‘unary *’ Oracle.c:941: error: invalid type argument of ‘unary *’ Oracle.c: In function ‘XS_DBD__Oracle__st_fetchrow_array’: Oracle.c:948: error: invalid type argument of ‘unary *’ Oracle.c:948: error: invalid type argument of ‘unary *’ Oracle.c:948: error: invalid type argument of ‘unary *’ Oracle.c:951: error: invalid type argument of ‘unary *’ Oracle.c:954: error: invalid type argument of ‘unary *’ Oracle.xsi:615: error: invalid type argument of ‘unary *’ Oracle.xsi:620: error: invalid type argument of ‘unary *’ Oracle.xsi:620: error: ‘XPVAV’ has no member named ‘xav_fill’ Oracle.xsi:621: error: invalid type argument of ‘unary *’ Oracle.xsi:621: error: invalid type argument of ‘unary *’ Oracle.c:969: error: invalid type argument of ‘unary *’ Oracle.c: In function ‘XS_DBD__Oracle__st_fetchall_arrayref’: Oracle.c:978: error: invalid type argument of ‘unary *’ Oracle.c:978: error: invalid type argument of ‘unary *’ Oracle.c:978: error: invalid type argument of ‘unary *’ Oracle.c:980: error: invalid type argument of ‘unary *’ Oracle.c:982: error: invalid type argument of ‘unary *’ Oracle.c:987: error: invalid type argument of ‘unary *’ Oracle.c:989: error: invalid type argument of ‘unary *’ Oracle.c:993: error: invalid type argument of ‘unary *’ Oracle.c:995: error: invalid type argument of ‘unary *’ Oracle.xsi:636: error: invalid type argument of ‘unary *’ Oracle.xsi:639: error: invalid type argument of ‘unary *’ Oracle.c:1006: error: invalid type argument of ‘unary *’ Oracle.c:1006: error: invalid type argument of ‘unary *’ Oracle.c: In function ‘XS_DBD__Oracle__st_finish’: Oracle.c:1013: error: invalid type argument of ‘unary *’ Oracle.c:1013: error: invalid type argument of ‘unary *’ Oracle.c:1013: error: invalid type argument of ‘unary *’ Oracle.c:1015: error: invalid type argument of ‘unary *’ Oracle.c:1017: error: invalid type argument of ‘unary *’ Oracle.xsi:647: error: invalid type argument of ‘unary *’ Oracle.xsi:651: error: invalid type argument of ‘unary *’ Oracle.xsi:651: error: invalid type argument of ‘unary *’ Oracle.xsi:651: error: invalid type argument of ‘unary *’ Oracle.xsi:651: error: invalid type argument of ‘unary *’ Oracle.xsi:656: error: invalid type argument of ‘unary *’ Oracle.xsi:657: error: invalid type argument of ‘unary *’ Oracle.xsi:657: error: invalid type argument of ‘unary *’ Oracle.xsi:657: error: invalid type argument of ‘unary *’ Oracle.xsi:657: error: invalid type argument of ‘unary *’ Oracle.xsi:662: error: invalid type argument of ‘unary *’ Oracle.xsi:662: error: invalid type argument of ‘unary *’ Oracle.xsi:662: error: invalid type argument of ‘unary *’ Oracle.c:1038: error: invalid type argument of ‘unary *’ Oracle.c:1038: error: invalid type argument of ‘unary *’ Oracle.c: In function ‘XS_DBD__Oracle__st_blob_read’: Oracle.c:1045: error: invalid type argument of ‘unary *’ Oracle.c:1045: error: invalid type argument of ‘unary *’ Oracle.c:1045: error: invalid type argument of ‘unary *’ Oracle.c:1047: error: invalid type argument of ‘unary *’ Oracle.c:1049: error: invalid type argument of ‘unary *’ Oracle.c:1050: error: invalid type argument of ‘unary *’ Oracle.c:1050: error: invalid type argument of ‘unary *’ Oracle.c:1050: error: invalid type argument of ‘unary *’ Oracle.c:1050: error: invalid type argument of ‘unary *’ Oracle.c:1051: error: invalid type argument of ‘unary *’ Oracle.c:1051: error: invalid type argument of ‘unary *’ Oracle.c:1051: error: invalid type argument of ‘unary *’ Oracle.c:1051: error: invalid type argument of ‘unary *’ Oracle.c:1052: error: invalid type argument of ‘unary *’ Oracle.c:1052: error: invalid type argument of ‘unary *’ Oracle.c:1052: error: invalid type argument of ‘unary *’ Oracle.c:1052: error: invalid type argument of ‘unary *’ Oracle.c:1059: error: invalid type argument of ‘unary *’ Oracle.c:1065: error: invalid type argument of ‘unary *’ Oracle.c:1065: error: invalid type argument of ‘unary *’ Oracle.c:1065: error: invalid type argument of ‘unary *’ Oracle.c:1065: error: invalid type argument of ‘unary *’ Oracle.xsi:676: error: invalid type argument of ‘unary *’ Oracle.xsi:678: error: invalid type argument of ‘unary *’ Oracle.xsi:678: error: invalid type argument of ‘unary *’ Oracle.xsi:678: error: invalid type argument of ‘unary *’ Oracle.xsi:678: error: invalid type argument of ‘unary *’ Oracle.xsi:680: error: invalid type argument of ‘unary *’ Oracle.xsi:681: error: invalid type argument of ‘unary *’ Oracle.xsi:681: error: invalid type argument of ‘unary *’ Oracle.c:1078: error: invalid type argument of ‘unary *’ Oracle.c:1078: error: invalid type argument of ‘unary *’ Oracle.c: In function ‘XS_DBD__Oracle__st_STORE’: Oracle.c:1085: error: invalid type argument of ‘unary *’ Oracle.c:1085: error: invalid type argument of ‘unary *’ Oracle.c:1085: error: invalid type argument of ‘unary *’ Oracle.c:1087: error: invalid type argument of ‘unary *’ Oracle.c:1089: error: invalid type argument of ‘unary *’ Oracle.c:1090: error: invalid type argument of ‘unary *’ Oracle.c:1091: error: invalid type argument of ‘unary *’ Oracle.xsi:691: error: invalid type argument of ‘unary *’ Oracle.xsi:693: error: invalid type argument of ‘unary *’ Oracle.xsi:694: error: invalid type argument of ‘unary *’ Oracle.xsi:694: error: invalid type argument of ‘unary *’ Oracle.xsi:697: error: invalid type argument of ‘unary *’ Oracle.xsi:697: error: invalid type argument of ‘unary *’ Oracle.c:1102: error: invalid type argument of ‘unary *’ Oracle.c:1102: error: invalid type argument of ‘unary *’ Oracle.c: In function ‘XS_DBD__Oracle__st_FETCH_attrib’: Oracle.c:1109: error: invalid type argument of ‘unary *’ Oracle.c:1109: error: invalid type argument of ‘unary *’ Oracle.c:1109: error: invalid type argument of ‘unary *’ Oracle.c:1112: error: invalid type argument of ‘unary *’ Oracle.c:1114: error: invalid type argument of ‘unary *’ Oracle.c:1115: error: invalid type argument of ‘unary *’ Oracle.xsi:708: error: invalid type argument of ‘unary *’ Oracle.xsi:714: error: invalid type argument of ‘unary *’ Oracle.c:1126: error: invalid type argument of ‘unary *’ Oracle.c:1126: error: invalid type argument of ‘unary *’ Oracle.c: In function ‘XS_DBD__Oracle__st_DESTROY’: Oracle.c:1133: error: invalid type argument of ‘unary *’ Oracle.c:1133: error: invalid type argument of ‘unary *’ Oracle.c:1133: error: invalid type argument of ‘unary *’ Oracle.c:1135: error: invalid type argument of ‘unary *’ Oracle.c:1138: error: invalid type argument of ‘unary *’ Oracle.xsi:721: error: invalid type argument of ‘unary *’ Oracle.xsi:722: error: invalid type argument of ‘unary *’ Oracle.xsi:722: error: invalid type argument of ‘unary *’ Oracle.xsi:725: error: invalid type argument of ‘unary *’ Oracle.xsi:728: error: invalid type argument of ‘unary *’ Oracle.xsi:732: error: invalid type argument of ‘unary *’ Oracle.xsi:734: error: invalid type argument of ‘unary *’ Oracle.xsi:738: error: invalid type argument of ‘unary *’ Oracle.xsi:746: error: invalid type argument of ‘unary *’ Oracle.c:1171: error: invalid type argument of ‘unary *’ Oracle.c: In function ‘XS_DBD__Oracle__st_ora_fetch’: Oracle.c:1183: error: invalid type argument of ‘unary *’ Oracle.c:1183: error: invalid type argument of ‘unary *’ Oracle.c:1183: error: invalid type argument of ‘unary *’ Oracle.c:1185: error: invalid type argument of ‘unary *’ Oracle.c:1188: error: invalid type argument of ‘unary *’ Oracle.xs:82: error: invalid type argument of ‘unary *’ Oracle.xs:84: error: invalid type argument of ‘unary *’ Oracle.xs:85: error: invalid type argument of ‘unary *’ Oracle.xs:86: error: invalid type argument of ‘unary *’ Oracle.xs:87: error: invalid type argument of ‘unary *’ Oracle.xs:87: error: invalid type argument of ‘unary *’ Oracle.xs:87: error: invalid type argument of ‘unary *’ Oracle.xs:88: error: invalid type argument of ‘unary *’ Oracle.xs:88: error: invalid type argument of ‘unary *’ Oracle.xs:88: error: invalid type argument of ‘unary *’ Oracle.xs:92: error: invalid type argument of ‘unary *’ Oracle.xs:92: error: invalid type argument of ‘unary *’ Oracle.xs:92: error: invalid type argument of ‘unary *’ Oracle.xs:92: error: invalid type argument of ‘unary *’ Oracle.xs:93: error: invalid type argument of ‘unary *’ Oracle.xs:93: error: invalid type argument of ‘unary *’ Oracle.xs:93: error: invalid type argument of ‘unary *’ Oracle.xs:93: error: invalid type argument of ‘unary *’ Oracle.xs:93: error: invalid type argument of ‘unary *’ Oracle.xs:96: error: invalid type argument of ‘unary *’ Oracle.xs:99: error: invalid type argument of ‘unary *’ Oracle.xs:99: error: ‘XPVAV’ has no member named ‘xav_fill’ Oracle.xs:101: error: invalid type argument of ‘unary *’ Oracle.xs:101: error: invalid type argument of ‘unary *’ Oracle.xs:106: error: invalid type argument of ‘unary *’ Oracle.xs:110: error: invalid type argument of ‘unary *’ Oracle.xs:112: error: invalid type argument of ‘unary *’ Oracle.xs:113: error: invalid type argument of ‘unary *’ Oracle.xs:114: error: invalid type argument of ‘unary *’ Oracle.xs:114: error: invalid type argument of ‘unary *’ Oracle.c:1228: error: invalid type argument of ‘unary *’ Oracle.c: In function ‘XS_DBD__Oracle__st_ora_execute_array’: Oracle.c:1237: error: invalid type argument of ‘unary *’ Oracle.c:1237: error: invalid type argument of ‘unary *’ Oracle.c:1237: error: invalid type argument of ‘unary *’ Oracle.c:1239: error: invalid type argument of ‘unary *’ Oracle.c:1241: error: invalid type argument of ‘unary *’ Oracle.c:1242: error: invalid type argument of ‘unary *’ Oracle.c:1243: error: invalid type argument of ‘unary *’ Oracle.c:1243: error: invalid type argument of ‘unary *’ Oracle.c:1243: error: invalid type argument of ‘unary *’ Oracle.c:1243: error: invalid type argument of ‘unary *’ Oracle.c:1244: error: invalid type argument of ‘unary *’ Oracle.xs:124: error: invalid type argument of ‘unary *’ Oracle.c:1252: error: invalid type argument of ‘unary *’ Oracle.c:1254: error: invalid type argument of ‘unary *’ Oracle.xs:136: error: invalid type argument of ‘unary *’ Oracle.xs:136: error: invalid type argument of ‘unary *’ Oracle.xs:136: error: invalid type argument of ‘unary *’ Oracle.xs:138: error: invalid type argument of ‘unary *’ Oracle.xs:138: error: invalid type argument of ‘unary *’ Oracle.xs:140: error: invalid type argument of ‘unary *’ Oracle.xs:140: error: invalid type argument of ‘unary *’ Oracle.xs:140: error: invalid type argument of ‘unary *’ Oracle.c:1273: error: invalid type argument of ‘unary *’ Oracle.c:1273: error: invalid type argument of ‘unary *’ Oracle.c: In function ‘XS_DBD__Oracle__st_cancel’: Oracle.c:1280: error: invalid type argument of ‘unary *’ Oracle.c:1280: error: invalid type argument of ‘unary *’ Oracle.c:1280: error: invalid type argument of ‘unary *’ Oracle.c:1282: error: invalid type argument of ‘unary *’ Oracle.c:1284: error: invalid type argument of ‘unary *’ Oracle.xs:147: error: invalid type argument of ‘unary *’ Oracle.xs:148: error: invalid type argument of ‘unary *’ Oracle.xs:148: error: invalid type argument of ‘unary *’ Oracle.xs:148: error: invalid type argument of ‘unary *’ Oracle.c:1290: error: invalid type argument of ‘unary *’ Oracle.c:1290: error: invalid type argument of ‘unary *’ Oracle.c: In function ‘XS_DBD__Oracle__db_reauthenticate’: Oracle.c:1297: error: invalid type argument of ‘unary *’ Oracle.c:1297: error: invalid type argument of ‘unary *’ Oracle.c:1297: error: invalid type argument of ‘unary *’ Oracle.c:1299: error: invalid type argument of ‘unary *’ Oracle.c:1301: error: invalid type argument of ‘unary *’ Oracle.c:1302: error: invalid type argument of ‘unary *’ Oracle.c:1302: error: invalid type argument of ‘unary *’ Oracle.c:1302: error: invalid type argument of ‘unary *’ Oracle.c:1302: error: invalid type argument of ‘unary *’ Oracle.c:1303: error: invalid type argument of ‘unary *’ Oracle.c:1303: error: invalid type argument of ‘unary *’ Oracle.c:1303: error: invalid type argument of ‘unary *’ Oracle.c:1303: error: invalid type argument of ‘unary *’ Oracle.xs:159: error: invalid type argument of ‘unary *’ Oracle.xs:160: error: invalid type argument of ‘unary *’ Oracle.xs:160: error: invalid type argument of ‘unary *’ Oracle.xs:160: error: invalid type argument of ‘unary *’ Oracle.c:1309: error: invalid type argument of ‘unary *’ Oracle.c:1309: error: invalid type argument of ‘unary *’ Oracle.c: In function ‘XS_DBD__Oracle__db_ora_lob_write’: Oracle.c:1316: error: invalid type argument of ‘unary *’ Oracle.c:1316: error: invalid type argument of ‘unary *’ Oracle.c:1316: error: invalid type argument of ‘unary *’ Oracle.c:1318: error: invalid type argument of ‘unary *’ Oracle.c:1320: error: invalid type argument of ‘unary *’ Oracle.c:1322: error: invalid type argument of ‘unary *’ Oracle.c:1322: error: invalid type argument of ‘unary *’ Oracle.c:1322: error: invalid type argument of ‘unary *’ Oracle.c:1322: error: invalid type argument of ‘unary *’ Oracle.c:1323: error: invalid type argument of ‘unary *’ Oracle.xs:169: error: invalid type argument of ‘unary *’ Oracle.c:1334: error: invalid type argument of ‘unary *’ Oracle.c:1334: error: invalid type argument of ‘unary *’ Oracle.c:1335: error: invalid type argument of ‘unary *’ Oracle.c:1335: error: invalid type argument of ‘unary *’ Oracle.c:1335: error: invalid type argument of ‘unary *’ Oracle.c:1335: error: invalid type argument of ‘unary *’ Oracle.c:1339: error: invalid type argument of ‘unary *’ Oracle.xs:179: error: invalid type argument of ‘unary *’ Oracle.xs:185: error: invalid type argument of ‘unary *’ Oracle.xs:185: error: invalid type argument of ‘unary *’ Oracle.xs:188: error: invalid type argument of ‘unary *’ Oracle.xs:188: error: invalid type argument of ‘unary *’ Oracle.xs:193: error: invalid type argument of ‘unary *’ Oracle.xs:193: error: invalid type argument of ‘unary *’ Oracle.xs:196: error: invalid type argument of ‘unary *’ Oracle.xs:196: error: invalid type argument of ‘unary *’ Oracle.xs:203: error: invalid type argument of ‘unary *’ Oracle.xs:203: error: invalid type argument of ‘unary *’ Oracle.xs:210: error: invalid type argument of ‘unary *’ Oracle.xs:210: error: invalid type argument of ‘unary *’ Oracle.xs:213: error: invalid type argument of ‘unary *’ Oracle.xs:213: error: invalid type argument of ‘unary *’ Oracle.c:1381: error: invalid type argument of ‘unary *’ Oracle.c:1381: error: invalid type argument of ‘unary *’ Oracle.c: In function ‘XS_DBD__Oracle__db_ora_lob_append’: Oracle.c:1388: error: invalid type argument of ‘unary *’ Oracle.c:1388: error: invalid type argument of ‘unary *’ Oracle.c:1388: error: invalid type argument of ‘unary *’ Oracle.c:1390: error: invalid type argument of ‘unary *’ Oracle.c:1392: error: invalid type argument of ‘unary *’ Oracle.c:1394: error: invalid type argument of ‘unary *’ Oracle.xs:222: error: invalid type argument of ‘unary *’ Oracle.c:1406: error: invalid type argument of ‘unary *’ Oracle.c:1406: error: invalid type argument of ‘unary *’ Oracle.c:1407: error: invalid type argument of ‘unary *’ Oracle.c:1407: error: invalid type argument of ‘unary *’ Oracle.c:1407: error: invalid type argument of ‘unary *’ Oracle.c:1407: error: invalid type argument of ‘unary *’ Oracle.c:1411: error: invalid type argument of ‘unary *’ Oracle.xs:233: error: invalid type argument of ‘unary *’ Oracle.xs:239: error: invalid type argument of ‘unary *’ Oracle.xs:239: error: invalid type argument of ‘unary *’ Oracle.xs:242: error: invalid type argument of ‘unary *’ Oracle.xs:242: error: invalid type argument of ‘unary *’ Oracle.xs:247: error: invalid type argument of ‘unary *’ Oracle.xs:247: error: invalid type argument of ‘unary *’ Oracle.xs:250: error: invalid type argument of ‘unary *’ Oracle.xs:250: error: invalid type argument of ‘unary *’ Oracle.xs:257: error: invalid type argument of ‘unary *’ Oracle.xs:257: error: invalid type argument of ‘unary *’ Oracle.xs:263: error: invalid type argument of ‘unary *’ Oracle.xs:263: error: invalid type argument of ‘unary *’ Oracle.xs:266: error: invalid type argument of ‘unary *’ Oracle.xs:266: error: invalid type argument of ‘unary *’ Oracle.c:1476: error: invalid type argument of ‘unary *’ Oracle.c:1476: error: invalid type argument of ‘unary *’ Oracle.c: In function ‘XS_DBD__Oracle__db_ora_lob_read’: Oracle.c:1483: error: invalid type argument of ‘unary *’ Oracle.c:1483: error: invalid type argument of ‘unary *’ Oracle.c:1483: error: invalid type argument of ‘unary *’ Oracle.c:1485: error: invalid type argument of ‘unary *’ Oracle.c:1487: error: invalid type argument of ‘unary *’ Oracle.c:1489: error: invalid type argument of ‘unary *’ Oracle.c:1489: error: invalid type argument of ‘unary *’ Oracle.c:1489: error: invalid type argument of ‘unary *’ Oracle.c:1489: error: invalid type argument of ‘unary *’ Oracle.c:1490: error: invalid type argument of ‘unary *’ Oracle.c:1490: error: invalid type argument of ‘unary *’ Oracle.c:1490: error: invalid type argument of ‘unary *’ Oracle.c:1490: error: invalid type argument of ‘unary *’ Oracle.xs:301: error: invalid type argument of ‘unary *’ Oracle.c:1501: error: invalid type argument of ‘unary *’ Oracle.c:1501: error: invalid type argument of ‘unary *’ Oracle.c:1502: error: invalid type argument of ‘unary *’ Oracle.c:1502: error: invalid type argument of ‘unary *’ Oracle.c:1502: error: invalid type argument of ‘unary *’ Oracle.c:1502: error: invalid type argument of ‘unary *’ Oracle.c:1506: error: invalid type argument of ‘unary *’ Oracle.xs:310: error: invalid type argument of ‘unary *’ Oracle.xs:310: error: invalid type argument of ‘unary *’ Oracle.xs:319: error: invalid type argument of ‘unary *’ Oracle.xs:319: error: invalid type argument of ‘unary *’ Oracle.xs:322: error: invalid type argument of ‘unary *’ Oracle.xs:325: error: invalid type argument of ‘unary *’ Oracle.xs:325: error: invalid type argument of ‘unary *’ Oracle.xs:331: error: invalid type argument of ‘unary *’ Oracle.xs:340: error: invalid type argument of ‘unary *’ Oracle.c:1542: error: invalid type argument of ‘unary *’ Oracle.c:1542: error: invalid type argument of ‘unary *’ Oracle.c: In function ‘XS_DBD__Oracle__db_ora_lob_trim’: Oracle.c:1549: error: invalid type argument of ‘unary *’ Oracle.c:1549: error: invalid type argument of ‘unary *’ Oracle.c:1549: error: invalid type argument of ‘unary *’ Oracle.c:1551: error: invalid type argument of ‘unary *’ Oracle.c:1553: error: invalid type argument of ‘unary *’ Oracle.c:1555: error: invalid type argument of ‘unary *’ Oracle.c:1555: error: invalid type argument of ‘unary *’ Oracle.c:1555: error: invalid type argument of ‘unary *’ Oracle.c:1555: error: invalid type argument of ‘unary *’ Oracle.xs:348: error: invalid type argument of ‘unary *’ Oracle.c:1561: error: invalid type argument of ‘unary *’ Oracle.c:1561: error: invalid type argument of ‘unary *’ Oracle.c:1562: error: invalid type argument of ‘unary *’ Oracle.c:1562: error: invalid type argument of ‘unary *’ Oracle.c:1562: error: invalid type argument of ‘unary *’ Oracle.c:1562: error: invalid type argument of ‘unary *’ Oracle.c:1566: error: invalid type argument of ‘unary *’ Oracle.xs:351: error: invalid type argument of ‘unary *’ Oracle.xs:351: error: invalid type argument of ‘unary *’ Oracle.xs:354: error: invalid type argument of ‘unary *’ Oracle.xs:354: error: invalid type argument of ‘unary *’ Oracle.xs:357: error: invalid type argument of ‘unary *’ Oracle.xs:357: error: invalid type argument of ‘unary *’ Oracle.c:1578: error: invalid type argument of ‘unary *’ Oracle.c:1578: error: invalid type argument of ‘unary *’ Oracle.c: In function ‘XS_DBD__Oracle__db_ora_lob_length’: Oracle.c:1585: error: invalid type argument of ‘unary *’ Oracle.c:1585: error: invalid type argument of ‘unary *’ Oracle.c:1585: error: invalid type argument of ‘unary *’ Oracle.c:1587: error: invalid type argument of ‘unary *’ Oracle.c:1589: error: invalid type argument of ‘unary *’ Oracle.xs:365: error: invalid type argument of ‘unary *’ Oracle.c:1597: error: invalid type argument of ‘unary *’ Oracle.c:1597: error: invalid type argument of ‘unary *’ Oracle.c:1598: error: invalid type argument of ‘unary *’ Oracle.c:1598: error: invalid type argument of ‘unary *’ Oracle.c:1598: error: invalid type argument of ‘unary *’ Oracle.c:1598: error: invalid type argument of ‘unary *’ Oracle.c:1602: error: invalid type argument of ‘unary *’ Oracle.xs:369: error: invalid type argument of ‘unary *’ Oracle.xs:369: error: invalid type argument of ‘unary *’ Oracle.xs:372: error: invalid type argument of ‘unary *’ Oracle.xs:372: error: invalid type argument of ‘unary *’ Oracle.xs:375: error: invalid type argument of ‘unary *’ Oracle.xs:375: error: invalid type argument of ‘unary *’ Oracle.xs:375: error: invalid type argument of ‘unary *’ Oracle.c:1614: error: invalid type argument of ‘unary *’ Oracle.c:1614: error: invalid type argument of ‘unary *’ Oracle.c: In function ‘XS_DBD__Oracle__dr_init_oci’: Oracle.c:1621: error: invalid type argument of ‘unary *’ Oracle.c:1621: error: invalid type argument of ‘unary *’ Oracle.c:1621: error: invalid type argument of ‘unary *’ Oracle.c:1623: error: invalid type argument of ‘unary *’ Oracle.c:1625: error: invalid type argument of ‘unary *’ Oracle.xs:386: error: invalid type argument of ‘unary *’ Oracle.xs:387: error: invalid type argument of ‘unary *’ Oracle.c:1632: error: invalid type argument of ‘unary *’ Oracle.c:1632: error: invalid type argument of ‘unary *’ Oracle.c: In function ‘boot_DBD__Oracle’: Oracle.c:1641: error: invalid type argument of ‘unary *’ Oracle.c:1641: error: invalid type argument of ‘unary *’ Oracle.c:1641: error: invalid type argument of ‘unary *’ Oracle.c:1644: error: invalid type argument of ‘unary *’ Oracle.c:1644: error: invalid type argument of ‘unary *’ Oracle.c:1644: error: invalid type argument of ‘unary *’ Oracle.c:1644: error: invalid type argument of ‘unary *’ Oracle.c:1644: error: invalid type argument of ‘unary *’ Oracle.c:1644: error: invalid type argument of ‘unary *’ Oracle.c:1644: error: invalid type argument of ‘unary *’ Oracle.c:1644: error: invalid type argument of ‘unary *’ Oracle.c:1644: error: invalid type argument of ‘unary *’ Oracle.c:1644: warning: implicit declaration of function ‘strcmp’ Oracle.c:1644: error: invalid type argument of ‘unary *’ Oracle.c:1644: error: invalid type argument of ‘unary *’ Oracle.c:1649: error: invalid type argument of ‘unary *’ Oracle.c:1651: error: invalid type argument of ‘unary *’ Oracle.c:1653: error: invalid type argument of ‘unary *’ Oracle.c:1655: error: invalid type argument of ‘unary *’ Oracle.c:1657: error: invalid type argument of ‘unary *’ Oracle.c:1659: error: invalid type argument of ‘unary *’ Oracle.c:1661: error: invalid type argument of ‘unary *’ Oracle.c:1663: error: invalid type argument of ‘unary *’ Oracle.c:1665: error: invalid type argument of ‘unary *’ Oracle.c:1667: error: invalid type argument of ‘unary *’ Oracle.c:1669: error: invalid type argument of ‘unary *’ Oracle.c:1671: error: invalid type argument of ‘unary *’ Oracle.c:1673: error: invalid type argument of ‘unary *’ Oracle.c:1675: error: invalid type argument of ‘unary *’ Oracle.c:1677: error: invalid type argument of ‘unary *’ Oracle.c:1679: error: invalid type argument of ‘unary *’ Oracle.c:1681: error: invalid type argument of ‘unary *’ Oracle.c:1683: error: invalid type argument of ‘unary *’ Oracle.c:1685: error: invalid type argument of ‘unary *’ Oracle.c:1687: error: invalid type argument of ‘unary *’ Oracle.c:1689: error: invalid type argument of ‘unary *’ Oracle.c:1690: error: invalid type argument of ‘unary *’ Oracle.c:1703: error: invalid type argument of ‘unary *’ Oracle.c:1704: error: invalid type argument of ‘unary *’ Oracle.c:1705: error: invalid type argument of ‘unary *’ Oracle.c:1707: error: invalid type argument of ‘unary *’ Oracle.c:1715: error: invalid type argument of ‘unary *’ Oracle.c:1716: error: invalid type argument of ‘unary *’ Oracle.c:1717: error: invalid type argument of ‘unary *’ Oracle.c:1718: error: invalid type argument of ‘unary *’ Oracle.c:1719: error: invalid type argument of ‘unary *’ Oracle.c:1720: error: invalid type argument of ‘unary *’ Oracle.c:1727: error: invalid type argument of ‘unary *’ Oracle.c:1729: error: invalid type argument of ‘unary *’ Oracle.c:1734: error: invalid type argument of ‘unary *’ Oracle.c:1735: error: invalid type argument of ‘unary *’ Oracle.c:1736: error: invalid type argument of ‘unary *’ Oracle.c:1740: error: invalid type argument of ‘unary *’ Oracle.c:1742: error: invalid type argument of ‘unary *’ Oracle.c:1744: error: invalid type argument of ‘unary *’ Oracle.c:1746: error: invalid type argument of ‘unary *’ Oracle.c:1748: error: invalid type argument of ‘unary *’ Oracle.c:1749: error: invalid type argument of ‘unary *’ Oracle.c:1750: error: invalid type argument of ‘unary *’ Oracle.c:1751: error: invalid type argument of ‘unary *’ Oracle.c:1752: error: invalid type argument of ‘unary *’ Oracle.c:1754: error: invalid type argument of ‘unary *’ Oracle.c:1756: error: invalid type argument of ‘unary *’ Oracle.c:1757: error: invalid type argument of ‘unary *’ Oracle.c:1758: error: invalid type argument of ‘unary *’ Oracle.c:1759: error: invalid type argument of ‘unary *’ Oracle.c:1760: error: invalid type argument of ‘unary *’ Oracle.c:1761: error: invalid type argument of ‘unary *’ Oracle.c:1762: error: invalid type argument of ‘unary *’ Oracle.c:1763: error: invalid type argument of ‘unary *’ Oracle.c:1764: error: invalid type argument of ‘unary *’ Oracle.c:1765: error: invalid type argument of ‘unary *’ Oracle.c:1766: error: invalid type argument of ‘unary *’ Oracle.xsi:21: error: invalid type argument of ‘unary *’ Oracle.xsi:21: error: invalid type argument of ‘unary *’ Oracle.xsi:22: error: invalid type argument of ‘unary *’ Oracle.xsi:22: error: invalid type argument of ‘unary *’ Oracle.xsi:23: error: invalid type argument of ‘unary *’ Oracle.xsi:23: error: invalid type argument of ‘unary *’ Oracle.xsi:24: error: invalid type argument of ‘unary *’ Oracle.c:1804: error: invalid type argument of ‘unary *’ Oracle.c:1804: error: invalid type argument of ‘unary *’ Oracle.c:1804: error: invalid type argument of ‘unary *’ Oracle.c:1804: error: invalid type argument of ‘unary *’make: *** [Oracle.o] Error 1
All of this was done running as root.
What might I try to fix this?
Thanks, again.
-- "They that would give up essential liberty for temporary safety deserve neither liberty nor safety." -- Benjamin FranklinReceived on Sat Oct 14 2006 - 12:26:20 CDT
![]() |
![]() |