From owner-freebsd-database Thu Mar 8 7:23: 7 2001 Delivered-To: freebsd-database@freebsd.org Received: from alpha.netaccess.on.ca (alpha.netaccess.on.ca [199.243.225.10]) by hub.freebsd.org (Postfix) with ESMTP id 0F93337B718 for ; Thu, 8 Mar 2001 07:23:04 -0800 (PST) (envelope-from bill_gates@microsoft.com) Received: from schizo.controlq.com (dial096.nas.net [207.176.144.96]) by alpha.netaccess.on.ca (8.9.0/8.9.0) with ESMTP id KAA09279; Thu, 8 Mar 2001 10:22:55 -0500 (EST) From: bill_gates@microsoft.com Date: Thu, 8 Mar 2001 10:23:40 -0500 (EST) Reply-To: bill_gates@microsoft.com To: Dan Langille Cc: freebsd-database@FreeBSD.ORG Subject: Re: getting a postgres client without installing postgres In-Reply-To: <200103081211.f28CB2I74526@ns1.unixathome.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-database@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -r-xr-xr-x 1 root wheel 114732 Jan 26 11:48 /usr/local/pgsql/bin/psql ldd output: /usr/local/pgsql/bin/psql: libpq.so.2 => /usr/local/lib/libpq.so.2 (0x2807c000) libcrypt.so.2 => /usr/lib/libcrypt.so.2 (0x2808a000) libm.so.2 => /usr/lib/libm.so.2 (0x2809f000) libutil.so.3 => /usr/lib/libutil.so.3 (0x280ba000) libreadline.so.4 => /usr/lib/libreadline.so.4 (0x280c4000) libncurses.so.5 => /usr/lib/libncurses.so.5 (0x280e9000) libc.so.4 => /usr/lib/libc.so.4 (0x2812a000) Dan, Using ldd, one can determine the load dependancies as above. It looks like psql requires libpq at a minimum, but will also use the above libraries. If they are not on the target systems, they will need to be. have fun On Fri, 9 Mar 2001, Dan Langille wrote: > I want to give the developers access to a postgres database. The > database server is on the same LAN. What's the easiest way to get the > postgres client (psql) running on their box without doing a full install of > postgresql? That is, I don't see a postgres-client port. > > > > -- > Dan Langille > pgpkey - finger dan@unixathome.org | http://unixathome.org/finger.php > got any work? I'm looking for some. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-database" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-database" in the body of the message