--with-oracle *and* --with-oci8 ?  Pick one, don't use both of these.  You
probably want --with-oci8

Also, if your oci libs are linked against libpthreads (check with ldd) and
you are using glibc-2.1.x then you will have to recompile your Apache to
be linked against libpthreads or it just won't work.  Edit the Apache
Makefile and add -lpthreads to the LIBS line.

-Rasmus

On Fri, 2 Feb 2001, Frank Passek wrote:

> Hi all,
>
> I just downloaded php4.0.4 and tried to get it running on my linux-box
> (SUSE6.3 Distribution).
> Configuring with  ./configure --with-mysql --with-apxs --with-oracle
> --with-oci8 --with-gd
> and then making and installing worked fine, but whenever I restart
> apache with the php4-module enabled,
> it crashes with a segmentation fault.
>
> Any Ideas about this?
> Please let me know if you need further information.
>
> Thanks a lot
> Frank
>
> --
> PHP General 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]
>


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