What is RSS?
DBD-Oracle-1.16 Error on AIX 5.3
Hello Guest
  
  • Login
• Register…
• Start blog
  • Who, Where, When
• What can I do?
• What to Read?
  • Polls
• Avatars
• Interests
  • Cities and Countries
• Random blog
• Users search
  • Search
• Games
• Tests
• QAIX
  • Сообщества
• Talxy Chat
• Horoscope
• Online
 
Зарегистрируйся!

QAIX > Perl web-programming > DBD-Oracle-1.16 Error on AIX 5.3 5 September 2008 18:09:54

  Recent blog posts: 
  They have birthday today: 
  Forums:   
  Discuss: 
  Recent forum topics: 
  Recent forum comments:
  Moderators:

DBD-Oracle-1.16 Error on AIX 5.3

Deo 5 September 2008 18:09:54
 Hello...

I am trying to build DBD-Oracle-1.16 on AIX box......

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:/u­sr/bin
go=/export/home/ora­cle/DevStr
OLDPWD=/
LOCPATH=/usr/lib/nl­s/loc
USER=root
ORACLE_SID=PROD
ODMDIR=/etc/objrepo­s
ORACLE_BASE=/oracle­
TNS_ADMIN=/oracle/p­roduct/10.0.2/networ­k/admin
MAIL=/usr/spool/mai­l/root
PATH=/usr/loal/bin:­/usr/bin:/usr/dt/bin­:/usr/openwin/bin:/b­in:/oracle/
product/10.0.2/bin:­/etc:/usr/ccs/bin:/u­sr/ucb:/usr/sbin:/us­r/local/bin
LOGIN=root
PWD=/DBD-Oracle-1.2­2
LANG=en_US
TZ=PST8PDT
PS1=PROD $
SHLVL=1
HOME=/
LC__FASTMSG=true
MAILMSG=[YOU HAVE NEW MAIL]
LOGNAME=root
DISPLAY=192.168.1.1­3:0.0
ORACLE_HOME=/oracle­/product/10.0.2
_=/usr/bin/env
NLSPATH=/usr/lib/nl­s/msg/%L/%N:/usr/lib­/nls/msg/%L/%N.cat
LD_LIBRARY_PATH=/or­acle/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/perl­5/5.8.8/ExtUtils/
xsubpp -typemap /usr/local/lib/perl­5/5.8.8/ExtUtils/typ­emap
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.





Add comment
John Scoles 2 September 2008 18:59:49 permanent link ]
 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 on AIX box......
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:/u­sr/bin
go=/export/home/ora­cle/DevStr
OLDPWD=/
LOCPATH=/usr/lib/nl­s/loc
USER=root
ORACLE_SID=PROD
ODMDIR=/etc/objrepo­s
ORACLE_BASE=/oracle­
TNS_ADMIN=/oracle/p­roduct/10.0.2/networ­k/admin
MAIL=/usr/spool/mai­l/root
PATH=/usr/loal/bin:­/usr/bin:/usr/dt/bin­:/usr/openwin/bin:/b­in:/oracle/
product/10.0.2/bin:­/etc:/usr/ccs/bin:/u­sr/ucb:/usr/sbin:/us­r/local/bin
LOGIN=root
PWD=/DBD-Oracle-1.2­2
LANG=en_US
TZ=PST8PDT
PS1=PROD $
SHLVL=1
HOME=/
LC__FASTMSG=true
MAILMSG=[YOU HAVE NEW MAIL]
LOGNAME=root
DISPLAY=192.168.1.1­3:0.0
ORACLE_HOME=/oracle­/product/10.0.2
_=/usr/bin/env
NLSPATH=/usr/lib/nl­s/msg/%L/%N:/usr/lib­/nls/msg/%L/%N.cat
LD_LIBRARY_PATH=/or­acle/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/perl­5/5.8.8/ExtUtils/
xsubpp -typemap /usr/local/lib/perl­5/5.8.8/ExtUtils/typ­emap
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.

Add comment
Deo 5 September 2008 00:19:13 permanent link ]
 On Sep 2, 7:59pm, 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:/u­sr/bin
go=/export/home/ora­cle/DevStr
OLDPWD=/
LOCPATH=/usr/lib/nl­s/loc
USER=root
ORACLE_SID=PROD
ODMDIR=/etc/objrepo­s
ORACLE_BASE=/oracle­
TNS_ADMIN=/oracle/p­roduct/10.0.2/networ­k/admin
MAIL=/usr/spool/mai­l/root
PATH=/usr/loal/bin:­/usr/bin:/usr/dt/bin­:/usr/openwin/bin:/b­in:/oracle/
product/10.0.2/bin:­/etc:/usr/ccs/bin:/u­sr/ucb:/usr/sbin:/us­r/local/bin
LOGIN=root
PWD=/DBD-Oracle-1.2­2
LANG=en_US
TZ=PST8PDT
PS1=PROD $
SHLVL=1
HOME=/
LC__FASTMSG=true
MAILMSG=[YOU HAVE NEW MAIL]
LOGNAME=root
DISPLAY=192.168.1.1­3:0.0
ORACLE_HOME=/oracle­/product/10.0.2
_=/usr/bin/env
NLSPATH=/usr/lib/nl­s/msg/%L/%N:/usr/lib­/nls/msg/%L/%N.cat
LD_LIBRARY_PATH=/or­acle/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/perl­5/5.8.8/ExtUtils/
xsubpp -typemap /usr/local/lib/perl­5/5.8.8/ExtUtils/typ­emap
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?


Add comment
John Scoles 5 September 2008 18:09:54 permanent link ]
 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:/u­sr/bin
go=/export/home/ora­cle/DevStr
OLDPWD=/
LOCPATH=/usr/lib/nl­s/loc
USER=root
ORACLE_SID=PROD
ODMDIR=/etc/objrepo­s
ORACLE_BASE=/oracle­
TNS_ADMIN=/oracle/p­roduct/10.0.2/networ­k/admin
MAIL=/usr/spool/mai­l/root
PATH=/usr/loal/bin:­/usr/bin:/usr/dt/bin­:/usr/openwin/bin:/b­in:/oracle/
product/10.0.2/bin:­/etc:/usr/ccs/bin:/u­sr/ucb:/usr/sbin:/us­r/local/bin
LOGIN=root
PWD=/DBD-Oracle-1.2­2
LANG=en_US
TZ=PST8PDT
PS1=PROD $
SHLVL=1
HOME=/
LC__FASTMSG=true
MAILMSG=[YOU HAVE NEW MAIL]
LOGNAME=root
DISPLAY=192.168.1.1­3:0.0
ORACLE_HOME=/oracle­/product/10.0.2
_=/usr/bin/env
NLSPATH=/usr/lib/nl­s/msg/%L/%N:/usr/lib­/nls/msg/%L/%N.cat
LD_LIBRARY_PATH=/or­acle/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/perl­5/5.8.8/ExtUtils/
xsubpp -typemap /usr/local/lib/perl­5/5.8.8/ExtUtils/typ­emap
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.


Add comment
 

Add new comment

As:
Login:  Password:  
 
 
  
 
Пожалуйста, относитесь к собеседникам уважительно, не используйте нецензурные слова, не злоупотребляйте заглавными буквами, не публикуйте рекламу и объявления о купле/продаже, а также материалы нарушающие сетевой этикет или УК РФ.


QAIX > Perl web-programming > DBD-Oracle-1.16 Error on AIX 5.3 5 September 2008 18:09:54

see also:
[magnolia-dev] [JIRA] Resolved…
[magnolia-dev] [JIRA] Created…
authenticating robots by user-agent &…
пройди тесты:
see also:
How to convert protected WMA to MP3 for…
DIY: create free ringtones for iPhone…
How to play iTunes protected AAC (M4P)…

  Copyright © 2001—2008 QAIX
Idea: Miсhael Monashev
Помощь и задать вопросы можно в сообществе support.qaix.com.
Сообщения об ошибках оставляем в сообществе bugs.qaix.com.
Предложения и комментарии пишем в сообществе suggest.qaix.com.
Информация для родителей.
Write us at:
If you would like to report an abuse of our service, such as a spam message, please .