the bugs seems to be in
 $EQ = "INFORMIXC='$Config{perlpath} esqlcc' ESQLCC='$Config{cc}' $esql";

 i try to change in

 $EQ = "INFORMIXC='/usr/bin/perl' \npg='pg'
 /usr/local/src/CPAN/DBD-Informix-2003.04/esqlcc /usr/bin/gcc
 /opt/informix/bin/esql";

and these is error message

 cc: /usr/bin/gcc: linker input file unused because linking not done
 cc: /opt/informix/bin/esql: linker input file unused because linking not
 done
 cc: esqltest.ec: linker input file unused because linking not done
 cc: /usr/bin/gcc: linker input file unused because linking not done
 cc: /opt/informix/bin/esql: linker input file unused because linking not
 done
 cc: esqlc_v6.ec: linker input file unused because linking not done
 cc: esqltestub: No such file or directory
 cc: esqlc_v6ub: No such file or directory
 Failed to link test program esqltest

 any suggestions ?

 i walk in the dark.......:-(

 Marco


> ----- Original Message ----- 
> From: "Marco Avvisano" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>
> Sent: Friday, October 08, 2004 10:30 AM
> Subject: DBD::Informix A configuration failure
>
>
>
>
>
> I have problem to install DBD Informix module on Red Hat Enterprise Linux
ES
> release 3
>
>
> #####
> perl Makefile.PL
>
> Configuring IBM Informix Database Driver for Perl Version 2003.04
> (2003-03-05) (aka DBD::Informix)
>         You are using DBI version 1.45 and Perl version 5.008
> Remember to actually read the README file!
>
> Perl:     perl5.008 i386-linux-thread-multi dl_dlopen.xs
> System:   linux tweet
> Compiler:
>
gcc -O2 -g -pi -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBUGGING -f
>
no-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_B
> ITS=64 -I/usr/include/gdbm
>
> Using IBM Informix CSDK Version 2.81, IBM Informix-ESQL Version 9.53.UC2X5
> 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
>
>
> Gosh!  Perl doesn't think your compiler handles prototypes.
> Well, even though I don't believe it, we'll take Perl's word
> for it and we won't try to force them into use.  Don't you
> need to upgrade your compiler?  If you run into compilation
> problems with the test program, you will need to revisit this
> issue.
> Testing whether your Informix test environment will work...
> sh: -c: line 2: unexpected EOF while looking for matching `''
> sh: -c: line 3: syntax error: unexpected end of file
> Failed to compile esqltest.ec to esqltestub
>
> ########
>
> any suggestions ?
>
> thanks for help
>
> Marco
>

Reply via email to