in reply to Re: Trouble installing DBD::Pg
in thread Trouble installing DBD::Pg

Seems as if nobody has a clue about my problem. I've tried the hints by anonymous monk without any success.

Replies are listed 'Best First'.
Re^3: Trouble installing DBD::Pg
by Anonymous Monk on Aug 24, 2009 at 14:26 UTC
    The error message is the clue. You've got conflicting mismatching files. Either get rid of them (delete/overwrite), or install to a different location, or call the right perl binary ($PATH), or sanitize your environment variables (PERLLIB/PERL5LIB).
      Thanks for your reply. You give my very good advice. Nevertheless, it doesn't answer my question. My question was: "Why does it works on the second run of the script?". Thats what I'm trying to figure out.
Re^3: Trouble installing DBD::Pg
by Anonymous Monk on Oct 09, 2009 at 16:53 UTC
    i have same problem when installing DBD::Pg 2.15.1 after uninstalling dbi package (on ubuntu), i try to install DBI latest version from cpan and reinstall DBD::Pg again using cpan. now the problem solve. so, i think the problem is unmatched the DBI version.