Re: php and LFS

2014-05-14 Thread Elan Ruusamäe
On 14.05.2014 21:20, Elan Ruusamäe wrote: On 14.05.2014 16:47, Jakub Bogusz wrote: On Wed, May 14, 2014 at 02:43:23PM +0300, Elan Ruusamäe wrote: but, i do see -D_GNU_SOURCE -D_LARGEFILE64_SOURCE in build logs... ideas? _LARGEFILE64_SOURCE enables 64-bit file API, but with separate names. To g

Re: php and LFS

2014-05-14 Thread Elan Ruusamäe
On 14.05.2014 16:47, Jakub Bogusz wrote: On Wed, May 14, 2014 at 02:43:23PM +0300, Elan Ruusamäe wrote: 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/P

Re: php and LFS

2014-05-14 Thread Jakub Bogusz
On Wed, May 14, 2014 at 02:43:23PM +0300, Elan Ruusamäe wrote: > 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

php and LFS

2014-05-14 Thread Elan Ruusamäe
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("/u