Hi, I am having a problem getting cyrus to install with openssl. I have openssl installed, but cyrus complains that it isn't found:
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ $ ./configure --with-openssl=PATH ## --------- ## ## Platform. ## ## --------- ## hostname = ldap.bigrocksports.com uname -m = i686 uname -r = 2.6.9-34.ELsmp uname -s = Linux uname -v = #1 SMP Fri Feb 24 16:54:53 EST 2006 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = i686 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/local/bin PATH: /usr/bin PATH: /bin PATH: /usr/local/ssl/include/openssl PATH: /usr/local/ssl/lib configure:7912: result: no configure:7991: checking openssl/evp.h usability configure:8004: gcc -c -Wall -W -g -O2 conftest.c >&5 configure:8058:25: openssl/evp.h: No such file or directory | #include <openssl/evp.h> configure:8023: result: no configure:8027: checking openssl/evp.h presence configure:8038: gcc -E conftest.c *configure:8060:25: openssl/evp.h: No such file or directory *(this is in the openssl dir...I don't know why the install thinks it isn't!) configure:8044: $? = 1 configure: failed program was: | #line 8029 "configure" configure:8063: result: no configure:8099: checking for openssl/evp.h configure:8106: result: no configure:8191: checking for OpenSSL configure:8193: result: no configure:9114: checking DIGEST-MD5 configure:9117: result: enabled configure:9143: WARNING: OpenSSL not found -- OTP will be disabled configure:9148: checking OTP configure:9399: result: disabled configure:9412: WARNING: OpenSSL not found -- SRP will be disabled configure:9417: checking SRP configure:9460: result: disabled configure:10047: checking KERBEROS_V4 configure:10067: result: disabled Any help is appreciated...