Hi guys, I have downloaded newest version 1.3.26 of Apache and trying to install it on my Sun Solaris workstation. I am encountering following problem after having given ./configure command when I give command $make it does following.. make[1]:entering directory... ===>src make[2]:enatering directory..... make[3]:enatering directory..... =====>src/os/unix rm -f libos.a ar cr libos.a os.o os-inline.o make[4]:ar: Command not found make[4]:***[libos.a]Error 127 make[3]:***[subdirs]Error 1 make[2]:***[build-std] Error 2 make[1]:***[build] Error 2 make:*****[install-all] Error 2 how to rectify this error? what went wrong in making?