On Jul 24, 2008, at 1:51 AM, Tom Lane wrote:
> Relative paths sound like the best solution to me, assuming they work.
Relative paths work fine. I use this all the time for distributing
psql. It looks something like this:
install_name_tool -change /path/to/postgresql/lib/libpq.dylib
@executable_path/../lib/libpq.dylib psql
John DeSoi, Ph.D.