install proxy_util.c
am 20.05.2007 22:22:08 von sk
Apache 2.2.4
I tried to install mod_proxy.
but it can not be loaded. it needs proxy_util.c to run
(error message: mod_proxy.so: undefined symbol: proxy_lb_workers)
move to httpd-2.2.4/modules/proxy
# apxs -i -a -c proxy_util.c
Then I got this error message
apxs:Error: Sorry, cannot determine bootstrap symbol name.
apxs:Error: Please specify one with option `-n'.
any help?
Sean
Re: install proxy_util.c
am 21.05.2007 01:59:38 von gerryt
On May 20, 1:22 pm, sk wrote:
> Apache 2.2.4
> I tried to install mod_proxy.
> but it can not be loaded. it needs proxy_util.c to run
> (error message: mod_proxy.so: undefined symbol: proxy_lb_workers)
> move to httpd-2.2.4/modules/proxy
> # apxs -i -a -c proxy_util.c
> Then I got this error message
> apxs:Error: Sorry, cannot determine bootstrap symbol name.
> apxs:Error: Please specify one with option `-n'.
> any help?
-n makes no sense in this context anyway I do not believe.
What I found was that to add this function after the fact seems to be
problematic.
At best.
When I simply typed: ./configure --enable-modules=all --enable-mods-
shared=all --enable-proxy=shared
(not sure I needed the last one) I had no issues with httpd -t after
install.
Sure there are a load of modules you may not want, but you can comment
them out of httpd.conf.