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.

In reply to DBD-Informix Installation by weismat

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.