From owner-freebsd-isp Fri May 28 6:59:25 1999 Delivered-To: freebsd-isp@freebsd.org Received: from accn2.accn.org (accn2.accn.org [207.73.64.20]) by hub.freebsd.org (Postfix) with ESMTP id 957A414BE9 for ; Fri, 28 May 1999 06:59:18 -0700 (PDT) (envelope-from ryanm@accn.org) Received: from accn.org (rocky.accn.org [207.73.64.8]) by accn2.accn.org (8.9.3/8.9.3) with ESMTP id KAA06028 for ; Fri, 28 May 1999 10:02:29 -0400 (EDT) Message-ID: <374EA0A5.E583AA5@accn.org> Date: Fri, 28 May 1999 09:56:53 -0400 From: ryanm Reply-To: ryanm@accn.org X-Mailer: Mozilla 4.51 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: "freebsd-isp@FreeBSD.ORG" Subject: Cucipop + 3.1 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Has anyone gotten cucipop to compile under FreeBSD?? I have installed the Berkely db version 2.7.3 and when i go to build the executables I get the following: cc -O -DUSE_DB -c cucipop.c -o cucipop.o cucipop.c: In function `main': cucipop.c:721: warning: passing arg 4 of `setsockopt' from incompatible pointer type cc -O -DUSE_DB -c authenticate.c -o authenticate.o In file included from authenticate.c:58: sdb.h:4: db2/db.h: No such file or directory make: *** [authenticate.o] Error 1 Now the default install of Berkely went into /usr/local/BerkelyDB so I added a -I/usr/local/BerkeleyDB/include to the gcc line but it still is having issues compiling. If anyone has a guide for a FreeBSD or Solaris install I would appreciate it. Thanks a bundle, Ryan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message