Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Nov 1997 02:31:29 +0200 (EET)
From:      Vladimir Kushnir <kushn@olinet.isf.kiev.ua>
To:        Sean Engel <sean@icubed.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Livingston Radius 1.16
Message-ID:  <Pine.BSF.3.96.971120022848.26562A-100000@kushnir.kiev.ua>
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).
> 
> Thanks in advance,
> 
> Sean
> 
>  
Looks like you have to link it with libcrypt yet (it's in standard bin
distribution, so you should have it).

Hope this helps
Vladimir




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