I wanted to upgrade PHP from 5.5.13 to 5.5.17, but it won't complete:
This is on FreeBSD, and I have the exact same version installed from ports (with the exact same modules). This builds just fine.
The same happens for the original version 5.5.13 as well as for 5.6.0 and 5.6.1, ergo no PHP at all now. Please advise.
edit: 5.5.12 does build with the same settings.
edit2: 5.5.16 also builds, but not 5.5.14.
So:
Builds correctly: 5.5.12, 5.5.16
Doesn't build: 5.5.13. 5.5.14, 5.5.17, 5.6.0, 5.6.1 (same error)
Code:
ext/mysqlnd/mysqlnd_ps_codec.o(.text+0x9cc): In function `ps_fetch_float':
/usr/local/lsws/phpbuild/php-5.5.17/ext/mysqlnd/mysqlnd_ps_codec.c:223: undefined reference to `__extendsfsd'
ext/mysqlnd/mysqlnd_ps_codec.o(.text+0x9d1):/usr/local/lsws/phpbuild/php-5.5.17/ext/mysqlnd/mysqlnd_ps_codec.c:223: undefined reference to `__extendsddf'
*** Error code 1
Stop in /usr/local/lsws/phpbuild/php-5.5.17.
The same happens for the original version 5.5.13 as well as for 5.6.0 and 5.6.1, ergo no PHP at all now. Please advise.
edit: 5.5.12 does build with the same settings.
edit2: 5.5.16 also builds, but not 5.5.14.
So:
Builds correctly: 5.5.12, 5.5.16
Doesn't build: 5.5.13. 5.5.14, 5.5.17, 5.6.0, 5.6.1 (same error)
Last edited: