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 Thanks. Tapan |