From: Claus L. <cl...@co...> - 2005-11-16 08:03:16
|
Trying to get the php-java-bridge running on a Dual Opteron with SUSE 9.3 with PHP5. THIS IS THE PROBLEM: phpize && ./configure --disable-servlet --with-java=/usr/java/jre1.5.0_05 && make CFLAGS="-m64" Configuring for: PHP Api Version: 20031224 Zend Module Api No: 20041030 Zend Extension Api No: 220040412 configure.in:9: warning: underquoted definition of PHP_WITH_PHP_CONFIG ... ... /home/administrator/download/php-java-bridge-2.0.8/php_java_snprintf.c: In function `java_conv_fp': /home/administrator/download/php-java-bridge-2.0.8/php_java_snprintf.c:218: error: `_ISalpha' undeclared (first use in this function) /home/administrator/download/php-java-bridge-2.0.8/php_java_snprintf.c: In function `format_converter': /home/administrator/download/php-java-bridge-2.0.8/php_java_snprintf.c:641: error: `_ISlower' undeclared (first use in this function) /home/administrator/download/php-java-bridge-2.0.8/php_java_snprintf.c:663: error: `_ISdigit' undeclared (first use in this function) /home/administrator/download/php-java-bridge-2.0.8/php_java_snprintf.c:1085: error: `E_ERROR' undeclared (first use in this function) /home/administrator/download/php-java-bridge-2.0.8/php_java_snprintf.c: At top level: /home/administrator/download/php-java-bridge-2.0.8/php_java.h:53: warning: array `java_class_functions' assumed to have one element make: *** [php_java_snprintf.lo] Error 1 All output can be seen here: http://enterprise.unlimited.dk/claus/bridge-install.txt Any suggestions before I start to look into the code? Thanks. Claus Larsen Cofman.com (e) cl...@co... (w) http://www.cofman.com |