Re: Apache2.2 cannot start: "undefined symbol: proxy_hook_post_request" error (in file /etc/apache2/modules/mod_proxy_balancer.so)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 11/23/06, Michael Hulet <michael@xxxxxxxxxxxxxxxx> wrote:
Hello all,

I'm upgrading from Apache 2.0.54 to Apache 2.2.3, as I would like to try the proxy_balancer module.

I'm running a Debian Sarge box. I uninstalled Apache 2.0.54 and I compiled and installed Apache 2.2.3 in /etc/apache2:

    # wget http://apache.scarlet.be/httpd/httpd-2.2.3.tar.gz
    # tar -xvzf httpd-2.2.3.tar.gz
    # cd httpd-2.2.3
    # ./configure --prefix=/etc/apache2 --enable-mods-shared=all --enable-deflate --enable-proxy --enable-proxy-balancer --enable-proxy-http
    # make
    # make install|

Then, I added this line to /etc/apache2/httpd.conf:

    LoadModule proxy_balancer_module modules/mod_proxy_balancer.so

I launched te server and here is my problem:

    # apache2ctl -k start
    Syntax error on line 8 of /etc/apache2/httpd.conf:
    *Cannot load /etc/apache2/modules/mod_proxy_balancer.so into server:
    /etc/apache2/modules/mod_proxy_balancer.so: undefined symbol:
    proxy_hook_post_request*

You'll also need LoadModule lines for mod_proxy and mod_proxy_http.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
  "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux