You need to read the FAQ on the website that solves the problem.. The errors your getting are because of the encryption stuff which deals with saving and loading of passwords.. You need to edit the makefile for your source...
inside you need to add: to the LIBS = part -lcrypt ----- Original Message ----- From: "Kaperry" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Sunday, November 23, 2003 5:22 AM Subject: (no subject) > > I was hoping someone might be able to tell me how to fix the following > compile error: > > act_info.o: In function `do_password': > /home/palavi/Rom24/src/act_info.c:2722: undefined reference to `crypt' > /home/palavi/Rom24/src/act_info.c:2739: undefined reference to `crypt' > comm.o: In function `nanny': > /home/palavi/Rom24/src/comm.c:1652: undefined reference to `crypt' > /home/palavi/Rom24/src/comm.c:1764: undefined reference to `crypt' > /home/palavi/Rom24/src/comm.c:1787: undefined reference to `crypt' > collect2: ld returned 1 exit status > make: *** [rom] Error 1 > > > > > > -- > ROM mailing list > [email protected] > http://www.rom.org/cgi-bin/mailman/listinfo/rom >

