Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <41392321.DF30F02E@dessent.net> Date: Fri, 03 Sep 2004 19:06:25 -0700 From: Brian Dessent Organization: My own little world... MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Change path for php References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com "Mirko Tebaldi (Indirizzo Pubblico)" wrote: > in /etc/profile i indicate PATH as : > > PATH="cygdrive/c/php4/cli:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:$PATH" > > it is correct ? so why configure doesn't find it !? If that is the actual line you are using and not a typo then it would seem you are missing the leading / in front of cygdrive. The way you've got it above is specifying a relative path, you want instead "/cygdrive/c/..." You should be able to verify that there is a PHP in the path by typing "type php" or "which php" from your shell prompt before running configure. Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/