Hi,
I can't seem to make the DBD::Pg Postgres driver to work on ActiveState Perl 5.8.8.817 w/ Win2k
I'm using Perl at work and I can't change much of the environment: I have to make do with a Windows 2000 professional (yes, that's a pretty old OS ... but I have nothing else).
I have installed (a couple of years ago) ActiveState Perl 5.8.8.817 and I am generally satisfied with it but I can upgrade this if required.
I can't access ActiveState package repository via ppm though (firewall settings I don't control). And I can't build from C / C++ sources, so I've downloaded DBI 1.59 as well as DBD::Pg as ActiveState packages from uwinnipeg.ca and installed them both from a local (hard drive) repository using ppm.
DBI seems to be working, I can list available drivers (it lists the Postgresql driver), but when I try to do a DBI->connect my perl script causes an address violation and crashes.

Thanks for your suggestions
Sorin

In reply to DBD-Pg.dll crashes on Win2K w/ ActiveState 5.8 by scr53005

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.