stand-alone psql

From: John DeSoi <jd(at)icx(dot)net>
To: PostgreSQL General <pgsql-general(at)postgresql(dot)org>
Subject: stand-alone psql
Date: 2004-09-01 15:36:42
Message-ID: B93FA5E4-FC2C-11D8-B77D-000A95B03262@icx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I'm looking for a way to build psql on OS X so that it can be copied to
another computer without any external dependencies. In particular, if I
build the standard distribution and then copy psql to another computer,
I get an error that /mydir/.../lib/libpq.3.dylib cannot be found. This
is probably basic make stuff, but I'm not sure where to start.

I think I solved this on Windows (8.0 beta) just by keeping libpq.dll
and zlib.dll in the same directory with psql.exe. Please correct me if
there is more to it.

Thanks,

John DeSoi, Ph.D.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ron St-Pierre 2004-09-01 15:47:08 Re: Suppress output from psql?
Previous Message Laura Vance 2004-09-01 15:36:29 Re: Join efficiency