On 30/01/07, Oliver Howe <[EMAIL PROTECTED]> wrote:

can i ask does anyone have it working properly on fedora6 ?
if so, can you let me know if you did it the same way as i am trying?


I did a fresh install of FC6 and followed your installation procedure.
Though I got the same warnings from esqlc, I did get a Makefile, it
compiled, and works in a test script.

I therefore suspect the problem is on your database side, ie, user
permissions, etc.


[EMAIL PROTECTED] DBD-Informix-2005.02]# perl rmautoinst.pl Makefile.PL | perl -

Configuring IBM Informix Database Driver for Perl DBI Version 2005.02
(2005-07-29) (aka DBD::Informix)
       You are using DBI version 1.53 and Perl version 5.008008
Remember to actually read the README file!

Perl:     perl v5.008008 i386-linux-thread-multi dl_dlopen.xs
System:   linux hs20-bc2-2.build.redhat.com 2.6.9-34.elsmp #1 smp fri
feb 24 16:56:28 est 2006 i686 i686 i386 gnulinux
Using INFORMIXDIR=/opt/informix and ESQL/C compiler esql
Using IBM Informix CSDK Version 2.90, IBM Informix-ESQL Version
2.90.UC2 from /opt/informix

Beware: DBD::Informix is not yet aware of all the new IUS data types.

Assert macro will be disabled!

lib/DBD/Informix/Defaults.pm written OK
esqlvrsn.h written OK
esqlinfo.h written OK

Testing whether your Informix test environment will work...
esqlc: "esqltest.ec", line 109: Warning -33036: This line does not
conform to ANSI X3.135-1989.
esqlc: "esqltest.ec", line 119: Warning -33036: This line does not
conform to ANSI X3.135-1989.
2 warning(s)
esqlc: "esqlc_v6.ec", line 62: Warning -33036: This line does not
conform to ANSI X3.135-1989.
esqlc: "esqlc_v6.ec", line 113: Warning -33036: This line does not
conform to ANSI X3.135-1989.
esqlc: "esqlc_v6.ec", line 121: Warning -33036: This line does not
conform to ANSI X3.135-1989.
esqlc: "esqlc_v6.ec", line 138: Warning -33036: This line does not
conform to ANSI X3.135-1989.
esqlc: "esqlc_v6.ec", line 143: Warning -33036: This line does not
conform to ANSI X3.135-1989.
esqlc: "esqlc_v6.ec", line 189: Warning -33036: This line does not
conform to ANSI X3.135-1989.
esqlc: "esqlc_v6.ec", line 193: Warning -33036: This line does not
conform to ANSI X3.135-1989.
esqlc: "esqlc_v6.ec", line 210: Warning -33036: This line does not
conform to ANSI X3.135-1989.
esqlc: "esqlc_v6.ec", line 215: Warning -33036: This line does not
conform to ANSI X3.135-1989.
9 warning(s)
ESQLTEST Program Running:
@(#)$Id: esqltest.ec,v 2004.1 2004/11/16 22:29:43 jleffler Exp $
       $INFORMIXDIR is set to '/opt/informix'.
       $INFORMIXSERVER is set to 'xxx'.
       $DBI_DBNAME unset - defaulting to 'stores'.
       $DBD_INFORMIX_DATABASE set to 'xxx'.
       $DBD_INFORMIX_DATABASE2 unset - defaulting to 'xxx'.
       $DBD_INFORMIX_USERNAME is set to 'xxx'.
       $DBD_INFORMIX_USERNAME2 is unset - defaulting to 'xxx'.
       $DBD_INFORMIX_PASSWORD is set.
       $DBD_INFORMIX_PASSWORD2 is unset - defaulting to $DBD_INFORMIX_PASSWORD.
Testing connection to xxx
       CONNECT TO 'xxx' with user info
Testing concurrent connection to xxx
       CONNECT TO 'xxx with user info
Your Informix environment is (probably) OK

Using DBI 1.53 (for perl 5.008008 on i386-linux-thread-multi)
installed in /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi/auto/DBI/
Writing Makefile for DBD::Informix
[EMAIL PROTECTED] DBD-Informix-2005.02]#

Reply via email to