Hello,
 
I'm trying to compile SSL-aware Apache. After successfully installing OpenSSL, then mod_ssl with MM and RSAREF, I attempted to compile Apache, but got the following set of build errors:
 
./libhttpd.so: undefined reference to `sk_X509_pop_free'
./libhttpd.so: undefined reference to `sk_X509_free'
./libhttpd.so: undefined reference to `sk_X509_INFO_num'
./libhttpd.so: undefined reference to `sk_X509_value'
./libhttpd.so: undefined reference to `sk_X509_num'
./libhttpd.so: undefined reference to `sk_X509_new_null'
./libhttpd.so: undefined reference to `sk_X509_push'
./libhttpd.so: undefined reference to `sk_X509_INFO_shift'
./libhttpd.so: undefined reference to `sk_X509_INFO_free
 
I think this has something to do with SSL, but I don't know anything else beyond that. Can anyone help?
 
Matt

Reply via email to