On 2011-08-15 23:02, Kathy Khaghani wrote: [...] > Thank you Michael, for your response. This server have been in > production for a long time and there is no plan to upgrade it. > However openssl is installed on it, OpenSSL 0.9.7f 22 Mar 2005> [...]
Kathy, please check config.log in the neon build directory. It should tell you if OpenSSL was properly detected. Here's a sample from a neon config.log (not from a build on FC4, though): [...] configure:27262: checking for pkg-config configure:27280: found /usr/bin/pkg-config configure:27293: result: /usr/bin/pkg-config configure:27637: checking for openssl pkg-config data configure:27648: result: yes configure:27655: using SSL library configuration from pkg-config configure:28013: checking openssl/ssl.h usability configure:28030: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -DNE_LFS conftest.c >&5 configure:28036: $? = 0 configure:28050: result: yes configure:28054: checking openssl/ssl.h presence configure:28069: gcc -E -D_LARGEFILE64_SOURCE -DNE_LFS conftest.c configure:28075: $? = 0 configure:28089: result: yes configure:28122: checking for openssl/ssl.h configure:28130: result: yes configure:28013: checking openssl/opensslv.h usability configure:28030: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -DNE_LFS conftest.c >&5 configure:28036: $? = 0 configure:28050: result: yes configure:28054: checking openssl/opensslv.h presence configure:28069: gcc -E -D_LARGEFILE64_SOURCE -DNE_LFS conftest.c configure:28075: $? = 0 configure:28089: result: yes configure:28122: checking for openssl/opensslv.h configure:28130: result: yes configure:28150: checking OpenSSL version is >= 0.9.7 configure:28176: result: yes configure:28179: OpenSSL >= 0.9.7; EGD support not needed in neon configure:28190: SSL support enabled, using OpenSSL (0.9.7 or later) [...] -- Michael Diers, elego Software Solutions GmbH, http://www.elego.de
