On Tuesday 16 January 2007 12:25, Thomas Balthazar wrote: > Thanks for your help. > I did what you advised, and get the following error : [SNIP] > /usr/portage/eclass/apache-module.eclass: line 275: /usr/sbin/apxs2: No > such file or directory > > !!! ERROR: www-apache/mod_proxy_html-2.5.1 failed. > Call stack: > ebuild.sh, line 1546: Called dyn_compile > ebuild.sh, line 937: Called src_compile > mod_proxy_html-2.5.1.ebuild, line 33: Called apache2_src_compile > apache-module.eclass, line 275: Called die > > !!! /usr/sbin/apxs2 -I/usr/include/libxml2 -c mod_proxy_html.c failed > !!! If you need support, post the topmost build error, and the call stack > if relevant. [SNIP] You haven't really made it clear whether you meant mod_proxy (which as kashani said is part of apache itself) or mod_proxy_html. /usr/sbin/apxs2 is part of apache-2.x so does the file exist? Please post the output of: # ls /usr/sbin/apxs2 # emerge -vp apache If apxs2 exists you may just need `env-update && source /etc/profile`. -- Bo Andresen