You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Tapan Maheshwari <ta...@yahoo.com> on 2010/04/26 12:58:42 UTC

[users@httpd] mod_proxy_html.c failed to build on Solaris 10

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 directoryapxs:Error: Command failed with rc=65536


Thanks.Tapan


      

Re: [users@httpd] mod_proxy_html.c failed to build on Solaris 10

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