From owner-freebsd-questions Fri Jan 7 13:14:57 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mx3.mail.ru (mx3.mail.ru [194.67.23.37]) by hub.freebsd.org (Postfix) with ESMTP id 5C6F415850 for ; Fri, 7 Jan 2000 13:14:39 -0800 (PST) (envelope-from muwa@mail.ru) Received: from [194.226.12.53] (helo=194.226.12.53) by mx3.mail.ru with esmtp (Exim 3.02 #114) id 126ggo-00028y-00 for freebsd-questions@freebsd.org; Sat, 08 Jan 2000 00:12:55 +0300 Date: Sat, 8 Jan 2000 00:14:24 +0300 From: Mike Petrov X-Mailer: The Bat! (v1.38e) S/N A1D26E39 / Educational Reply-To: Mike Petrov X-Priority: 3 (Normal) Message-ID: <010.000108@mail.ru> To: freebsd-questions@freebsd.org Subject: Cucipop 1.31 - APOP Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Question about APOP command in Cubic Circle's 1.31: to make APOP command work I need to create vpop.db using makevpopdb. If I compile cucipop without -DUSE_DB, # makevpopdb /etc/mail/vpop.db says "Can't create database." If I trying to compile with -DUSE_DB it needs db/db2.h. It seems cucipop needs Berkeley DB2, e.g. db-2.7.7.tgz. After installing it, cucipop's make finds db/db2.h but gcc prints: dbops.c: getstate() - too few parameters. Somewhere near "db->cursor(db,0,&cs);d.data="";d.size=1"; What should I do ? -- Best regards, Mike mailto:muwa@mail.ru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message