On Thu, Jan 11, 2001 at 03:47:47AM +0100, 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.

        You have to compile php4 with '--with-pthreads' (or
something like, don't remember exactly) and recompile apache with

LDFLAGS=-lpthread ./configure <your normal configure file>

If you need assistant with creating those changes from the
current potato packages (using dpkg-buildpackage is much more
cooler as you don't rotten your debian with source-installations)
just drop me a note.

m.

-- 
Markus Fischer,  http://josefine.ben.tuwien.ac.at/~mfischer/
EMail:         [EMAIL PROTECTED]
PGP Public  Key: http://josefine.ben.tuwien.ac.at/~mfischer/C2272BD0.asc
PGP Fingerprint: D3B0 DD4F E12B F911 3CE1  C2B5 D674 B445 C227 2BD0

-- 
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