Hi all, I am playing with IP Filter (learning) and am trying to install it on an alpha box running Tru64 v5.1b. The compiler is
bash-2.04# cc -V Compaq C V6.5-011 on Compaq Tru64 UNIX V5.1B (Rev. 2650) Compiler Driver V6.5-003 (sys) cc Driver I am using the standard make, not the GNU one. Below is the error I get following the instructions in INSTALL.Tru64: cc -std1 -msg_disable expandeddefined -g -I.. -DTRU64=2650 -DIPFILTER_LKM -DIPFILTER_LOG -D`uname -m` -D__`uname -m`__ -DINET -DKERNEL -D_KERNEL -I/usr/include -I`dirname /usr/sys/BETA/mach_assert.h` -I/usr/sys/include -DLANGUAGE_C -DUERF -DOSF -DMACH -DRT_SEM -DKERNEL -D_KERNEL -D_BSD -D_USE_KERNEL_PROTOS -compress -MD -no_excpt -nointrinsics -Wg,-unroll,1 -Wb,-static -Wco,-nofloat -msg_enable cvtdiftypes,warnimplfunc,macroredef,lvaluecast,uselesstyped -msg_inform cvtdiftypes,warnimplfunc,macroredef,lvaluecast,uselesstyped -msg_enable uninit1,falloffend,intrinsicint,outtoomany,outtoofew,questcompare,storclsdcl,tentredef -msg_warn uninit1,falloffend,intrinsicint,outtoomany,outtoofew,questcompare,storclsdcl,tentredef -msg_enable othermember -msg_error othermember -Umips -UMIPS -U__intel__ -D__alpha -D__digital__ -D__arch64__ -DUNIX_LOCKS=1 -DIPFILTER_LOOKUP -DIPSTATE_SIZE=127 -c ../ip_state.c -o ip_state.o ../ip_nat.h ../ip_fil.h ../ip_nat.h: Permission denied *** Exit 1 Stop. *** Exit 1 Stop. All the permissions look fine. Any ideas? Ognen
