While trying to install linux-identd 1.2, http://freshmeat.net/releases/95548/ I got this error message, can someone help me???
[root@Downstairs linux-identd-1.2]# make gcc -DVERSION=\"1.2\" -Wall -pedantic -O2 -c -o identd.o identd.c identd.c: In function `lookup_uid': identd.c:132: warning: int format, uid_t arg (arg 7) identd.c: In function `compose_response': identd.c:155: warning: `pwd' might be used uninitialized in this function gcc identd.o -o identd sed -e "s/#VERSION#/1.2/" identd.8.in > identd.8 [root@Downstairs linux-identd-1.2]# make install install -d /usr/sbin install -d /usr/man/man8 install -m 0755 identd /usr/sbin/identd install -m 0644 identd.8 /usr/man/man8/identd.8 ln -s identd /usr/sbin/in.identd ln: `/usr/sbin/in.identd': File exists make: *** [install] Error 1 [root@Downstairs linux-identd-1.2]# -- redhat-list mailing list unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list