Michael,
I would recommend you not build PHP against Apache 2.x. It is still in
experimental mode at this time. With regards to building against the
older apaches, follow these build instructions:
1. gunzip apache_1.3.x.tar.gz
2. tar xvf apache_1.3.x.tar
3. gunzip php-x.x.x.tar.gz
4. tar xv
Hey gang.
I have successfully built PHP 4.3.1 against our older 32 bit Oracle
installation but my colleague has recently upgraded our new server to
the 64 bit version. But now if I attempt to recompile against the 64 bit
oracle libraries, the make fails.
Is there a configure switch to tell it
You were absolutely right Michael. Had another SED sitting in /usr/local
that I didn't even realize was there. My UNIX skills have atrophied.
Thanks! Works now.
:-)
Michael Mauch wrote:
Tom Tsongas <[EMAIL PROTECTED]> wrote:
I am running into a bizarre error when attempting to bu
Hi gang.
I am running into a bizarre error when attempting to build the PHP 4.3.1
package. I run the following configuration:
./configure --with-oci8=/oracle/product/9.0.1
--with-oracle=/oracle/product/9.0.1 --with-apache=../httpd-2.0.44
--enable-track-vars
I can configure ok but when I run '
. I compiled and configured PHP to load as a static
module.
Any ideas folks?
- Tom Tsongas
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi folks.
I am attempting to get php up and running with oracle and oci8 support
bundled in. My configure statement is as follows:
./configure --with-oci8=/oracle/product/8.1.7
--with-oracle=/oracle/product/8.1.7 --with-apache=../apache_1.3.20
--enable-track-vars
I ran make and then make instal