Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:57255 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 33037 invoked from network); 6 Jan 2012 17:06:22 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Jan 2012 17:06:22 -0000 Authentication-Results: pb1.pair.com smtp.mail=svanpoeck@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=svanpoeck@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.170 as permitted sender) X-PHP-List-Original-Sender: svanpoeck@gmail.com X-Host-Fingerprint: 209.85.212.170 mail-wi0-f170.google.com Received: from [209.85.212.170] ([209.85.212.170:35922] helo=mail-wi0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FB/C7-21551-D0A270F4 for ; Fri, 06 Jan 2012 12:06:22 -0500 Received: by wicr5 with SMTP id r5so1473395wic.29 for ; Fri, 06 Jan 2012 09:06:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=eGVXP9+ZiGGXcjWcJmdZiX0YJsEvL5vF7J9FDrXjaao=; b=cOSNy+Lvm5wSdfxzCs+XCoilk32dB/vycKV6ydiAwdSWvyjwyVLrITRgmHDzvmdRYz h7il3F4kIEM6ovgFh64Ahd5wUZWGbqkYUS3mzNBpyfzQOfAMu0q2ycdL/dKdoLO4Bloe bYYkq2BEhc4nh84HHlpZDnxdeg4okycWGSFGs= Received: by 10.181.12.43 with SMTP id en11mr12810637wid.6.1325869578844; Fri, 06 Jan 2012 09:06:18 -0800 (PST) Received: from [192.168.0.31] (per92-15-83-156-236-170.fbx.proxad.net. [83.156.236.170]) by mx.google.com with ESMTPS id ei9sm149016826wid.0.2012.01.06.09.06.17 (version=SSLv3 cipher=OTHER); Fri, 06 Jan 2012 09:06:17 -0800 (PST) Message-ID: <4F072A08.3040601@gmail.com> Date: Fri, 06 Jan 2012 18:06:16 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:8.0) Gecko/20111124 Thunderbird/8.0 MIME-Version: 1.0 To: internals Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: PHP 5.4RC4 does not compile From: svanpoeck@gmail.com (Steven VAN POECK) Hi, I may be doing this wrong, but on a fresh Debian 6.03 install on a VMWare VM (VMWare tools installed, build-essential installed), the php5.4 rc4 tarball from snaps.php.net (php5.4-201201041830.tar.gz) does not compile. Here's what I did: tar xvzf php5.4-201201041830.tar.gz cd php5.4-201201041830 ./configure make And here's what it says: /bin/bash /home/steven/php5.4-201201041830/libtool --silent --preserve-dup-deps --mode=compile cc -IZend/ -I/home/steven/php5.4-201201041830/Zend/ -DPHP_ATOM_INC -I/home/steven/php5.4-201201041830/include -I/home/steven/php5.4-201201041830/main -I/home/steven/php5.4-201201041830 -I/home/steven/php5.4-201201041830/ext/date/lib -I/home/steven/php5.4-201201041830/ext/ereg/regex -I/usr/include/libxml2 -I/home/steven/php5.4-201201041830/ext/sqlite3/libsqlite -I/home/steven/php5.4-201201041830/TSRM -I/home/steven/php5.4-201201041830/Zend -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -c /home/steven/php5.4-201201041830/Zend/zend_ini_parser.c -o Zend/zend_ini_parser.lo cc: /home/steven/php5.4-201201041830/Zend/zend_ini_parser.c: No such file or directory cc: no input files make: *** [Zend/zend_ini_parser.lo] Error 1 I'll be happy to provide any information you may need. Best regards, keep up the good work, Steven