On Thu, 11 Jan 2001, Victor Foitzik wrote:

>I recently tried to build Apache with a shared php 4.0.4 module and oci8
>support. I enabled dso support within apache and built php 4.0.4 with apxs
>and oci8. The apache starts up, but quits immediatly after forking the root
>process without logging any errors or giving me any hint of what's wrong.
>
>The same configuration works fine with either building php 4.0.4
>--with-apache=../bla or removing the Oracle 8 support. Platform is Debian
>Gnu Linux potato/2.2.14.
>

Did you set the environment variables before starting apache?
Check this manual page: http://www.php.net/manual/ref.oci8.php

Also, you should check that Apache is linked with phtread.
If not:

LDFLAGS=-lpthread ./configure (in apache compile configuration time).

--Jani



-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to