Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Mar 2001 10:23:40 -0500 (EST)
From:      bill_gates@microsoft.com
To:        Dan Langille <dan@langille.org>
Cc:        freebsd-database@FreeBSD.ORG
Subject:   Re: getting a postgres client without installing postgres
Message-ID:  <Pine.BSF.4.21.0103081014270.20434-100000@schizo.controlq.com>
In-Reply-To: <200103081211.f28CB2I74526@ns1.unixathome.org>

next in thread | previous in thread | raw e-mail | index | archive | help

-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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0103081014270.20434-100000>