On 4 Aug 2009, at 00:08, dan...@zoltak.com wrote:

Quoting Jani Taskinen <jani.taski...@sci.fi>:
Yes. You shouldn't really do it like that. Unpack it in separate
directory. And build outside the sources:

# 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

I've tried to compile from SVN and recieved the following error:

configure: error: Found invalid flex version: 2.5.33. Supported flex versions are: 2.5.4.

Is there a simple fix for this?


The fix is very very simple, you just Install flex 2.5.4.

Scott

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

Reply via email to