Atur Shah schrieb am 2001-08-25, 8:55:

>
>Hi,
>
>I am facing some errors on trying to installing PHP on fresh cygwin.
>
>Error while trying to buildconf PHP on cygwin..
>
>cygwin$ cd /usr/src/php-4.0.6
>cygwin$ ./buildconf
>buildconf: checking installation...
>buildconf: autoconf version 2.13 (ok)
>buildconf: automake not found.
>           You need automake version 1.4 or newer installed
>           to build PHP from CVS.

You need autoconf installed. Autoconf needs perl.
First line in autoconf need to point to the perl interpreter:
        #!/usr/bin/perl
or      #!/bin/perl

Gerrit


-- 
=^..^=

--
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/

Reply via email to