>Number: 1865 >Category: os-linux >Synopsis: Crypt function is not found at the compile time. >Confidential: no >Severity: non-critical >Priority: medium >Responsible: apache >State: open >Class: sw-bug >Submitter-Id: apache >Arrival-Date: Tue Feb 24 05:20:00 PST 1998 >Last-Modified: >Originator: [EMAIL PROTECTED] >Organization: apache >Release: 1.2.5 >Environment: Linux 2.0.32 #11 Mon Feb 23 15:52:58 IST 1998 i686 >Description: Output of make:
mod_auth.o: In function `authenticate_basic_user': mod_auth.o(.text+0x2d0): undefined reference to `crypt' make: *** [httpd] Error 1 Also while compiling in support directory: /tmp/cca034521.o: In function `add_password': /tmp/cca034521.o(.text+0x1d5): undefined reference to `crypt' make: *** [htpasswd] Error 1 >How-To-Repeat: >Fix: A workaround: put the following in the Configuration: EXTRA_LIBS=/lib/libcrypt.so.1 And the following in support/Makefile: LIBS1=/lib/libcrypt.so.1 %0 >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. ]
