RE: PostgreSQL, Apache and PHP

2003-06-12 Thread Marcio Lima
Hi Ralf, I have the same problem that Steve. After you recompile cygwin php release a "libphp4.so" shared library was created and the Apache will access it using the LoadModule at "httpd.conf" file. I have no tools to compile Apache. Do you have the "libphp4.so" file? If yes, can you send me? Than

Re: PostgreSQL, Apache and PHP

2002-11-15 Thread Stipe Tolj
> > Did you compile it on your own from a official source tree or > > recompiled the cygwin patched tree that is included in the distro? > > > The second. so I guess there are some recent changes in the postgresql packages that break my (old) php build?! Anyway, I'm anyway preparing for a new rel

RE: PostgreSQL, Apache and PHP

2002-11-15 Thread Ralf Habacker
If s, than I will release a patched binutil > what means "recompiled" cygwin php release?! > > Did you compile it on your own from a official source tree or > recompiled the cygwin patched tree that is included in the distro? > The second. Regards Ralf -- Unsubscribe info: http://cygwin.com

Re: PostgreSQL, Apache and PHP

2002-11-15 Thread Stipe Tolj
Ralf Habacker schrieb: > > > > before you are able to use php scripts which connect to a pgsql DB (of > > > course phpPgAdmin will do so) it is necessary to configure this module with > > > the appropriate flag (--with-pgsql) plus recompilation. > > > > this has been done for the php-4.2.0-1 relea

RE: PostgreSQL, Apache and PHP

2002-11-14 Thread Ralf Habacker
> > before you are able to use php scripts which connect to a pgsql DB (of > > course phpPgAdmin will do so) it is necessary to configure this module with > > the appropriate flag (--with-pgsql) plus recompilation. > > this has been done for the php-4.2.0-1 release. PostgreSQL should be > supporte

Re: PostgreSQL, Apache and PHP

2002-11-14 Thread Stipe Tolj
> before you are able to use php scripts which connect to a pgsql DB (of > course phpPgAdmin will do so) it is necessary to configure this module with > the appropriate flag (--with-pgsql) plus recompilation. this has been done for the php-4.2.0-1 release. PostgreSQL should be supported by PHP, ev

RE: PostgreSQL, Apache and PHP

2002-11-14 Thread Andreas
Hi Steve, before you are able to use php scripts which connect to a pgsql DB (of course phpPgAdmin will do so) it is necessary to configure this module with the appropriate flag (--with-pgsql) plus recompilation. Indeed I struggled around with this topic a while ago. Unfortunately I run in to man