Steven Perez wrote: > ext/openssl/openssl.o: In function `zif_openssl_sign': > /home/sperez/php-5.2.6/ext/openssl/openssl.c:3525: undefined reference > to `EVP_MD_CTX_cleanup' > ext/openssl/openssl.o: In function `zif_openssl_verify': > /home/sperez/php-5.2.6/ext/openssl/openssl.c:3565: undefined reference > to `EVP_MD_CTX_cleanup' > collect2: ld returned 1 exit status > make: *** [sapi/cgi/php-cgi] Error 1 Does your openssl include files match your openssl library? > The version of openssl I am using is the following: > > # ./openssl version > OpenSSL 0.9.6l 04 Nov 2003 That's quite old. I would almost certainly update that. /Per Jessen, Zürich -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php