Login

Language :
TitleApache mod_ssl.so 연동에서 SSL_CONF_CTX 에러
SSL_CONF_CTX Error in Apache mod_ssl.so Interlink
WriterJi-Seob LeeWrite DateJan 14 2018Modify DateAug 8 2025View Count3765

When connecting to SSL on an Apache web server, the following error sometimes causes it to fail.


mod_ssl.so: undefined symbol: SSL_CONF_CTX_finish


At this point, you can set up an Apache by giving them the --enable-ssl-staticlib-deps option.

 

./configure
  --prefix=/usr/local/apache2
  --enable-module=so
  --enable-so
  --enable-mods-shared=ssl
  --with-ssl=/usr/local/ssl
  --enable-ssl=shared
  --with-included-apr
  --with-included-apr-util
  --enable-ssl-staticlib-deps


(Environment) Linux Ubuntu 16.04, Apache 2.4.29, OpenSSL 1.1.0g

 

--with-included-apr
--with-included-apr-util
options are available at the following address:
 
Download the Unix source for APR and APR-util,
and unzip it into the srclib folder of the Apache installation source.
 

Comment

Name               Password 
Content
Check Password.

Please enter your password when registering your comment.