The following reply was made to PR os-linux/705; it has been noted by GNATS.
From: Dean Gaudet <[EMAIL PROTECTED]>
To: Norton Lam <[EMAIL PROTECTED]>
Subject: Re: os-linux/705: The final linking during a compile needs an explicit
"-lcrypt" parameter.
Date: Mon, 9 Jun 1997 10:07:13 -0700 (PDT)
On Mon, 9 Jun 1997, Norton Lam wrote:
> It's only on Alpha.
The patch below should do the job. Given that redhat generally just
repackages the standard libc, I'm guessing this is a problem on all
linux alphas.
Dean
Index: Configure
===================================================================
RCS file: /export/home/cvs/apache/src/Configure,v
retrieving revision 1.96
diff -c -3 -r1.96 Configure
*** Configure 1997/05/13 00:20:30 1.96
--- Configure 1997/06/09 16:59:12
***************
*** 280,285 ****
--- 280,291 ----
CFLAGS="$CFLAGS -DIRIX"
fi
;;
+ alpha-*-linux2)
+ DEF_WANTHSREGEX=yes
+ OS='Linux'
+ CFLAGS="$CFLAGS -DLINUX=2"
+ LIBS="$LIBS -lcrypt"
+ ;;
*-linux2)
DEF_WANTHSREGEX=yes
OS='Linux'