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 -> Apache View previous topic :: View next topic
Reply to topic   Topic: Cannot load modules/mod_reqtimeout.so into server: ld.so.1
Author
joeadmin



Joined: 14 Mar 2016
Posts: 6
Location: US,NC

PostPosted: Wed 13 Apr '16 14:53    Post subject: Cannot load modules/mod_reqtimeout.so into server: ld.so.1 Reply with quote

Apache 2.4.18
apr-1.5.2
apr-util-1.5.3
openssl-1.0.2g

Very little experience with apache
Upgrading to openssl-1.0.2g. After recompiling get apache, the following on apachectl start

Syntax error on line 95 of /usr/local/apache2/conf/httpd.conf: Cannot load modules/mod_reqtimeout.so into server: ld.so.1: httpd: fatal: relocation error: file /usr/local/apache2/modules/mod_reqtimeout.so: symbol apr_socket_wait: referenced symbol not found

have tried various compile options but can get around this.

configure command:

./configure --prefix=/usr/local/apache2 -with-apr=/usr/local/apr-1.5.2 -with-apr-util=/usr/local/apr-util-1.5.3 --with-ssl=/usr/local/openssl --enable-ssl
Back to top
James Blond
Moderator


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

PostPosted: Mon 18 Apr '16 11:51    Post subject: Reply with quote

Did you compile apache the same way before that update?
What version of OpenSSL was installed before that?
Back to top
joeadmin



Joined: 14 Mar 2016
Posts: 6
Location: US,NC

PostPosted: Wed 20 Apr '16 14:47    Post subject: Reply with quote

Ive been able to work out the issue thanks
Back to top
James Blond
Moderator


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

PostPosted: Sun 24 Apr '16 18:04    Post subject: Reply with quote

joeadmin wrote:
Ive been able to work out the issue thanks


How did you solve the problem?
Back to top


Reply to topic   Topic: Cannot load modules/mod_reqtimeout.so into server: ld.so.1 View previous topic :: View next topic
Post new topic   Forum Index -> Apache