Re: int8 Informix and 64bit perl
- From: jonathan.leffler@xxxxxxxxx (Jonathan Leffler)
- Date: Thu, 27 Sep 2007 09:36:46 -0700
On 9/27/07, Clive Eisen <clive@xxxxxxxxxxxxxxx> wrote:
Jonathan Leffler wrote:
On 9/27/07, Clive Eisen <clive@xxxxxxxxxxxxxxx> wrote:
I seem to have a problem with negative int8 on a 64 bit linux platform
dbaccess gives the correct answer but DBD::Informix does not
informix@ifx1:~> oninit -V
IBM Informix Dynamic Server Version 10.00.FC6
informix@ifx1:~> esql -V
IBM Informix CSDK Version 2.90, IBM Informix-ESQL Version 2.90.FC4R1
informix@ifx1:~> perl -v
This is perl, v5.8.8 built for x86_64-linux
informix@ifx1:~> perl -MDBI -e 'print "$DBI::VERSION\n"'
1.53
informix@ifx1:~> perl -MDBD::Informix -e 'print "$DBD::Informix::VERSION\n"'
2007.0914
[...]
Unfortunately (for you - fortunately for me), Perl 5.8.8 with 64-bit
CSDK 3.00.FC2 on Solaris 10 correctly produces the negative answer.
That means that to some extent, the problem is platform specific.
I'll try to build DBD::Informix with CSDK 2.90.FC1 later - I have to
rig the build environment on my machine to do that. It might be CSDK
2.90 vs 3.00; it might be Linux x86 vs Solaris SPARC.
Rigged environment - it works correctly on Solaris under CSDK 2.90.FC1.
Please can you send me 'perl -V' output - I suggest taking dbi-users
off this chat until we have a resolution.
FYI 32bit client using 2.90.UC4 works correctly on linux against the
same DB server
So it is a client-side problem - CSDK or DBD::Informix - and not a
server problem.
--
Jonathan Leffler <jonathan.leffler@xxxxxxxxx> #include <disclaimer.h>
Guardian of DBD::Informix - v2007.0914 - http://dbi.perl.org
"Blessed are we who can laugh at ourselves, for we shall never cease
to be amused."
.
- References:
- int8 Informix and 64bit perl
- From: Clive Eisen
- Re: int8 Informix and 64bit perl
- From: Jonathan Leffler
- Re: int8 Informix and 64bit perl
- From: Clive Eisen
- int8 Informix and 64bit perl
- Prev by Date: Re: DBD::Oracle 1.19 fails to find Oracle version, problem and solution
- Next by Date: Re: DBD::Oracle 1.19 fails to find Oracle version, problem and solution
- Previous by thread: Re: int8 Informix and 64bit perl
- Next by thread: DBD::Oracle 1.19 fails to find Oracle version, problem and solution
- Index(es):
Relevant Pages
|
|