From owner-freebsd-questions Wed May 26 10:42:33 1999 Delivered-To: freebsd-questions@freebsd.org Received: from lexmark.lexmark.com (interlock2.lexmark.com [192.146.101.10]) by hub.freebsd.org (Postfix) with SMTP id A74F01571D for ; Wed, 26 May 1999 10:42:10 -0700 (PDT) (envelope-from jfreeze@lexmark.com) Received: by interlock2.lexmark.com id AA02028 (InterLock SMTP Gateway 3.0 for freebsd-questions@freebsd.org); Wed, 26 May 1999 13:42:08 -0400 Message-Id: <199905261742.AA02028@interlock2.lexmark.com> Received: by interlock2.lexmark.com (Protected-side Proxy Mail Agent-1); Wed, 26 May 1999 13:42:08 -0400 X-Lotus-Fromdomain: LEXMARK@LEXMTA From: jfreeze@lexmark.com To: freebsd-questions@freebsd.org, dkelly@hiwaay.net Date: Wed, 26 May 1999 13:41:09 -0400 Subject: Re: Installing and Running PostgreSQL Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Good! That's the right way to do it. Now you might wish to pkg_delete > it and do it again using "make USE_TCL=true install" then follow up by > installing the pgaccess port. :-) Ok, I did the pkg_delete and then a `make clean`. The make file said to use USE_TCL=yes, so I did make USE_TCL=yes install This responded with ===> postgresql-6.4.2 depends on shared library: tk80.1 - not found Since I have the ports collection installed from wccdrom, I changed directories to cd /usr/ports/x11-toolkits/tk80 This is now the package directory. I then did make install and it reports that >> tk8.0.4.tar.gz doesn't seem to exist on this system. Under /usr/ports/All there is a file tk-8.0.4.tgz I installed this by pkg_add /cdrom/packages/All/tk-8.0.4.tgz but postgresql did not think it was tk80. I also tried renaming tk-8.0.4.tgz to tk8.0.4.tar.gz, but this did not work either. Any suggestions would be very much appreciated. Thanks Jim jim@freeze.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message