From owner-freebsd-current Mon Mar 23 01:56:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA18749 for freebsd-current-outgoing; Mon, 23 Mar 1998 01:56:31 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from rah.star-gate.com (rah.star-gate.com [209.133.7.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA18743 for ; Mon, 23 Mar 1998 01:56:29 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Received: from rah (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.8.8/8.8.8) with ESMTP id BAA11771; Mon, 23 Mar 1998 01:56:16 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Message-Id: <199803230956.BAA11771@rah.star-gate.com> X-Mailer: exmh version 2.0.2 2/24/98 To: Chuck Robey cc: Andreas Klemm , current@FreeBSD.ORG Subject: Re: pgaccess doesn't run on -current anymore, possibly shared lib problem ? In-reply-to: Your message of "Sun, 22 Mar 1998 22:24:18 EST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 23 Mar 1998 01:56:16 -0800 From: Amancio Hasty Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Whats missing is a line similar to this: cc -L/usr/local/lib -lcrypt -lcompat -lln -lm -lreadline -ltermcap -lcurses -L ../../interfaces/libpq -lpq -shared pgtcl.o pgtclCmds.o pgtclId.o -o libpgtcl.so.1.0 And I got that line from the old postgres port. I just compiled postgres3.1 locally here and it appears to work with pgaccess. Have Fun, Amancio To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message