Forum Moderators: phranque

Message Too Old, No Replies

Cannot Load Module (mod_proxy)

Cannot Load Module (mod_proxy)

         

JohnnyEng

8:09 pm on Jun 21, 2004 (gmt 0)

10+ Year Member



Hello there, I am trying to figure out why I cannot properly load mod_proxy into the server. I am running Apache-2.0.49 on a redhat9 box. (I did rpm -e the bundled version of apache) and am now having problems loading modules. I tried using apxs but havent had much luck.

Here is the error:

Cannot load /usr/local/apache/modules/mod_proxy.so into server: /usr/local/apache/modules/mod_proxy.so: undefined symbol: ap_proxy_is_word

Any help would be greatly appreciated. :)

JohnnyEng

webst001

3:46 am on Jun 28, 2004 (gmt 0)

10+ Year Member



I am also having this problem. Using Apache 2.0.49, RH 9.0. I ran apxs on mod_proxy and all looks good until I run ./httpd and see the error posted above. I am probably doing something really stupid or forgetting something obvious....?

robmichel

10:05 pm on Jun 30, 2004 (gmt 0)



Same thing for me also. RH9, Apache 2.0.49. Apache works great otherwise, and I've been following [apacheweek.com...] step by step.

webst001

1:25 pm on Jul 1, 2004 (gmt 0)

10+ Year Member



I reran ./configure with proxy enabled and the message went away. Things seem to be OK now. This link describes how to enable modules during this stage on the installation.

[httpd.apache.org...]