From owner-freebsd-alpha Tue Nov 20 0: 9:42 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from dll.abs.net (dll.abs.net [207.114.24.10]) by hub.freebsd.org (Postfix) with ESMTP id 15DB937B419 for ; Tue, 20 Nov 2001 00:09:39 -0800 (PST) Received: from hdl (hdl@hdl.leadmon.net [207.114.24.3]) by dll.abs.net (8.12.1/8.12.1/ORBZ+OSS+ORDB+LNSG) with ESMTP id fAK89cTA096501; Tue, 20 Nov 2001 03:09:38 -0500 (EST)?g (envelope-from howardl@abs.net)œ From: "Howard Leadmon" To: Subject: Tac_plus4 (tacacs) and DEC Alpha, anyone have it working?? Date: Tue, 20 Nov 2001 03:09:38 -0500 Organization: ABSnet Internet Services Message-ID: <007101c1719a$b2da2e70$f60aa8c0@leadmon.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I am curious to see if anyone has the tacacs port working with the Alpha?? I can get it to compile and link, but with a few errors. Where things fall apart is when you try and use encryption with tac and set keys on the routers/switches. If you do this on an Intel FBSD box all is great, but if you do it on an Alpha, then it just fails. If I run without keys, then the alpha port runs OK, but not really the smart way to run your auth daemons. I get the following errors/warnings when I build on an Alpha, that don't show up if I build on an Intel: cc -O -pipe -mcpu=ev56 -DTAC_IOS_VERSION=11 -mcpu=ev56 -DSKEY -DFREEBSD -DTAC_PLUS_PIDFILE=\"/var/run/tac_plus.pid\" -DMAXSESS -c md5.c md5.c: In function `MD5Update': md5.c:173: warning: type mismatch in implicit declaration for built-in function `memcpy' md5.c: In function `MD5Final': md5.c:215: warning: type mismatch in implicit declaration for built-in function `memset' cc -O -pipe -mcpu=ev56 -DTAC_IOS_VERSION=11 -mcpu=ev56 -DSKEY -DFREEBSD -DTAC_PLUS_PIDFILE=\"/var/run/tac_plus.pid\" -DMAXSESS -c tac_plus.c tac_plus.c: In function `main': tac_plus.c:318: warning: cast to pointer from integer of different size tac_plus.c:477: warning: cast to pointer from integer of different size cc -O -pipe -mcpu=ev56 -DTAC_IOS_VERSION=11 -mcpu=ev56 -DSKEY -DFREEBSD -DTAC_PLUS_PIDFILE=\"/var/run/tac_plus.pid\" -DMAXSESS -c regexp.c regexp.c: In function `regcomp': regexp.c:276: warning: type mismatch in implicit declaration for built-in function `strlen' cc -O -pipe -mcpu=ev56 -DTAC_IOS_VERSION=11 -mcpu=ev56 -DSKEY -DFREEBSD -DTAC_PLUS_PIDFILE=\"/var/run/tac_plus.pid\" -DMAXSESS -o generate_passwd generate_passwd.c -lcrypt generate_passwd.c: In function `main': generate_passwd.c:44: warning: type mismatch in implicit declaration for built-in function `strlen' Any ideas on how I can get this working, would be most appreicated... -Howard Leadmon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message