Lampang, Arman Elianto wrote:
<snipped>
erl5/5.8.4/lib/sun4-solaris-64int/CORE" -DUTF8_SUPPORT
-DORA_OCI_VERSION=\"8.1.
7.0\" Oracle.c
"Oracle.xs", line 269: undefined symbol: startp
"Oracle.xs", line 269: warning: argument #4 is incompatible with
prototype:
prototype: pointer to unsigned int :
"/u01/app/oracle/product/8.1.7/rdbm
s/demo/ociap.h", line 5838
argument : pointer to int
cc: acomp failed for Oracle.c
*** Error code 2
make: Fatal error: Command failed for target `Oracle.o'
I use perl 5.6.1 bundled with Solaris 10 and I got this error message
Do anyone can help me ?
regards
AEL
Edit Oracle.xs and a little before line 269 you will see startp
definition commented out - uncomment it and try again.
Martin