Re: [PHP-DB] Problem with oci8

2001-01-14 Thread Markus Fischer
On Fri, Jan 12, 2001 at 11:23:50PM +0100, Victor Foitzik wrote : > > I read in the FAQ that if MySql libs are linked with pthread, pthread > >should be removed from mysql libs to apache get started. I'm having also some problems with oracle too; can you point me to the FAQ where you rea

Re: [PHP-DB] Problem with oci8

2001-01-12 Thread Victor Foitzik
Hi Mateus, this is not really true. As you mentioned libclntsh is linked with pthread and so must be apache. first, add the oracle lib path to ld.so.conf and run ldconfig. now try the following for apache: LDFLAGS=-lpthread ./configure \ --prefix=/usr/local/apache \ --enable-mod