hi, we are trying to add mod_proxy (1.23) to apache-2_0_23. after running following commands, it gives error while running make. please, can you go through the errors and tell us what is creating problem.
thanks amit desai ============================================================================== $./apxs -i -a -c mod_proxy.c $./configure --enable-so --with-module=proxy --enable- mods-shared=mod_proxy.so $make /usr/local/apache2/modules/mod_proxy.so: undefined reference to `ap_proxy_is_word' /usr/local/apache2/modules/mod_proxy.so: undefined reference to `ap_proxy_is_hostname' /usr/local/apache2/modules/mod_proxy.so: undefined reference to `ap_unparse_uri_components' /usr/local/apache2/modules/mod_proxy.so: undefined reference to `ap_proxy_host2addr' /usr/local/apache2/modules/mod_proxy.so: undefined reference to `ap_proxy_http_handler' /usr/local/apache2/modules/mod_proxy.so: undefined reference to `ap_proxy_is_ipaddr' /usr/local/apache2/modules/mod_proxy.so: undefined reference to `ap_cache_init' /usr/local/apache2/modules/mod_proxy.so: undefined reference to `ap_proxy_connect_handler' /usr/local/apache2/modules/mod_proxy.so: undefined reference to `ap_proxy_is_domainname' /usr/local/apache2/modules/mod_proxy.so: undefined reference to `ap_proxy_http_canon' collect2: ld returned 1 exit status make[1]: *** [httpd] Error 1 make[1]: Leaving directory `/home/rajan2/apache2_0_23/httpd-2_0_23' make: *** [all-recursive] Error 1 ======================================================================================
--- Begin Message ---I'm not the right person for this. Please try the mod_proxy development list at [EMAIL PROTECTED] On Tue, Aug 14, 2001 at 04:59:30PM -0400, Amit Desai wrote: > hi, > we are trying to add mod_proxy (1.23) to apache-2_0_23. > after running following commands, it gives error while running make. > please, can you go through the erros and tell us what is creating > problem. > > thanks > amit desai > ============================================================================== > $./apxs -i -a -c mod_proxy.c > > $./configure --enable-so --with-module=proxy --enable- > mods-shared=mod_proxy.so > > $make > /usr/local/apache2/modules/mod_proxy.so: undefined reference to > `ap_proxy_is_wor > d' > /usr/local/apache2/modules/mod_proxy.so: undefined reference to > `ap_proxy_is_hos > tname' > /usr/local/apache2/modules/mod_proxy.so: undefined reference to > `ap_unparse_uri_ > components' > /usr/local/apache2/modules/mod_proxy.so: undefined reference to > `ap_proxy_host2a > ddr' > /usr/local/apache2/modules/mod_proxy.so: undefined reference to > `ap_proxy_http_h > andler' > /usr/local/apache2/modules/mod_proxy.so: undefined reference to > `ap_proxy_is_ipa > ddr' > /usr/local/apache2/modules/mod_proxy.so: undefined reference to > `ap_cache_init' > /usr/local/apache2/modules/mod_proxy.so: undefined reference to > `ap_proxy_connec > t_handler' > /usr/local/apache2/modules/mod_proxy.so: undefined reference to > `ap_proxy_is_dom > ainname' > /usr/local/apache2/modules/mod_proxy.so: undefined reference to > `ap_proxy_http_c > anon' > collect2: ld returned 1 exit status > make[1]: *** [httpd] Error 1 > make[1]: Leaving directory `/home/rajan2/apache2_0_23/httpd-2_0_23' > make: *** [all-recursive] Error 1 -- Greg Stein, http://www.lyra.org/
--- End Message ---
