Subject: | libpq Makefile.PL (non)problem on Strawberry. |
This is a possible Makefile.PL bug in 2.5.1 (and earlier versions).
Trying to install DBD::Pg using Strawberry 5.10, with
postgres 8.1.3, we got stuck at the early perl Makefile.PL
phase. We got a complaint about libpq not being present,
even though we were positive that it was right there
where Makefile.PL claimed it couldn't be found. We
commented out the unlink line and continued. All tests
passed except some in t/04misc.t (which may or may not have
been related to the libpq business). We ignored those
failures, too. It seems to be running fine now.