Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:45204 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 89618 invoked from network); 3 Aug 2009 23:11:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Aug 2009 23:11:45 -0000 Authentication-Results: pb1.pair.com header.from=scott@macvicar.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=scott@macvicar.net; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain macvicar.net from 97.107.131.220 cause and error) X-PHP-List-Original-Sender: scott@macvicar.net X-Host-Fingerprint: 97.107.131.220 whisky.macvicar.net Linux 2.6 Received: from [97.107.131.220] ([97.107.131.220:60757] helo=whisky.macvicar.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 86/B9-43528-0BE677A4 for ; Mon, 03 Aug 2009 19:11:45 -0400 Received: from [192.168.1.105] (macvicar.demon.co.uk [80.177.111.173]) by whisky.macvicar.net (Postfix) with ESMTP id B60F63C8D31; Mon, 3 Aug 2009 19:11:41 -0400 (EDT) Cc: jani.taskinen@iki.fi, Jani Taskinen , internals@lists.php.net Message-ID: <78783925-DBA9-4CCB-82FA-EE1FEDBFAFAF@macvicar.net> To: daniel@zoltak.com In-Reply-To: <20090804090801.lrzx1jiw74skgs8g@webmail.zoltak.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v935.3) Date: Tue, 4 Aug 2009 00:11:41 +0100 References: <20090731101017.jcs6fiyk0sg4gcok@webmail.zoltak.com> <4A72A254.8030808@sci.fi> <4A7545C4.60202@zoltak.com> <4A75A950.6030701@sci.fi> <4A760126.9070002@lerdorf.com> <4A76199F.9040701@sci.fi> <20090803145207.l09o05kib4ow8448@webmail.zoltak.com> <4A76993F.5000401@sci.fi> <20090803215255.0vh3a3gif4wk8o0w@webmail.zoltak.com> <4A76D3DB.4040106@sci.fi> <20090803221910.mmhi8jy20o48gc00@webmail.zoltak.com> <4A76D997.5090008@sci.fi> <20090804090801.lrzx1jiw74skgs8g@webmail.zoltak.com> X-Mailer: Apple Mail (2.935.3) Subject: Re: [PHP-DEV] fopen_wrappers.c DOCUMENT_ROOT .htaccess error From: scott@macvicar.net (Scott MacVicar) On 4 Aug 2009, at 00:08, daniel@zoltak.com wrote: > Quoting Jani Taskinen : >> 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 > 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