Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Aug 1996 21:22:17 -0600 (MDT)
From:      Dave Andersen <angio@aros.net>
To:        Eric.Chan@nswcc.org.au (Eric Chan)
Cc:        questions@freebsd.org
Subject:   Re: Compile Apache on FreeBSD 2.0
Message-ID:  <199608140322.VAA28660@terra.aros.net>
In-Reply-To: <199608140231.MAA05676@moredun.nswcc.org.au> from "Eric Chan" at Aug 14, 96 12:31:08 pm

next in thread | previous in thread | raw e-mail | index | archive | help
You need to modify the makefile to have -lcrypt in the EXTRA_LIBS 
define.  It's actually written in the makefile as part of the FreeBSD 
required configuration.

   -Dave Andersen

Lo and behold, Eric Chan once said:
> 
> 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
> 


-- 
angio@aros.net                Complete virtual hosting and business-oriented
system administration         Internet services.  (WWW, FTP, email)
http://www.aros.net/          http://www.aros.net/about/virtual
  "There are only two industries that refer to their customers as 'users'."




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199608140322.VAA28660>