You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by kalin mintchev <ka...@el.net> on 2006/02/11 06:18:43 UTC

[users@httpd] apache 2.2 build failure

 hi al...

 trying to build apache 2.2 with the http proxy and load balancing modules
enabled. ./configure went trough fine. the making fails. i'm attaching
the full output of where the error happens but here is a few lines of
it....

thanks...

/usr/local/src/httpd-2.2.0/modules/proxy/mod_proxy_balancer.c:735:
undefined reference to `proxy_module'
modules/proxy/.libs/libmod_proxy_balancer.a(mod_proxy_balancer.o)(.text+0x1685):/usr/local/src/httpd-2.2.0/modules/proxy/mod_proxy_balancer.c:86:
undefined reference to `ap_proxy_initialize_worker_share'
modules/proxy/.libs/libmod_proxy_balancer.a(mod_proxy_balancer.o)(.text+0x17de):
In function `find_best_byrequests':
/usr/local/src/httpd-2.2.0/modules/proxy/mod_proxy_balancer.c:816:
undefined reference to `ap_proxy_retry_worker'
modules/proxy/.libs/libmod_proxy_balancer.a(mod_proxy_balancer.o)(.text+0x1902):
In function `find_best_bytraffic':
/usr/local/src/httpd-2.2.0/modules/proxy/mod_proxy_balancer.c:876:
undefined reference to `ap_proxy_retry_worker'
modules/proxy/.libs/libmod_proxy_balancer.a(mod_proxy_balancer.o)(.text+0x1956):
In function `ap_proxy_balancer_register_hook':
/usr/local/src/httpd-2.2.0/modules/proxy/mod_proxy_balancer.c:928:
undefined reference to `proxy_hook_pre_request'
modules/proxy/.libs/libmod_proxy_balancer.a(mod_proxy_balancer.o)(.text+0x1966):/usr/local/src/httpd-2.2.0/modules/proxy/mod_proxy_balancer.c:929:
undefined reference to `proxy_hook_post_request'
modules/proxy/.libs/libmod_proxy_balancer.a(mod_proxy_balancer.o)(.text+0x1979):/usr/local/src/httpd-2.2.0/modules/proxy/mod_proxy_balancer.c:930:
undefined reference to `proxy_hook_canon_handler'
*** Error code 1

Stop in /usr/local/src/httpd-2.2.0.
*** Error code 1

Stop in /usr/local/src/httpd-2.2.0.


any ideas?


Re: [users@httpd] apache 2.2 build failure

Posted by ht...@karsites.net.
Yes - please post your configure line, and I will try and do 
a build on SuSE 9.2 pro as well.

Keith

In theory, theory and practice are the same;
In practice they are not. 

On Sun, 19 Feb 2006, Joost de Heer wrote:

> To: kalin mintchev <ka...@el.net>
> From: Joost de Heer <sa...@xs4all.nl>
> Subject: Re: [users@httpd] apache 2.2 build failure
> 
> kalin mintchev wrote:
> >
> > anybody has tried mod_proxy and balancer then?
> >
> >>  hi al...
> >>
> >>  trying to build apache 2.2 with the http proxy and load balancing
> >> modules
> >> enabled. ./configure went trough fine. the making fails. i'm attaching
> >> the full output of where the error happens but here is a few lines of
> >> it....
> 
> What is your exact configure line?
> 
> Joost

---------------------------------------------------------------------
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@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] apache 2.2 build failure

Posted by Joost de Heer <sa...@xs4all.nl>.
kalin mintchev wrote:
>
> anybody has tried mod_proxy and balancer then?
>
>>  hi al...
>>
>>  trying to build apache 2.2 with the http proxy and load balancing
>> modules
>> enabled. ./configure went trough fine. the making fails. i'm attaching
>> the full output of where the error happens but here is a few lines of
>> it....

What is your exact configure line?

Joost


---------------------------------------------------------------------
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@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] apache 2.2 build failure

Posted by kalin mintchev <ka...@el.net>.
anybody has tried mod_proxy and balancer then?

>  hi al...
>
>  trying to build apache 2.2 with the http proxy and load balancing modules
> enabled. ./configure went trough fine. the making fails. i'm attaching
> the full output of where the error happens but here is a few lines of
> it....
>
> thanks...
>
> /usr/local/src/httpd-2.2.0/modules/proxy/mod_proxy_balancer.c:735:
> undefined reference to `proxy_module'
> modules/proxy/.libs/libmod_proxy_balancer.a(mod_proxy_balancer.o)(.text+0x1685):/usr/local/src/httpd-2.2.0/modules/proxy/mod_proxy_balancer.c:86:
> undefined reference to `ap_proxy_initialize_worker_share'
> modules/proxy/.libs/libmod_proxy_balancer.a(mod_proxy_balancer.o)(.text+0x17de):
> In function `find_best_byrequests':
> /usr/local/src/httpd-2.2.0/modules/proxy/mod_proxy_balancer.c:816:
> undefined reference to `ap_proxy_retry_worker'
> modules/proxy/.libs/libmod_proxy_balancer.a(mod_proxy_balancer.o)(.text+0x1902):
> In function `find_best_bytraffic':
> /usr/local/src/httpd-2.2.0/modules/proxy/mod_proxy_balancer.c:876:
> undefined reference to `ap_proxy_retry_worker'
> modules/proxy/.libs/libmod_proxy_balancer.a(mod_proxy_balancer.o)(.text+0x1956):
> In function `ap_proxy_balancer_register_hook':
> /usr/local/src/httpd-2.2.0/modules/proxy/mod_proxy_balancer.c:928:
> undefined reference to `proxy_hook_pre_request'
> modules/proxy/.libs/libmod_proxy_balancer.a(mod_proxy_balancer.o)(.text+0x1966):/usr/local/src/httpd-2.2.0/modules/proxy/mod_proxy_balancer.c:929:
> undefined reference to `proxy_hook_post_request'
> modules/proxy/.libs/libmod_proxy_balancer.a(mod_proxy_balancer.o)(.text+0x1979):/usr/local/src/httpd-2.2.0/modules/proxy/mod_proxy_balancer.c:930:
> undefined reference to `proxy_hook_canon_handler'
> *** Error code 1
>
> Stop in /usr/local/src/httpd-2.2.0.
> *** Error code 1
>
> Stop in /usr/local/src/httpd-2.2.0.
>
>
> any ideas?
>
> ---------------------------------------------------------------------
> 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@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org



---------------------------------------------------------------------
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@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] apache 2.2 build failure

Posted by kalin mintchev <ka...@el.net>.
> On Saturday 11 February 2006 05:18, kalin mintchev wrote:
>>  hi al...
>>
>>  trying to build apache 2.2 with the http proxy and load balancing
>> modules
>> enabled. ./configure went trough fine. the making fails. i'm attaching
>> the full output of where the error happens but here is a few lines of
>
> Did you try to build without mod_proxy itself?

yes.. that worked fine. the first time i actually tried to add the
distributed cashing for ssl but that didn't go through - complained that
some header files are missing. then i took that option off and the
configure went through but make stopped with the mod-proxy error...

building without it is ok. but i really wanted to test the proxy/balancing
thing..

any thoughts?

thanks...

>
> --
> Nick Kew
>
> ---------------------------------------------------------------------
> 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@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>



---------------------------------------------------------------------
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@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] apache 2.2 build failure

Posted by Nick Kew <ni...@webthing.com>.
On Saturday 11 February 2006 05:18, kalin mintchev wrote:
>  hi al...
>
>  trying to build apache 2.2 with the http proxy and load balancing modules
> enabled. ./configure went trough fine. the making fails. i'm attaching
> the full output of where the error happens but here is a few lines of

Did you try to build without mod_proxy itself?

-- 
Nick Kew

---------------------------------------------------------------------
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@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org