os-linux/1633: Configure script fails to include -lcrypt

1998-01-07 Thread Magnus Stenman

Number: 1633
Category:   os-linux
Synopsis:   Configure script fails to include -lcrypt
Confidential:   no
Severity:   non-critical
Priority:   medium
Responsible:apache
State:  open
Class:  sw-bug
Submitter-Id:   apache
Arrival-Date:   Wed Jan  7 02:40:00 PST 1998
Last-Modified:
Originator: [EMAIL PROTECTED]
Organization:
apache
Release:1.2.x
Environment:
RedHat 5.0
Description:
Configure script fails to include -lcrypt in the EXTRA_LIBS section for
RedHat 5.0 systems, producing:

mod_auth.o: In function `authenticate_basic_user':
mod_auth.o(.text+0x2d0): undefined reference to `crypt'
make: *** [httpd] Error 1

This is not hard to add yourself, but a very large number of RedHat
(5.0, not 4.x) users will probably be bitten by this.
How-To-Repeat:
Stock RedHat 5.0 system, run ./Configure
Fix:

Audit-Trail:
Unformatted:
[In order for any reply to be added to the PR database, ]
[you need to include [EMAIL PROTECTED] in the Cc line ]
[and leave the subject line UNCHANGED.  This is not done]
[automatically because of the potential for mail loops. ]





Re: os-linux/1633: Configure script fails to include -lcrypt

1998-01-07 Thread dgaudet
[In order for any reply to be added to the PR database, ]
[you need to include [EMAIL PROTECTED] in the Cc line ]
[and leave the subject line UNCHANGED.  This is not done]
[automatically because of the potential for mail loops. ]


Synopsis: Configure script fails to include -lcrypt

State-Changed-From-To: open-closed
State-Changed-By: dgaudet
State-Changed-When: Wed Jan  7 04:18:05 PST 1998
State-Changed-Why:
Unfortunately this will not be fixed in apache 1.2.  -lcrypt is
only needed for folks using glibc, and it will break the folks
still using libc5.  So it can't just be a default.  It is fixed in 1.3.
  
Dean