On Sun, 2002-12-01 at 19:06, From Laura wrote:
> Hi all, more on my install woes:
> 
> 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 :-)  !
> 
Search for src packages of Red Hat apache rpm. What I've done in the
past is install them in /usr/src/packages (mind you this is for SuSE not
RedHat) and then either link or copy all the headers, *.h, files where
you want them to be. 

John Coder


-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to