# /usr/local/etc/rc.d/apache22 restart
Performing sanity check on apache22 configuration:
httpd: Syntax error on line 107 of /usr/local/etc/apache22/httpd.conf: Cannot load /usr/local/libexec/apache22/mod_tsa.so into server: /usr/local/libexec/apache22/mod_tsa.so: Undefined symbol "TS_RESP_CTX_set_status_info"
# nm /usr/local/libexec/apache22/mod_tsa.so |grep TS_RESP_CTX_set_status_info
U TS_RESP_CTX_set_status_info
# pkg_info |grep openssl
openssl-1.0.1_4 SSL and crypto library
# ls /usr/ports/distfiles/openssl*
openssl-1.0.1c.tar.gz
# pkg_info |grep apache
ap22-mod_tsa-1.0_3 Time stamping authority (RFC 3161) module for apache
apache22-2.2.23 Version 2.2.x of Apache web server with prefork MPM
what are alternative solutions for this problem?