logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Third-party Modules View previous topic :: View next topic
Reply to topic   Topic: Problems loading module mod_md with release 2.4.33
Author
Gantow



Joined: 02 Apr 2018
Posts: 1

PostPosted: Wed 04 Apr '18 20:41    Post subject: Problems loading module mod_md with release 2.4.33 Reply with quote

Hi All,

Trying to use mod_md after sucessful compiling 2.4.33 on my Debian wheezy system fails with the following error:

Code:
apachectl start -t
httpd: Syntax error on line 154 of /usr/local/apache/conf/httpd.conf: Cannot load modules/mod_md.so into server: /usr/local/apache/modules/mod_md.so: undefined symbol: json_load_callback


I have compiled Apache version 2.4.33 with jansson version 2.11. 2.4.33 without mod_md is doing very well since several days. Any idea?

Thanks in advance
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7288
Location: Germany, Next to Hamburg

PostPosted: Wed 25 Apr '18 16:24    Post subject: Reply with quote

I think that the compiler took the wrong json code.
I had that problem with newer OpenSSL versions than installed by the OS. I was able to fix that by telling the compiler which path to use.

See https://github.com/JBlond/debian_build_apache24/blob/master/build_apache.sh#L99,L100
Back to top


Reply to topic   Topic: Problems loading module mod_md with release 2.4.33 View previous topic :: View next topic
Post new topic   Forum Index -> Third-party Modules