From owner-freebsd-questions Wed May 26 15:45:31 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.idgruppen.no (ns2.idgruppen.no [195.204.177.66]) by hub.freebsd.org (Postfix) with ESMTP id A008314C46 for ; Wed, 26 May 1999 15:45:22 -0700 (PDT) (envelope-from ragnar.nielsen@idcomnet.no) Received: from nettie ([10.1.50.18]) by mail2.idgruppen.no (8.8.7/8.8.7) with SMTP id AAA23088 for ; Thu, 27 May 1999 00:45:21 +0200 From: "Ragnar Nielsen" To: Subject: RE: Installing and Running PostgreSQL Date: Thu, 27 May 1999 00:47:22 +0200 Message-ID: <000101bea7c9$b7fb08e0$6401a8c0@nettie.watership.idsoft.no> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: <199905262230.AA09243@interlock2.lexmark.com> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [jfreeze@lexmark.com] > I installed pgaccess and found it in /usr/local/pgsql/bin/pgaccess. > > When I try to run it I get `pgaccess: Command not found`. > (The path is set and it should be accessible.) > > Is this due to the tcl/tk dependency. I am unfamiliar with any specific > requirments for this to work. Probably. I remember changing this myself in order to make things work. I don't remember if it was pgaccess or some other utility, and I don't have a copy of the original files to compare. pgaccess is a script. The first line (in my copy at least, see above) reads: #!/usr/local/bin/wish8.0 which exists on my system, and the program appears to start normally (I've only got a tty connection to the machine at the moment; no X display, so I cannot check further). The 'Command not found' error message means that you do not have the dependant version of wish installed, find out which version you do have and change this line accordingly. Or you could install the correct version, if you could find out where to find it. Ragnar -- Ragnar Nielsen ragnar.nielsen@idcomnet.no The daemon made me do it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message