Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:45203 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 87589 invoked from network); 3 Aug 2009 23:08:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Aug 2009 23:08:15 -0000 Authentication-Results: pb1.pair.com smtp.mail=daniel@zoltak.com; spf=permerror; sender-id=softfail Authentication-Results: pb1.pair.com header.from=daniel@zoltak.com; sender-id=softfail Received-SPF: error (pb1.pair.com: domain zoltak.com from 203.16.214.57 cause and error) X-PHP-List-Original-Sender: daniel@zoltak.com X-Host-Fingerprint: 203.16.214.57 ipmail04.adl2.internode.on.net Received: from [203.16.214.57] ([203.16.214.57:33998] helo=ipmail04.adl2.internode.on.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 53/39-43528-9DD677A4 for ; Mon, 03 Aug 2009 19:08:15 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AqYCAJMId0qWZZo2/2dsb2JhbACBUpdWuheEGAWBSg X-IronPort-AV: E=Sophos;i="4.43,317,1246804200"; d="scan'208";a="427000442" Received: from ppp154-54.static.internode.on.net (HELO zoltak.com) ([150.101.154.54]) by ipmail04.adl2.internode.on.net with SMTP; 04 Aug 2009 08:38:05 +0930 Received: (qmail 25310 invoked from network); 3 Aug 2009 23:08:01 -0000 Received: from unknown (HELO localhost) (127.0.0.1) by 127.0.0.1 with SMTP; 3 Aug 2009 23:08:01 -0000 Received: from myob.com.au (myob.com.au [203.34.100.2]) by webmail.zoltak.com (Horde MIME library) with HTTP; Tue, 04 Aug 2009 09:08:01 +1000 Message-ID: <20090804090801.lrzx1jiw74skgs8g@webmail.zoltak.com> Date: Tue, 04 Aug 2009 09:08:01 +1000 To: jani.taskinen@iki.fi, Jani Taskinen Cc: internals@lists.php.net 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> In-Reply-To: <4A76D997.5090008@sci.fi> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.1.6) Subject: Re: [PHP-DEV] fopen_wrappers.c DOCUMENT_ROOT .htaccess error From: daniel@zoltak.com 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 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?