| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| 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 <brian AT dessent DOT net> |
| Organization: | My own little world... |
| MIME-Version: | 1.0 |
| To: | cygwin AT cygwin DOT com |
| Subject: | Re: Change path for php |
| References: | <JPEEIGLEIELIFAGHACKDAEKICBAA DOT mirko DOT tebaldi AT libero DOT it> |
| 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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |