Date: Sat, 1 Mar 1997 09:53:20 -0800 From: Everett F Batey <efb@gcpacix8.nswced.navy.mil> To: questions@FreeBSD.ORG Cc: dpkemp@missi.ncsc.mil Subject: Build fwtk on 2.0.5 no _crypt Message-ID: <199703011753.JAA12703@gcpacix8.nswced.navy.mil>
next in thread | raw e-mail | index | archive | help
Tried to build the FWTK .. on Free BSD 2.0.5 .. which I guess uses
non Standard Password things . . like md5 vs DES ? If I remember right ..
Would you suppose there was a bloodless workaround for linker cant find
_crypt when I try to build the FireWall ToolKit 1.3 .. as below ..
# Flags to pass to the linker (eg, -static for static binaries under GCC,
gcpacix:<efb>/<3>fwtk13{212} make
for a in lib auth smap smapd netacl plug-gw ftp-gw tn-gw rlogin-gw http-gw x-gw; do ( cd $a; echo all: `pwd`; make all ); done
all: /usr/src/fwtk/fwtk13/lib
all: /usr/src/fwtk/fwtk13/auth
gcc -g -o authmgr authmgr.o ../libauth.a ../libfwall.a -lresolv
gcc -I.. -g -O -c authsrv.c
gcc -I.. -g -O -c proto.c
gcc -I.. -g -O -c db.c
gcc -I.. -g -O -c pass.c
gcc -I.. -g -O -c srvio.c
gcc -g -o authsrv authsrv.o proto.o db.o pass.o srvio.o ../libauth.a ../libfwall.a -lresolv
pass.c:32: Undefined symbol `_crypt' referenced from text segment
pass.c:59: Undefined symbol `_crypt' referenced from text segment
*** Error code 1
Thanks /Ev/
--
+ efb@cotdazr.org http://www.vcnet.com/efb efb@oxnardsd.org [EFB15] WA6CRE +
+ VCEDA: http://www.gitt.gov/ SUG: http://halide.acs.uci.edu/GCSUG UserGrp +
+ Opinions MINE, NOT Uncles | Edu: http://www.oxnardsd.org/ innd email DNS +
+ Unix (Sun BSD Linux) - Network Security - Routing (Cisco) - Mail - News +
+ Beep: 805.655.2017 . 805.982.7180 Vmail: 805.340.6471+2+5 / 800.545.6998 +
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199703011753.JAA12703>
