On 26 Apr 2010, at 11:58, Tapan Maheshwari wrote:

> Hi.
> I tried to build  mod_proxy_html.c on solaris 10 with following command
> $ /usr/apache2/bin/apxs -c -I /usr/include/libxml2/ -i mod_proxy_html.c
> 
> I got following error message:
> 
> /var/apache2/build/libtool --silent --mode=compile /opt/SUNWspro/bin/cc 
> -prefer-pic -O -xarch=386 -xchip=pentium -xspace -Xa -xildoff -xO4 
> -DSSL_EXPERIMENTAL -DSSL_ENGINE  -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS 
> -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  
> -I/usr/apache2/include  -I/usr/apache2/include   -I/usr/apache2/include  
> -I/usr/include/libxml2/  -c -o mod_proxy_html.lo mod_proxy_html.c && touch 
> mod_proxy_html.slo
> /var/apache2/build/libtool: line 1279: /opt/SUNWspro/bin/cc: No such file or 
> directory
> apxs:Error: Command failed with rc=65536

You can't compile anything without a compiler!

Where did your apache2 come from?  You presumably didn't build it,
or apxs would use the same compiler you used for that.  Check whether
a mod_proxy_html is available from the same source.

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

Reply via email to