Problems with DBD::Informix

2003-11-21 Thread Heath, Dean (MBS Employee)
Title: Message Hello, I am trying to install Perl DBI on an HPUXCluster Server. Here are the particulars: Unix Version: 11.11 Informix Version: 9.30.FC1-1 DBI Version: DBI-1.38 DBD Version: DBD-Informix-2003.04 I have succeeded in making DBI, but I am having trouble

Re: Problems with DBD::Informix

2003-11-21 Thread DL Redden
This error is due to the fact that you are using a 32-bit PERL to build DBD on a 64-bit Informix SDK. The Informix SDK must be at the same bit level as you PERL installation. Either build a 64-bit PERL, good luck, or install a 32-bit SDK, what I did. Heath, Dean (MBS Employee) [EMAIL

Re: Problems with DBD::Informix

2003-11-21 Thread Jonathan Leffler
Heath, Dean (MBS Employee) wrote: Hello, I am trying to install Perl DBI on an HPUX Cluster Server. Here are the particulars: * Unix Version: 11.11 * Informix Version: 9.30.FC1-1 * DBI Version: DBI-1.38 * DBD Version: DBD-Informix-2003.04 And ESQL/C 9.51.FC1. Thanks for

Re: Problems compiling DBD::Informix on Win2K

2001-10-11 Thread paul . barker
Hi All I've solved the problems building on Win2K. The answer was to build perl myself using the ActiveState Build 629 source and then build DBI and DBD::Informix on to of it. I guess it all comes back to using the same compiler to build perl and DBD::* I'll contribute an it works soon.

RE: Problems compiling DBD::Informix on Win2K

2001-10-10 Thread paul . barker
Why are you trying to build DBD::Informix if you are using Build 6xx from ActiveState ?? Why don't you just get the DBD::Informix binary, unzip it into your perl directory, and just run 'ppm install DBD-Informix.ppd' from the MS-Dos prompt ?? I'm not aware that a DBD::Informix binary exists.

Re: Problems using DBD::Informix on two machines.

2001-10-10 Thread Jonathan Leffler
On Tue, 9 Oct 2001, Ing. Roberto Andrade Fonseca wrote: Hi Jonathan: I've seen a newer message - I'll answer it shortly. On Tue, 9 Oct 2001, Jonathan Leffler wrote: Ing. Roberto Andrade Fonseca wrote: I have Informix installed on server everest. A few hours ago I compiled succesfuly

Re: Problems compiling DBD::Informix on Win2K - BugReport Output

2001-10-09 Thread paul . barker
Hi All I'm still trying to get to the bottom of my build problems. 've read all the readme files, the notes files and searched the archive without joy, so I decided to run BugReport. However, try as I might (and convinced I had the environment set up correctly) it kept telling me that there was

Re: Problems compiling DBD::Informix on Win2K

2001-10-09 Thread paul . barker
Hello Again ! OK, I started thinking maybe this is a true Windows 2000 / NT incompatibility so I built an NT4.0 box, installed VC++ 6.0, Informix Client SDK 2.30 (esql version 9.21.TC1), perl 5.6 (ActiveState build 623) and DBI 1.14 and attempted to build DBD::Informix ... ... exactly the same

Problems using DBD::Informix on two machines.

2001-10-09 Thread Ing. Roberto Andrade Fonseca
Hi: I have Informix installed on server everest. A few hours ago I compiled succesfuly DBD::Informix using the client software that came with Informix. This machine is RH Linux 6.2 I am compiling DBD::Informix on a different machine (RH Linux 7.1) with a newer Informix client. In the client

Re: Problems using DBD::Informix on two machines.

2001-10-09 Thread Jonathan Leffler
Ing. Roberto Andrade Fonseca wrote: Hi: I have Informix installed on server everest. A few hours ago I compiled succesfuly DBD::Informix using the client software that came with Informix. This machine is RH Linux 6.2 I am compiling DBD::Informix on a different machine (RH Linux 7.1) with

Re: Problems using DBD::Informix on two machines.

2001-10-09 Thread Ing. Roberto Andrade Fonseca
Hi Jonathan: On Tue, 9 Oct 2001, Jonathan Leffler wrote: Ing. Roberto Andrade Fonseca wrote: Hi: I have Informix installed on server everest. A few hours ago I compiled succesfuly DBD::Informix using the client software that came with Informix. This machine is RH Linux 6.2 I am

Problems compiling DBD::Informix on Win2K

2001-10-08 Thread paul . barker
Hi All Does anyone have any experience building DBD::Informix for the Windows platform ? I have managed to get through the perl Makefile.PL and an nmake which does not seem to return any errors but when I do the nmake test I get over 90% failures with each failure generating the errors similar

problems installing DBD::Informix with SQL error -369 (HELP!)

2001-03-20 Thread Bård Kregnes
Hi there .. trying to install DBD::Informix on a solaris machine. I've done it on the test server which (at least from my point if view) have an indentical environment and that worked ok. And the perl scripts run fine. Output from perl Makefile.PL on test server: ---OUTPUT START--- perl

Re: problems installing DBD::Informix with SQL error -369 (HELP!)

2001-03-20 Thread liml
Dear Sir, You much set the environment values DBD_INFORMIX_USERNAME and DBD_INFORMIX_PASSWORD . Leesa [EMAIL PROTECTED] - Original Message - From: Brd Kregnes [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, March 21, 2001 1:43 AM Subject: problems installing DBD