ID: 35234 User updated by: agebosma at home dot nl Reported By: agebosma at home dot nl -Status: Feedback +Status: Open Bug Type: Compile Failure Operating System: Solaris 8 PHP Version: 4.4.1 New Comment:
After creating and reading the log it appeared that there are more problems than I first expected: http://members.home.nl/akbosma/error.log Previous Comments: ------------------------------------------------------------------------ [2005-11-16 11:00:53] [EMAIL PROTECTED] I mean the make process. `make 2>error.log` should work. ------------------------------------------------------------------------ [2005-11-16 10:53:30] agebosma at home dot nl The full error log of what? The cofiguration process or the make process? I'm not a compilation expert, does the error log get created automatically somewhere somehow? If not, how can I create on? ------------------------------------------------------------------------ [2005-11-16 10:40:41] [EMAIL PROTECTED] Please upload full error log somewhere and paste the link here. ------------------------------------------------------------------------ [2005-11-16 10:35:41] agebosma at home dot nl Description: ------------ I'm trying to compile php 4.4.1 on Solaris 8 but I'm getting the error "Command failed for target 'ext/xml/xml.lo'" during the make process. [snip] /nfs/dm11-fs22/work/training/dj365/php-4.4.1/ext/xml/xml.c:1582: `XML_Char' undeclared (first use in this function) /nfs/dm11-fs22/work/training/dj365/php-4.4.1/ext/xml/xml.c:1582: `encoded' undeclared (first use in this function) /nfs/dm11-fs22/work/training/dj365/php-4.4.1/ext/xml/xml.c: In function `zif_utf8_decode': /nfs/dm11-fs22/work/training/dj365/php-4.4.1/ext/xml/xml.c:1602: `XML_Char' undeclared (first use in this function) /nfs/dm11-fs22/work/training/dj365/php-4.4.1/ext/xml/xml.c:1602: `decoded' undeclared (first use in this function) *** Error code 1 make: Fatal error: Command failed for target 'ext/xml/xml.lo' If I look in the 'ext/xml/' folder, there's no file called 'xml.lo'. What can be the problem here? I used the following configuration with gcc 3.2.3: configure --prefix=/work/training/dg432/servsoft/php4 --with-apxs2=/work/training/dg432/servsoft/apache2/bin/apxs --with-mysql=/work/training/dg432/servsoft/mysql4 --enable-calendar --enable-ftp --with-gettext --with-iconv --with-dom=/work/training/dg432/servsoft --with-dom-xslt=/work/training/dg432/servsoft --with-gd=/work/training/dg432/servsoft --with-freetype-dir=/work/training/dg432/servsoft --with-jpeg-dir=/work/training/dg432/servsoft --with-png-dir=/work/training/dg432/servsoft --with-zlib-dir=/work/training/dg432/servsoft --enable-gd-native-ttf Except for gettext and iconv I manually compiled all packaged myself. In addition to this, I got two warnings during the configuration process: "configure: warning: You will need bison 1.28" and "configure: warning: You will need bison 1.28 if you want to regenerate the Zend parser (found 1.27)" Could this have anything to do with it? ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=35234&edit=1