[PHP-INST] Re: PHP make failure...

2003-04-01 Thread Tom Tsongas
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

[PHP-INST] Compiling against 64 bit Oracle

2003-03-31 Thread Tom Tsongas
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

[PHP-INST] Re: Output line too long error?

2003-03-25 Thread Tom Tsongas
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

[PHP-INST] Output line too long error?

2003-03-25 Thread Tom Tsongas
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 '

[PHP-INST] File Download instead of script execution

2003-03-24 Thread Tom Tsongas
. 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

[PHP-INST] oci8 support not functioning

2001-08-06 Thread Tom Tsongas
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