http://www.perlmonks.org?node_id=809476

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

I am trying to install DBD::Informix DBD-Informix-2008.0513 with Active State Perl 5.8 under Solaris 10 and Informix 10. I have installed DBI 1.609 before. Both modules were taken straight from CPAN. I end up with the following compile error when running make.
/opt/ActivePerl-5.8/bin/perl /opt/ActivePerl-5.8/lib/ExtUtils/xsubpp +-typemap /opt/ActivePerl-5.8/lib/ExtUtils/typemap Informix.xs > Infor +mix.xsc && mv Informix.xsc Informix.c gcc -c -I/opt/informix//incl/esql -I/opt/ActivePerl-5.8/lib/auto/DBI +-I/opt/ActivePerl-5.8/site/lib/auto/DBI -I/auto/DBI -I/opt/ActivePerl +-5.8/site/lib/auto/DBI -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DUSE_ +SITECUSTOMIZE -DNO_HASH_SEED -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS= +64 -fno-strict-aliasing -pipe -O -DVERSION=\"2008.0513\" -DXS_VERSI +ON=\"2008.0513\" -fPIC "-I/opt/ActivePerl-5.8/lib/CORE" -DESQLC_VERS +ION=290 -DNDEBUG -DDO_NOT_USE_STDERR_H Informix.c Informix.xsi: In function `XS_DBD__Informix__dr_dbixs_revision': Informix.xsi:36: Fehler: »DBIXS_REVISION« nicht deklariert (erste Benu +tzung in dieser Funktion) Informix.xsi:36: Fehler: (Jeder nicht deklarierte Bezeichner wird nur +einmal aufgeführt Informix.xsi:36: Fehler: für jede Funktion in der er auftritt.) make: *** [Informix.o] Error 1
Does anyone have an idea where am I stuck? I have put the full log into my scratch pad.