From: jhauraw at hotmail dot com Operating system: Redhat Linux 9 PHP version: 5.0.0b3 (beta3) PHP Bug Type: Compile Failure Bug description: Openssl parse failure
Description: ------------ During the make command, compile fails with Openssl. I have Openssl 0.97c Sept 2003. Reproduce code: --------------- [EMAIL PROTECTED] php-5.0.0b3]# make Expected result: ---------------- PHP 5 ready for make install! Actual result: -------------- [EMAIL PROTECTED] php-5.0.0b3]# make /bin/sh /tmp/php-5.0.0b3/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/openssl/ -I/tmp/php-5.0.0b3/ext/openssl/ -DPHP_ATOM_INC -I/tmp/php-5.0.0b3/include -I/tmp/php-5.0.0b3/main -I/tmp/php-5.0.0b3 -I/tmp/php-5.0.0b3/Zend -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/mysql/include -I/tmp/php-5.0.0b3/TSRM -g -O2 -prefer-pic -c /tmp/php-5.0.0b3/ext/openssl/openssl.c -o ext/openssl/openssl.lo In file included from /usr/include/openssl/ssl.h:179, from /tmp/php-5.0.0b3/ext/openssl/openssl.c:44: /usr/include/openssl/kssl.h:72:18: krb5.h: No such file or directory In file included from /usr/include/openssl/ssl.h:179, from /tmp/php-5.0.0b3/ext/openssl/openssl.c:44: /usr/include/openssl/kssl.h:134: parse error before "krb5_enctype" /usr/include/openssl/kssl.h:136: parse error before '*' token /usr/include/openssl/kssl.h:137: parse error before '}' token /usr/include/openssl/kssl.h:149: parse error before "kssl_ctx_setstring" /usr/include/openssl/kssl.h:149: parse error before '*' token /usr/include/openssl/kssl.h:150: parse error before '*' token /usr/include/openssl/kssl.h:151: parse error before '*' token /usr/include/openssl/kssl.h:151: parse error before '*' token /usr/include/openssl/kssl.h:152: parse error before '*' token /usr/include/openssl/kssl.h:153: parse error before "kssl_ctx_setprinc" /usr/include/openssl/kssl.h:153: parse error before '*' token /usr/include/openssl/kssl.h:155: parse error before "kssl_cget_tkt" /usr/include/openssl/kssl.h:155: parse error before '*' token /usr/include/openssl/kssl.h:157: parse error before "kssl_sget_tkt" /usr/include/openssl/kssl.h:157: parse error before '*' token /usr/include/openssl/kssl.h:159: parse error before "kssl_ctx_setkey" /usr/include/openssl/kssl.h:159: parse error before '*' token /usr/include/openssl/kssl.h:161: parse error before "context" /usr/include/openssl/kssl.h:162: parse error before "kssl_build_principal_2" /usr/include/openssl/kssl.h:162: parse error before "context" /usr/include/openssl/kssl.h:165: parse error before "kssl_validate_times" /usr/include/openssl/kssl.h:165: parse error before "atime" /usr/include/openssl/kssl.h:167: parse error before "kssl_check_authent" /usr/include/openssl/kssl.h:167: parse error before '*' token /usr/include/openssl/kssl.h:169: parse error before "enctype" In file included from /tmp/php-5.0.0b3/ext/openssl/openssl.c:44: /usr/include/openssl/ssl.h:909: parse error before "KSSL_CTX" /usr/include/openssl/ssl.h:931: parse error before '}' token make: *** [ext/openssl/openssl.lo] Error 1 -- Edit bug report at http://bugs.php.net/?id=27153&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=27153&r=trysnapshot4 Try a CVS snapshot (php5): http://bugs.php.net/fix.php?id=27153&r=trysnapshot5 Fixed in CVS: http://bugs.php.net/fix.php?id=27153&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=27153&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=27153&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=27153&r=needscript Try newer version: http://bugs.php.net/fix.php?id=27153&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=27153&r=support Expected behavior: http://bugs.php.net/fix.php?id=27153&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=27153&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=27153&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=27153&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=27153&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=27153&r=dst IIS Stability: http://bugs.php.net/fix.php?id=27153&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=27153&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=27153&r=float