From owner-freebsd-questions Tue Aug 13 19:31:40 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA28320 for questions-outgoing; Tue, 13 Aug 1996 19:31:40 -0700 (PDT) Received: from cerberos.nswcc.org.au (cerberos.nswcc.org.au [203.9.71.1]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id TAA28313 for ; Tue, 13 Aug 1996 19:31:34 -0700 (PDT) Received: (from mail@localhost) by cerberos.nswcc.org.au (8.6.9/8.6.9) id MAA10612 for ; Wed, 14 Aug 1996 12:31:31 +1000 Received: from pluto.nswcc.org.au(203.9.70.1) by cerberos.nswcc.org.au via smap (V1.3) id sma010604; Wed Aug 14 12:31:04 1996 Received: from mars.nswcc.org.au (mars.nswcc.org.au [203.9.68.103]) by moredun.nswcc.org.au (8.6.9/8.6.9) with SMTP id MAA05676 for ; Wed, 14 Aug 1996 12:31:04 +1000 Message-Id: <199608140231.MAA05676@moredun.nswcc.org.au> X-Sender: ericc@moredun.nswcc.org.au X-Mailer: Windows Eudora Light Version 1.5.2 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Wed, 14 Aug 1996 12:31:08 -0400 To: questions@freebsd.org From: Eric Chan Subject: Compile Apache on FreeBSD 2.0 Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, I tried to compile the Apache 1.1.1 on FreeBSD v2.0 but it gives me an error. Have you ever encountered this error before...? >make . ... .... cc -c -O2 -m486 mod_log_common.c cc -c -O2 -m486 mod_asis.c cc -c -O2 -m486 mod_imap.c cc -c -O2 -m486 mod_actions.c cc -c -O2 -m486 mod_log_config.c cc -c -O2 -m486 mod_status.c cc -c -O2 -m486 mod_info.c cc -c -O2 -m486 mod_proxy.c cc -o httpd alloc.o http_main.o http_core.o http_config.o http_request.o http_log.o http_protocol.o rfc1413.o util.o util_script.o modules.o buff.o m d5c.o util_md5.o explain.o http_bprintf.o mod_mime.o mod_access.o mod_auth .o mod_negotiation.o mod_include.o mod_dir.o mod_cgi.o mod_userdir.o m od_alias.o mod_env.o mod_log_common.o mod_asis.o mod_imap.o mod_actions .o mod_log_config.o mod_status.o mod_info.o mod_proxy.o mod_auth.o: Undefined symbol `_crypt' referenced from text segment *** Error code 1 Stop. What is the symbol `_crypt'? I couldn't find it out from the src directory. Was it a mistyping error or something? How to debug it...? Many Thanks Eric