From owner-freebsd-isp Wed Mar 18 14:33:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA09294 for freebsd-isp-outgoing; Wed, 18 Mar 1998 14:33:10 -0800 (PST) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from ns1.win.net (ns1.win.net [204.215.209.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA09239 for ; Wed, 18 Mar 1998 14:32:46 -0800 (PST) (envelope-from jfmays@launchpad.win.net) Received: from launchpad.win.net (notebook01.win.net [204.215.209.215]) by ns1.win.net (8.8.7/8.6.9) with ESMTP id RAA07936 for ; Wed, 18 Mar 1998 17:32:38 -0500 (EST) Message-ID: <35104B16.F3BC654B@launchpad.win.net> Date: Wed, 18 Mar 1998 17:30:47 -0500 From: Joe Mays X-Mailer: Mozilla 4.04 [en] (Win95; U) MIME-Version: 1.0 To: freebsd-isp@FreeBSD.ORG Subject: ascend radius dbm failure. Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Okay -- I got the source for ascend radius 1.16 and compiled it in the freebsd form, it seems to work fine. I added the gnu ldbm database and changed the references to dbm.h in the code to use it. Now when I try to "make dbm" to make the database version, I get -- =========================================== ns3# make dbm gcc -ansi -O -DNOSHADOW -DFreeBSD -DBINARY_FILTERS -DASCEND_SECRET -DASCEND_LOGO UT -c ./radiusd.c gcc -ansi -O -DNOSHADOW -DFreeBSD -DBINARY_FILTERS -DASCEND_SECRET -DASCEND_LOGO UT -c ./dict.c gcc -ansi -O -DNOSHADOW -DFreeBSD -DBINARY_FILTERS -DASCEND_SECRET -DASCEND_LOGO UT -c ./util.c gcc -ansi -O -DNOSHADOW -DFreeBSD -DBINARY_FILTERS -DASCEND_SECRET -DASCEND_LOGO UT -c ./md5.c gcc -ansi -O -DNOSHADOW -DFreeBSD -DBINARY_FILTERS -DASCEND_SECRET -DASCEND_LOGO UT -c ./attrprint.c gcc -ansi -O -DNOSHADOW -DFreeBSD -DBINARY_FILTERS -DASCEND_SECRET -DASCEND_LOGO UT -c ./filters.c gcc -ansi -O -DNOSHADOW -DFreeBSD -DBINARY_FILTERS -DASCEND_SECRET -DASCEND_LOGO UT -c ./usr_read.c gcc -ansi -O -DNOSHADOW -DFreeBSD -DBINARY_FILTERS -DASCEND_SECRET -DASCEND_LOGO UT -c ./cache.c gcc -ansi -O -DNOSHADOW -DFreeBSD -DBINARY_FILTERS -DASCEND_SECRET -DASCEND_LOGO UT -c ./des.c gcc -ansi -O -DNOSHADOW -DFreeBSD -DBINARY_FILTERS -DASCEND_SECRET -DASCEND_LOGO UT -c ./radipa.c gcc -ansi -O -DNOSHADOW -DFreeBSD -DBINARY_FILTERS -DASCEND_SECRET -DASCEND_LOGO UT -c ./strerror.c gcc -ansi -O -DNOSHADOW -DFreeBSD -DBINARY_FILTERS -DASCEND_SECRET -DASCEND_LOGO UT -DDBM_MODE -o usersdbm.o -c ./users.c ./users.c: In function `fetch_user_data': ./users.c:213: parse error before `const' ./users.c:215: incompatible types in assignment ./users.c:224: incompatible types in assignment *** Error code 1 Stop. =================================== Anybody have any pointers on how to fix this? Anyone else encounter this? Thanks for your help. Joe Mays To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message