help compiling error on DBI.

2007-07-03 Thread Floyd Wellershaus
Hello, I'm trying to install DBI on an AIX 5.2 machine. I got the files from /usr/bin/perl -MCPAN -e 'install DBI' Whenever it runs the make portion, I get the following error that I can't get past. /usr/bin/perl /usr/opt/perl5/lib/5.8.0/ExtUtils/xsubpp -typemap

RE: help compiling error on DBI.

2007-07-03 Thread Garrett, Philip \(MAN-Corporate\)
This looks like a bug in your C compiler. I'd recommend making sure your xlC (or VisualAge C or whatever) is fully patched. -Original Message- From: Floyd Wellershaus [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 03, 2007 7:31 AM To: dbi-users@perl.org Subject: help compiling error on

Oracle make test failing on HP/UX

2007-07-03 Thread Robert Hicks
I am trying to install DBD::Oracle (yes I did read the README) on HP/UX 11.23 (itanium). I have DBI installed properly and I tested using DBD::SQLite. When I go to install the Oracle stuff I get this during a make test: ./usr/lib/hpux32/dld.so: Cannot dlopen load module

RE: Oracle make test failing on HP/UX

2007-07-03 Thread pyers.symon
Note the libraries. perl is 64 bit whereas you are trying to load 32 bit libraries. I have built Oracle DBI on Itanium if you want further info P -Original Message- From: Robert Hicks [mailto:[EMAIL PROTECTED] Sent: 03 July 2007 14:08 To: dbi-users@perl.org Subject: Oracle make

Re: help compiling error on DBI.

2007-07-03 Thread Martin Evans
Floyd Wellershaus wrote: Hello, I'm trying to install DBI on an AIX 5.2 machine. I got the files from /usr/bin/perl -MCPAN -e 'install DBI' Whenever it runs the make portion, I get the following error that I can't get past. /usr/bin/perl

Re: Oracle make test failing on HP/UX

2007-07-03 Thread John Scoles
Looks like you are pointing to the 64 bit binarys. You will have to use a 32 bit oracle client. You best bet is to use the 32 bit instantclient for HP. Set your ORACLE_HOME to the dir you install the 32 bit instant cleint and the LD_LIBRARY_PATH to LD_LIBRARY_PATH=$ORACLE_HOME:$ORACLE_HOME/lib

RE: help compiling error on DBI.

2007-07-03 Thread Floyd Wellershaus
Thanks. That's not it. I have plenty of disk space. Not sure what license you're talking about though. -Original Message- From: Martin Evans [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 03, 2007 9:14 AM To: dbi-users@perl.org Subject: Re: help compiling error on DBI. Floyd Wellershaus

Re: help compiling error on DBI.

2007-07-03 Thread Martin Evans
Floyd Wellershaus wrote: Thanks. That's not it. I have plenty of disk space. Not sure what license you're talking about though. Have you got an enabled license for the compiler? Our xlc exits wirh signal 11 if we have not got a valid, enabled license. Just try compiling a simple hello world

RE: help compiling error on DBI.

2007-07-03 Thread Floyd Wellershaus
You're correct. I get a signal 11 when compiling a simple hello world. I'll send to my sysadmin. Thanks. Floyd -Original Message- From: Martin Evans [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 03, 2007 9:27 AM To: dbi-users@perl.org Subject: Re: help compiling error on DBI. Floyd

Re: Oracle make test failing on HP/UX

2007-07-03 Thread Robert Hicks
[EMAIL PROTECTED] wrote: Note the libraries. perl is 64 bit whereas you are trying to load 32 bit libraries. I have built Oracle DBI on Itanium if you want further info P I would be much ablidged if you could share. : ) Robert

Re: Oracle make test failing on HP/UX

2007-07-03 Thread Robert Hicks
John Scoles wrote: Looks like you are pointing to the 64 bit binarys. You will have to use a 32 bit oracle client. You best bet is to use the 32 bit instantclient for HP. Set your ORACLE_HOME to the dir you install the 32 bit instant cleint and the LD_LIBRARY_PATH to

Oracle DBI for HP

2007-07-03 Thread pyers.symon
The basic rule about building perl, DBD Oracle DBI on HP-UX (let alone Itanium) using gcc is don't. Life is far far too short for it since you will hit problem after problem. It is possible using HP's native C compiler (in fact it is straight forwards) but if you are using a gcc compiled perl

Re: Oracle DBI for HP

2007-07-03 Thread Robert Hicks
[EMAIL PROTECTED] wrote: The basic rule about building perl, DBD Oracle DBI on HP-UX (let alone Itanium) using gcc is don't. Life is far far too short for it since you will hit problem after problem. It is possible using HP's native C compiler (in fact it is straight forwards) but if you are

RE: Oracle DBI for HP

2007-07-03 Thread pyers.symon
Can you get hold of an HP ANSI C compiler? p -Original Message- From: Robert Hicks [mailto:[EMAIL PROTECTED] Sent: 03 July 2007 16:19 To: dbi-users@perl.org Subject: Re: Oracle DBI for HP [EMAIL PROTECTED] wrote: The basic rule about building perl, DBD Oracle DBI on

Re: Oracle DBI for HP

2007-07-03 Thread Robert Hicks
[EMAIL PROTECTED] wrote: Can you get hold of an HP ANSI C compiler? p Yes I can. R

RE: Oracle DBI for HP

2007-07-03 Thread pyers.symon
You should find that you wll have virtally no problems with that.You might need to build perl afresh though. From: Robert Hicks [mailto:[EMAIL PROTECTED] Sent: Tue 03/07/2007 17:33 To: dbi-users@perl.org Subject: Re: Oracle DBI for HP [EMAIL PROTECTED] wrote: