1. After attempting to install using:
./configure --with-oci8 --enable-sigchild
2. I restarted my apache web server and tested php. The page was blank.
3. Next, I tried this:
./configure --with-oci8 --enable-sigchild --with-apache=/usr/include/apache
I then get this error: unable to find httpd.h (httpd.h was definitely in that directory)
4. Searched on google finding recommendation to use source directory instead of /usr/include/apache.
5. Did "find /* -name http*" and "find /* -name apache*" and any directories that looked like fair game, I plugged into the configure statement - nothing worked same error, unable to find httpd.h. Does Red Hat rpm-style packages have source directories?
I don't know what to try next. Just venting - but I just hope once I get through the install that php is more friendly than the php-install. There is a pile of my hair on the floor beside me :-) !
From: "From Laura" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
CC: [EMAIL PROTECTED]
Subject: Re: [PHP-INST] PHP with OCI8 (oracle option) install problem
Date: Sun, 01 Dec 2002 17:05:48 -0500
Thanks! that worked but it needed the following modification:
./configure --with-oci8 --enable-sigchild
Well, at least I got a successful install. Now I'll see if I can connect to a database!
From: John Coder <[EMAIL PROTECTED]>
To: From Laura <[EMAIL PROTECTED]>
CC: [EMAIL PROTECTED]
Subject: Re: [PHP-INST] PHP with OCI8 (oracle option) install problem
Date: 30 Nov 2002 21:12:21 -0500
On Sat, 2002-11-30 at 19:35, From Laura wrote:
> Hello,
>
> I am trying to install the latest version of php. I got errors on the
> ./configure --with-oci8=/my/oracle/home/directory. I have the following
> setup:
> Oracle 8.1.7 for linux
> Apache: 1.3.20-16
> red hat 7.2
You might try
./configure --with-oci8
drop the home directory if you're using php-4.3.0RC2
it seems it comes bundled with supporet for oci8
John Coder
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
_________________________________________________________________
The new MSN 8: advanced junk mail protection and 2 months FREE* http://join.msn.com/?page=features/junkmail
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
_________________________________________________________________
Add photos to your messages with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php