Deo wrote: > On Sep 2, 7:59 pm, sco...@pythian.com (John Scoles) wrote: > >> Can you send us the output of the Perl Makefile.PL? >> >> At first glance it look like you are trying to compile against an old >> client? >> >> Deo wrote: >> >>> Hello... >>> >>> I am trying to build DBD-Oracle-1.16 onAIXbox...... >>> >>> my env ...looks like this... >>> PROD $ env >>> AUTHSTATE=compat >>> SHELL=/usr/bin/bash >>> TERM=xterm >>> TMPDIR=/tmp >>> ORACLE_PATH=/oracle/product/10.0.2/bin:/opt/bin:/usr/oracle/local:/ >>> bin:/usr/ccs/bin:/usr/bin >>> go=/export/home/oracle/DevStr >>> OLDPWD=/ >>> LOCPATH=/usr/lib/nls/loc >>> USER=root >>> ORACLE_SID=PROD >>> ODMDIR=/etc/objrepos >>> ORACLE_BASE=/oracle >>> TNS_ADMIN=/oracle/product/10.0.2/network/admin >>> MAIL=/usr/spool/mail/root >>> PATH=/usr/loal/bin:/usr/bin:/usr/dt/bin:/usr/openwin/bin:/bin:/oracle/ >>> product/10.0.2/bin:/etc:/usr/ccs/bin:/usr/ucb:/usr/sbin:/usr/local/bin >>> LOGIN=root >>> PWD=/DBD-Oracle-1.22 >>> LANG=en_US >>> TZ=PST8PDT >>> PS1=PROD $ >>> SHLVL=1 >>> HOME=/ >>> LC__FASTMSG=true >>> MAILMSG=[YOU HAVE NEW MAIL] >>> LOGNAME=root >>> DISPLAY=192.168.1.13:0.0 >>> ORACLE_HOME=/oracle/product/10.0.2 >>> _=/usr/bin/env >>> NLSPATH=/usr/lib/nls/msg/%L/%N:/usr/lib/nls/msg/%L/%N.cat >>> LD_LIBRARY_PATH=/oracle/product/10.0.2/lib:/oracle/product/10.0.2/ >>> lib32 >>> PROD $ >>> and when I am trying to run make it give me..the following >>> err...please help..... >>> >>> PROD $ make >>> /usr/local/bin/perl /usr/local/lib/perl5/5.8.8/ExtUtils/ >>> xsubpp -typemap /usr/local/lib/perl5/5.8.8/ExtUtils/typemap >>> Oracle.xs > Oracle.xsc && mv Oracle.xsc Oracle.c >>> Error: 'OCILobLocator *' not in typemap in Oracle.xs, line 277 >>> Error: 'OCILobLocator *' not in typemap in Oracle.xs, line 331 >>> Error: 'OCILobLocator *' not in typemap in Oracle.xs, line 385 >>> Error: 'OCILobLocator *' not in typemap in Oracle.xs, line 433 >>> Error: 'OCILobLocator *' not in typemap in Oracle.xs, line 451 >>> Error: 'OCILobLocator *' not in typemap in Oracle.xs, line 470 >>> make: 1254-004 The error code from the last command is 1. >>> > > Hello is is possible to build DBI/DBD-Oracle using the perl ver which > come with AIX 5.3? > > I might be I have never tried it myself. Normally what I see is the compiler that comes with AIX was not the one used to compile Perl on it so you might find problems there.Thread Previous