execvp compile error (permission denied)
807557Nov 2 2005 — edited Nov 2 2005when running make for the squid source, the following error appears:
make[1]: Entering directory `/usr/local/squid/src/squid-2.5.STABLE12/lib'
rm -f libmiscutil.a
/usr/ccs/bin cru libmiscutil.a Array.o base64.o getfullhostname.o hash.o heap.o html_quote.o iso3307.o md5.o radix.o rfc1035.o rfc1123.o rfc1738.o rfc2617.o safe_inet_addr.o splay.o Stack.o stub_memaccount.o util.o uudecode.o
make[1]: execvp: /usr/ccs/bin: Permission denied
make[1]: *** [libmiscutil.a] Error 127
make[1]: Leaving directory `/usr/local/squid/src/squid-2.5.STABLE12/lib'
make: *** [check-recursive] Error 1
i have run chmod 755 and 777 and that dir but no change! please help. thanks