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


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

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).

Replies are listed 'Best First'.
Re^4: Trouble installing DBD::Pg
by frankdew (Initiate) on Aug 25, 2009 at 17:07 UTC
    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.