Jose Enrique Lopez <JLopez(_at_)pegasopcs(_dot_)com(_dot_)mx> writes:
When I try to install procmail I get the next fatal error:
*******************************************************
ld.so.1: _autotst: fatal: libnet.so: open failed: No such file or directory
*******************************************************
I suggest you take a look at the definition of LDFLAGS*
in the Makefile before you try make again.
Edit the toplevel Makefile and remove "-lnet" from the line that reads
SEARCHLIBS = -lm -ldir -lx -lsocket -lnet -linet -lnsl_s -lnsl_i -lnsl -lsun \
Then try again.
Philip Guenther