From owner-freebsd-questions Mon Jul 13 10:31:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA01112 for freebsd-questions-outgoing; Mon, 13 Jul 1998 10:31:42 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cisco.it ([195.103.235.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA01096 for ; Mon, 13 Jul 1998 10:31:31 -0700 (PDT) (envelope-from A.Nati@cisco.it) Received: from cisco.cisco.it.cisco.it (portone.cisco.it [195.103.235.22]) by cisco.it (8.7.5/8.7.3) with SMTP id TAA25205 for ; Mon, 13 Jul 1998 19:35:48 +0200 (MET DST) Message-Id: <3.0.1.32.19980713192430.006b17ec@posta.cisco.it> X-Sender: cp011@posta.cisco.it X-Mailer: Windows Eudora Pro Version 3.0.1 (32) [I] Date: Mon, 13 Jul 1998 19:24:30 +0200 To: freebsd-questions@FreeBSD.ORG From: Antonio Nati Subject: link of db 2.3.11 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've installed db 2.3.11 (FreeBSD 2.2.5) and ported an old mine application that worked with older db packages, but I can't link. The program has been modified in order to work with locks and transactions. Compilation is ok, linking is wrong. It cannot find txn_begin, txn_prepare, txn_abort, db_appinit, db_appexit, etc. What's wrong? Do I have to install the whole package or add some switch to the Makefile? Best thanks, Tonino To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message