> > Step [5] breaks with: > > ... > > checking for PostgreSQL support... yes > > configure: error: Cannot find libpq.so. Please specify correct > PostgreSQL installation path > > My WAG (without checking the source) is that you will need to patch > configure.in to deal with the Cygwin platform.
Thank you! I applied a patch with step [2]: patch -p0 < php-X-Y/CYGWIN-PATCHES/php-4.2.0-1.patch [2] Is this something different? (I did the similar with pgsql before I installed pgsql from source.) The output of the above line is: ... patching file 'php-4.2.0-1/ext/pgsql/config.m4 ... libpq.so is mentioned in the config.m4. Could you explain what should be patched in the configure.in script, please? Andreas -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/