php and LFS
Elan Ruusamäe
glen at pld-linux.org
Wed May 14 13:43:23 CEST 2014
seems our 32bit php is built without largefile support.
➔ php53 -r
'var_dump(stat("/usr/share/pear/PEAR/Installer/Role/Common.php"));'
PHP Warning: stat(): stat failed for
/usr/share/pear/PEAR/Installer/Role/Common.php in Command line code on
line 1
bool(false)
➔ php55 -r
'var_dump(stat("/usr/share/pear/PEAR/Installer/Role/Common.php"));'
PHP Warning: stat(): stat failed for
/usr/share/pear/PEAR/Installer/Role/Common.php in Command line code on
line 1
bool(false)
➔ ls -ldi /usr/share/pear/PEAR/Installer/Role/Common.php
4306713209 -rw-r--r-- 1 root root 6299 Aug 26 2012
/usr/share/pear/PEAR/Installer/Role/Common.php
but, i do see -D_GNU_SOURCE -D_LARGEFILE64_SOURCE in build logs... ideas?
--
glen
More information about the pld-devel-en
mailing list