[Previo por Fecha] [Siguiente por Fecha] [Previo por Hilo] [Siguiente por Hilo]

[Hilos de Discusión] [Fecha] [Tema] [Autor]

Re: Radius 2.1



On Fri, 22 Oct 1999, Miguel Santos (b) wrote:

> [root@soporte src]# make EXT=Linux_5.2 build
> mkdir -p ./Linux_5.2
> gcc -c -o Linux_5.2/radiusd.o -O -g -DNOSHADOW ./radiusd.c
> gcc -c -o Linux_5.2/acct.o -O -g -DNOSHADOW ./acct.c
> gcc -c -o Linux_5.2/dict.o -O -g -DNOSHADOW ./dict.c
> gcc -c -o Linux_5.2/ipass.o -O -g -DNOSHADOW ./ipass.c
> gcc -c -o Linux_5.2/vports.o -O -g -DNOSHADOW ./vports.c
> gcc -c -o Linux_5.2/log.o -O -g -DNOSHADOW ./log.c
> gcc -c -o Linux_5.2/md5.o -O -g -DNOSHADOW ./md5.c
> gcc -c -o Linux_5.2/menu.o -O -g -DNOSHADOW ./menu.c
> gcc -c -o Linux_5.2/proxy.o -O -g -DNOSHADOW ./proxy.c
> gcc -c -o Linux_5.2/users.o -O -g -DNOSHADOW ./users.c
> gcc -c -o Linux_5.2/util.o -O -g -DNOSHADOW ./util.c
> gcc -c -o Linux_5.2/pass.o -O -g -DNOSHADOW ./pass.c
> gcc -c -o Linux_5.2/version.o -O -g -DNOSHADOW ./version.c
> gcc -O -g -DNOSHADOW -o Linux_5.2/radiusd ./Linux_5.2/radiusd.o
> ./Linux_5.2/acct.o ./Linux_5.2/dict.o ./Linux_5.2/ipass.o
> ./Linux_5.2/vports.o ./Linux_5.2/log.o ./Linux_5.2/md5.o
> ./Linux_5.2/menu.o ./Linux_5.2/proxy.o ./Linux_5.2/users.o
> ./Linux_5.2/util.o ./Linux_5.2/pass.o ./Linux_5.2/version.o -ldb
> ./Linux_5.2/radiusd.o: In function `rad_authenticate':
> /home/miguel/radius/src/./radiusd.c:1829: undefined reference to `crypt'
> ./Linux_5.2/pass.o: In function `unix_pass':
> /home/miguel/radius/src/./pass.c:147: undefined reference to `crypt'
> make: *** [Linux_5.2/radiusd] Error 1
> [root@soporte src]#

 Donde esta la linea -ldb en tu makefile (o Makefile) agrega

 -lcrypt

					Saludos
-- 
 (o- Cristian Othon Martinez Vera <cfuga en itam mx>  Pulchrum est paucorum
//\     http://eniac.rhon.itam.mx/~cfuga/          hominum.
v_/_


-- 
Para desuscribirse, mande correo a: ayuda-unsubscribe en linux org mx
Para comandos adicionales, envíelo a: ayuda-help en linux org mx



[Hilos de Discusión] [Fecha] [Tema] [Autor]