Seems as if nobody has a clue about my problem. I've tried the hints by anonymous monk without any success. | [reply] |
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).
| [reply] |
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.
| [reply] |
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.
| [reply] |