From 46a2f512fd2b23f3ce06167599659b65df9ce0c4 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Tue, 13 Jan 1998 07:39:34 +0000 Subject: [PATCH] document Linux's libc6 brokenness. --- INSTALL | 3 +++ 1 file changed, 3 insertions(+) diff --git a/INSTALL b/INSTALL index eea40ae24..1d81acb20 100644 --- a/INSTALL +++ b/INSTALL @@ -283,6 +283,9 @@ Linux: scripts that lack the "#!/some/shell" header correctly. The workaround is to give all your scripts a proper header. + Linux libc6 (aka glibc2) has a broken lsearch(). You will need + to comment out the "#define HAVE_LSEARCH 1" line in config.h and + add lsearch.o to the LIBOBJS line in the Makefile. SCO ODT: You'll probably need libcrypt_i.a available via anonymous ftp -- 2.50.1