Hi,
building php 5.4 creates errors:
i-MSCP Git 1.3.x
Build: Nicht verfügbar
Codename: Horner
OS: Ubuntu 16.04LTS
php5.4:
Code
- /var/www/imscp/gui/plugins/PhpSwitcher/PhpCompiler/Makefile:290: recipe for target 'build-5.4-stamp' failed
- [FATAL] main::make: An error occurred while executing `install` make target for php-5.4.45: make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule.
- aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
- configure: WARNING: bison versions supported for regeneration of the Zend/PHP parsers: 1.28 1.35 1.75 1.875 2.0 2.1 2.2 2.3 2.4 2.4.1 2.4.2 2.4.3 2.5 2.5.1 2.6 2.6.1 2.6.2 2.6.4 (found: 3.0).
- ../configure: line 5413: test: too many arguments
- configure: WARNING: recode extension can not be used together with: imap
- configure: WARNING: bison versions supported for regeneration of the Zend/PHP parsers: 1.28 1.35 1.75 1.875 2.0 2.1 2.2 2.3 2.4 2.4.1 2.4.2 2.4.3 2.5 2.5.1 2.6 2.6.1 2.6.2 2.6.4 (found: none).
- /usr/local/src/phpswitcher/php-5.4.45/ext/gd/gd.c: In function ‘zm_info_gd’:
- /usr/local/src/phpswitcher/php-5.4.45/ext/gd/gd.c:1337:36: warning: implicit declaration of function ‘XpmLibraryVersion’ [-Wimplicit-function-declaration]
- snprintf(tmp, sizeof(tmp), "%d", XpmLibraryVersion());
- ^
- /usr/local/src/phpswitcher/php-5.4.45/ext/gd/gd.c: In function ‘zif_imageloadfont’:
- /usr/local/src/phpswitcher/php-5.4.45/ext/gd/gd.c:1548:6: warning: implicit declaration of function ‘overflow2’ [-Wimplicit-function-declaration]
- if (overflow2(font->nchars, font->h)) {
- ^
- /usr/local/src/phpswitcher/php-5.4.45/ext/gd/libgd/webpimg.c: In function ‘VPXEncode’:
- /usr/local/src/phpswitcher/php-5.4.45/ext/gd/libgd/webpimg.c:709:24: error: ‘IMG_FMT_I420’ undeclared (first use in this function)
- vpx_img_wrap(&img, IMG_FMT_I420,
- ^
- /usr/local/src/phpswitcher/php-5.4.45/ext/gd/libgd/webpimg.c:709:24: note: each undeclared identifier is reported only once for each function it appears in
- /usr/local/src/phpswitcher/php-5.4.45/ext/gd/libgd/webpimg.c:711:16: error: ‘PLANE_Y’ undeclared (first use in this function)
- img.planes[PLANE_Y] = (uint8*)(Y);
- ^
- /usr/local/src/phpswitcher/php-5.4.45/ext/gd/libgd/webpimg.c:712:16: error: ‘PLANE_U’ undeclared (first use in this function)
- img.planes[PLANE_U] = (uint8*)(U);
- ^
- /usr/local/src/phpswitcher/php-5.4.45/ext/gd/libgd/webpimg.c:713:16: error: ‘PLANE_V’ undeclared (first use in this function)
- img.planes[PLANE_V] = (uint8*)(V);
- ^
- make[1]: *** [ext/gd/libgd/webpimg.lo] Error 1
- make[1]: *** Waiting for unfinished jobs....
- make: *** [build-5.4-stamp] Error 2