Re: Apache and php3

1999-05-04 Thread Samuel Tardieu
On  4/05, Gergely Madarasz wrote:

| It starts for me ok, but there is another problem with php3-pgsql:
| it seems to be statically linked against libpq.

Thanks for trying. I don't understand why it does this for me, I guess
apache has been compiled against an old libc while php3 has been compiled
against a new libc, which may explain the problem.

I'm rebuilding apache with my current libc to see how it behaves.


Re: Apache and php3

1999-05-04 Thread Gergely Madarasz
On Tue, 4 May 1999, Samuel Tardieu wrote:

> On  4/05, Samuel Tardieu wrote:
> | I'd be interested if someone could try to reproduce my problem: on a Sparc,
> | install apache and php3 (that's a module), and try to run a server with
> | this module enabled.
> | 
> | My apache refuses to start when this module is enabled in httpd.conf,
> | but will restart if I enable this module after Apache has been started
> | (apachectl restart). Quite odd...
> 
> One thing I forgot: php3-pgsql is installed too.

It starts for me ok, but there is another problem with php3-pgsql:
it seems to be statically linked against libpq.

-- 
Madarasz Gergely   [EMAIL PROTECTED] [EMAIL PROTECTED]
  It's practically impossible to look at a penguin and feel angry.
  Egy pingvinre gyakorlatilag lehetetlen haragosan nezni.
HuLUG: http://mlf.linux.rulez.org/


Re: Apache and php3

1999-05-04 Thread Samuel Tardieu
On  4/05, Samuel Tardieu wrote:
| I'd be interested if someone could try to reproduce my problem: on a Sparc,
| install apache and php3 (that's a module), and try to run a server with
| this module enabled.
| 
| My apache refuses to start when this module is enabled in httpd.conf,
| but will restart if I enable this module after Apache has been started
| (apachectl restart). Quite odd...

One thing I forgot: php3-pgsql is installed too.