Skip to main content
June 2, 2015
Question

mod_jk.so undefined symbol:ap_log_error apache 2.4.6

  • June 2, 2015
  • 1 reply
  • 4593 views

Good day.  Installed coldfusion10 on suse linux13.1 running apache 2.4.6.  When I created the web server connection using ,/wsconfig everything worked.  However after restarting apache I know get an error with /wsconfig /1/mod_jk.so :undefined sysmbol : ap_log_error.  I am not able to get apache running (rsapache2 start).  Any help would be great. John

    This topic has been closed for replies.

    1 reply

    Participating Frequently
    September 18, 2015

    It's difficult.  Apache 2.4 isn't officially supported.  I've just done it myself, step by painful step, starting with your undefined symbol: ap_log_error - the best instructions i found were here : when will ColdFusion 10 (or higher) support apache 2.4? (the comment from jonathan_morgan). 

    On a fresh install of CentOS 7 i also had to

    yum install apache-devel gcc-c++

    to be able to compile mod_jk