Re: PHP Apache module with PostgreSQL support

2002-09-20 Thread Jason Tishler
Andreas, On Wed, Sep 18, 2002 at 11:04:03PM +0200, Andreas wrote: It won't work with the flag -lxml. What flag should I specify instead? I don't know and wouldn't without trying it myself. Sorry, but I have helped you as much as I can. Jason -- Unsubscribe info:

Re: PHP Apache module with PostgreSQL support

2002-09-19 Thread Andreas
The error about crypt doesn't appear any more just lines complaining undefined references to the xml extension. ... It won't work with the flag -lxml. What flag should I specify instead? I don't actually know -- I'm not into PHP -- but on a guess you might try installing expat from the

Re: PHP Apache module with PostgreSQL support

2002-09-18 Thread Andreas
It doesn't work that way: ../../../CYGIN-PATCHES/mkdll.sh libsapi.la \ -L ../../../.libs -lphp4 \ /usr/bin/cyghttpd.dll /usr/bin/pq.dll [8] ^^^ One should *not* link against DLLs directly -- one should link against the

Re: PHP Apache module with PostgreSQL support

2002-09-18 Thread Jason Tishler
Andreas, On Wed, Sep 18, 2002 at 09:38:12PM +0200, Andreas wrote: I read this in (/usr/doc/Cygwin/)php-4.2.0-1.README: ../../../CYGIN-PATCHES/mkdll.sh libsapi.la \ -L ../../../.libs -lphp4 \ [addional -lfoobar ld flags] \ The above seems important.

AW: PHP Apache module with PostgreSQL support

2002-09-18 Thread Andreas
I read this in (/usr/doc/Cygwin/)php-4.2.0-1.README: ../../../CYGIN-PATCHES/mkdll.sh libsapi.la \ -L ../../../.libs -lphp4 \ [addional -lfoobar ld flags] \ The above seems important. /usr/bin/cyghttpd.dll I tried:

AW: PHP Apache module with PostgreSQL support

2002-09-17 Thread Andreas
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

Re: PHP Apache module with PostgreSQL support

2002-09-17 Thread Jason Tishler
Andreas, On Tue, Sep 17, 2002 at 01:11:47PM +0200, Andreas wrote: 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

PHP Apache module with PostgreSQL support

2002-09-07 Thread Andreas
Hello list! I downloaded the mod_php4 package and modified Apache's httpd.conf file but was not able to start Apache properly: API module structure 'php4_module' in file /usr/local/apache/libexec/libphp4.dll is garbled - perhaps this is not an Apache module DSO? After this I decided to build

Re: PHP Apache module with PostgreSQL support

2002-09-07 Thread cygwin
Redirecting to the proper mailing list. On Sat, Sep 07, 2002 at 12:34:01PM +0200, Andreas wrote: Hello list! I downloaded the mod_php4 package and modified Apache's httpd.conf file but was not able to start Apache properly: API module structure 'php4_module' in file