Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Nov 1997 17:26:15 -0800 (PST)
From:      Doug White <dwhite@gdi.uoregon.edu>
To:        Sean Engel <sean@icubed.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Livingston Radius 1.16
Message-ID:  <Pine.BSF.3.96.971119172602.3811K-100000@gdi.uoregon.edu>
In-Reply-To: <l03110716b0992e99a286@[208.0.145.14]>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 19 Nov 1997, Sean Engel wrote:

> Has anyone out there compiled Livinston RADIUS 1.16 for FreeBSD?  When I
> try I get the following output:
> 
> cc -O -DNOSHADOW -c ./radiusd.c
> cc -O -DNOSHADOW -c ./dict.c
> cc -O -DNOSHADOW -c ./users.c
> cc -O -DNOSHADOW -c ./util.c
> cc -O -DNOSHADOW -c ./md5.c
> cc -O -DNOSHADOW -c ./attrprint.c
> cc -O -DNOSHADOW -c ./acct.c
> cc -O -DNOSHADOW -o version.o -c ./version.c
> cc -O -DNOSHADOW -o radiusd radiusd.o dict.o users.o util.o md5.o
> attrprint.o ac
> ct.o version.o
> radiusd.o: Undefined symbol `_crypt' referenced from text segment
> *** Error code 1
> 
> Have I done something stupid? (Like not having Kerberos installed).

Add -lcrypt to the CFLAGS in the Makefile.

Doug White                              | University of Oregon  
Internet:  dwhite@resnet.uoregon.edu    | Residence Networking Assistant
http://gladstone.uoregon.edu/~dwhite    | Computer Science Major





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.971119172602.3811K-100000>