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

2006-11-23 Thread Michael Hulet
Joshua Slive a écrit : > On 11/23/06, Michael Hulet <[EMAIL PROTECTED]> wrote: > >> > But what really concerns me here is that you said you were downloading >> > and compiling directly from apache.org, yet you are using apache2ctl, >> > which I believe is

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

2006-11-23 Thread Michael Hulet
Joshua Slive a écrit : > On 11/23/06, Michael Hulet <[EMAIL PROTECTED]> wrote: > >> Thanks for the tip, Joshua. So here is my new httpd.conf: >> >> LoadModule proxy_module modules/mod_proxy.so >> LoadModule proxy_http_module modules/mod_proxy_http.so >

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

2006-11-23 Thread Michael Hulet
Joshua Slive a écrit : > On 11/23/06, Michael Hulet <[EMAIL PROTECTED]> 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

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

2006-11-23 Thread Michael Hulet
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