dan...@zoltak.com wrote:
> Quoting Jani Taskinen <jani.taski...@sci.fi>:
>> # tar zxfv php5.2-xxxxx.tar.gz
>> # mkdir php_5_2
>> # cd php_5_2
>> # ../php5.2-xxxxx/configure --disable-all --enable-debug <and the rest
>> of relevant options here>
>> # make
>> # make install
> 
> Well I have flex-2.5.4 installed. Not sure why it requires this version
> when the release versions work with flex-2.5.3x?

The release tarballs come with a pre-built scanner built using
flex-2.5.4.  You don't even need flex installed to build from the
release tarballs.  It is only developers who run buildconf from the svn
checkout that needs to have the right tools installed.

-Rasmus

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to