Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <3BCAB852.82916000@syntrex.com> Date: Mon, 15 Oct 2001 12:20:02 +0200 From: Pavel Tsekov Organization: Syntrex Inc. X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.4.2-2 i686) X-Accept-Language: en MIME-Version: 1.0 To: Joshua , cygwin AT cygwin DOT com Subject: Re: problem with include path References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Append the following command line options to the list of command line options in you makefile: -I/usr/local/include -I/usr/local/include/php This handles both include directives "#include " or "#include ". Joshua wrote: > > Hi > > I'm installing modules for apache using apxs. However, everytime I call it > it gives me a bunch of errors that it cannot find this and that .h file, all > of which are in the /usr/local/include/php dir and subdirs. Is there a path > that I should set or something? I tried adding it to my $PATH to no avail. > If I try compilig the modules using with-server=apache instead I get the > same errors in the end. cannot find zend.h, php.h, etc... > > Thanks > > Seb > > -- > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > Bug reporting: http://cygwin.com/bugs.html > Documentation: http://cygwin.com/docs.html > FAQ: http://cygwin.com/faq/ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/