can anyone tell me what i need to do to get util-linux 2.9i to compile
properly? it halts on ipcs.c. i did a dejanews query in search of an
answer and according to what i've found, pam has to be disabled or
something [ the poster did not go into detail]... is this correct? if so,
how do i go about it?

gcc -c -pipe -O3 -m486 -fomit-frame-pointer -I. -I../lib -Wall
-I/usr/include/ncurses -DNCH=0   -DSBINDIR=\"/sbin\"
-DUSRSBINDIR=\"/usr/sbin\" -DLOGDIR=\"/var/log\" -DVARPATH=\"/var\" ipcs.c
-o ipcs.o
ipcs.c: In function `do_shm':
ipcs.c:215: storage size of `shm_info' isn't known
ipcs.c:220: `SHM_INFO' undeclared (first use this function)
ipcs.c:220: (Each undeclared identifier is reported only once
ipcs.c:220: for each function it appears in.)
ipcs.c:272: `SHM_STAT' undeclared (first use this function)
ipcs.c:309: `SHM_DEST' undeclared (first use this function)
ipcs.c:310: `SHM_LOCKED' undeclared (first use this function)
ipcs.c:215: warning: unused variable `shm_info'
ipcs.c: In function `do_sem':
ipcs.c:328: `SEM_INFO' undeclared (first use this function)
ipcs.c:377: `SEM_STAT' undeclared (first use this function)
ipcs.c: In function `do_msg':
ipcs.c:422: `MSG_INFO' undeclared (first use this function)
ipcs.c:470: `MSG_STAT' undeclared (first use this function)
make[1]: *** [ipcs.o] Error 1
make[1]: Leaving directory `/usr/local/util-linux-2.9i/sys-utils'
make: *** [all] Error 1                 


Reply via email to