hi all,
this is my first attempt at an apache install and i get the following
after i run make.
unix> make
===> src
make[1]: Entering directory `/home/local/apache_1.3.26'
make[2]: Entering directory `/home/local/apache_1.3.26/src'
===> src/os/unix
rm -f libos.a
ar cr libos.a os.o os-inline.o
make[3]: ar: Command not found
make[3]: *** [libos.a] Error 127
make[2]: *** [subdirs] Error 1
make[2]: Leaving directory `/home/local/apache_1.3.26/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory `/home/local/apache_1.3.26'
make: *** [build] Error 2
i am using gcc version
unix> gcc -v
Reading specs from /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/2.95.3/specs
gcc version 2.95.3 20010315 (release)
on a solaris 5.8 machine with all the latest patches.
i have no idea what "ar" is, am i missing something?
thx in advance, -simon-