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
I'm using Ubuntu 11.10 (i686) and same problem in zend_ini_parser.c.
As far I remember, RC3 worked fine here.
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
makeAnd 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 1I'll be happy to provide any information you may need.
Best regards, keep up the good work,
Steven--
--
Atenciosamente,
Rafael Kassner
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.
Can you still reproduce it with RC5?
I can't see any problems here both with and without bison installed
(which is used to generate this file from zend_ini_parser.y).
--
Wbr,
Antony Dovgal
http://pinba.org - realtime profiling for PHP
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.Can you still reproduce it with RC5?
I can't see any problems here both with and without bison installed
(which is used to generate this file from zend_ini_parser.y).
It's ok using RC5, thanks.
Steven
Hi:
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
This issue is popping up while trying to compile the latest snapshot,
php5.4-201201041830, on test.pear.php.net (Debian 6.0.3) using the
instructions I put together at https://wiki.php.net/systems/sgrv1.
FYI, there's a ticket regarding this from November
https://bugs.php.net/bug.php?id=60172
Any ideas, please?
Thanks,
--Dan
--
T H E A N A L Y S I S A N D S O L U T I O N S C O M P A N Y
data intensive web and database programming
http://www.AnalysisAndSolutions.com/
4015 7th Ave #4, Brooklyn NY 11232 v: 718-854-0335 f: 718-854-0409
Hi Again:
This issue is popping up while trying to compile the latest snapshot,
php5.4-201201041830, on test.pear.php.net (Debian 6.0.3) using the
instructions I put together at https://wiki.php.net/systems/sgrv1.
Oh, as Remi pointed out in another thread, this "latest" snapshot is out
of date. Building from SVN asked for bison to be installed. Doing so
got the build to work.
Thanks,
--Dan
--
T H E A N A L Y S I S A N D S O L U T I O N S C O M P A N Y
data intensive web and database programming
http://www.AnalysisAndSolutions.com/
4015 7th Ave #4, Brooklyn NY 11232 v: 718-854-0335 f: 718-854-0409