Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

DBD Informix make test (Memory allocation failed)

by ddragosa (Acolyte)
on Sep 12, 2014 at 07:23 UTC ( [id://1100364]=perlquestion: print w/replies, xml ) Need Help??

ddragosa has asked for the wisdom of the Perl Monks concerning the following question:

My environment is: AIX 6.1 + Informix 11.5 FC7 + Informix-ESQL Version 3.5.FC7

I am using: Perl 5.16.3 + DBI-1.631 + DBD-Informix-2013.0521

My problem is at make test for DBD-Informix and the error is:

DBD::Informix::st execute failed: SQL: -406: Memory allocation failed. at t/t32nulls.t line 38

As you all know CSDK cant be in the same place as Iconnect so we decided to to install it on another FS. That FS contains an install of Informix 11.5 FC7 and the newly CSDK.

Before installing DBD we set the env parameters:

DBD_INFORMIX_PASSWORD=*****

DBD_INFORMIX_DATABASE=database

DBD_INFORMIX_USERNAME=username

INFORMIXDIR=/FS2

INFORMIXSERVER=ifxserver

So, FS1 has Informix 11.5FC7 + Iconnect and FS2 has Informix 11.5FC7 + CSDK. FS1 have an instance of informix running and FS2 is used to compile and install DBD Informix.

If I uninstall Iconnect and install CSDK in the FS1, reboot the informix instance, DBD is compiling and testing ok. If I try to compile from FS2 (to avoid restarting Informix) I get this memory allocation error

Does anyone have an idea of what am I missing?

  • Comment on DBD Informix make test (Memory allocation failed)

Replies are listed 'Best First'.
Re: DBD Informix make test (Memory allocation failed)
by jellisii2 (Hermit) on Sep 12, 2014 at 18:49 UTC
    Erg... compile and distribute a package?

      I wasn't very careful. The problem was from the version of CSDK. On FS1 I had 3.50 FC7 which works well and on FS2 I had CSDK 3.50 FC9. After installing the correct version all compiled ok. Thanks.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1100364]
Approved by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (3)
As of 2024-04-18 23:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found