Here is the Makefile.PL output with Perl 5.8 but the same unsatisfiing results:

C:\TEMP\DBD-DB2-1.79>perl Makefile.PL Configuring DBD::DB2... Remember to actually read the README and CAVEATS files! Using DB2 in "C:/PROGRA~1/IBM/SQLLIB" System: perl5.008008 DBI1.609 MSWin32-x86-multi-thread dl_win32.xs Compiler: cl -MD -Zi -DNDEBUG -O1 -nologo -GF -W3 -MD -Zi -DNDEBUG -O1 + -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -DNO_HASH_SEED -DUS +E_SITECUSTOMIZE -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PER +LIO -DPERL_MSVCRT_READFIX Includes: -I"C:/PROGRA~1/IBM/SQLLIB/include" -I"C:\Perl\site\lib/auto +/DBI" -I"C:\Perl\lib/auto/DBI" -I"C:\Perl\site\lib/auto/DBI" Libraries: -L"C:/PROGRA~1/IBM/SQLLIB/lib" db2cli.lib db2api.lib -L"C:/ +Programme/Microsoft Visual Studio 8/VC/LIB" -L"C:/Programme/Microsoft + Visual Studio 8/VC/PlatformSDK/lib" -L"C:/Programme/Microsoft Visual + Studio 8/SDK/v2.0/lib" -L"R:/Online-Entwicklung/SW-Architektur/Laufw +erk-i/C_LBSDB5/libnt" Checking if your kit is complete... Looks good Checking if your kit is complete... Looks good Writing Makefile for DBD::DB2::Constants Writing Makefile for DBD::DB2 C:\TEMP\DBD-DB2-1.79>

That looks fine for me, all paths are correct and the DB2 libs and incs are found.

And it came to pass that in time the Great God Om spake unto Brutha, the Chosen One: "Psst!"
(Terry Pratchett, Small Gods)


In reply to Re^4: DBD::DB2 with ActiveState Perl 5.12 on Windows by Brutha
in thread DBD::DB2 with ActiveState Perl 5.12 on Windows by Brutha

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.