Re: Postgres misses readline

From: "Uwe C(dot) Schroeder" <uwe(at)oss4u(dot)com>
To: pgsql-general(at)postgresql(dot)org
Cc: bayerj(at)in(dot)tum(dot)de
Subject: Re: Postgres misses readline
Date: 2006-11-21 01:51:25
Message-ID: 200611201751.25971.uwe@oss4u.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

create a symlink from /opt/local/lib/libreadline.5.1.dylib
to /opt/local/lib/libreadline.5.0.dylib (or just copy the file) and hope
nothing major changed in the API. If you get unresolved symbols after that
you have to either get a prebuilt prostgresql using the newer library, or you
can grab the sources and recompile postgres yourself.

Not sure if MacOS has something like ldconfig, if it does you may want to run
that after you linked/copied the file.

UC

On Thursday 16 November 2006 01:11, bayerj(at)in(dot)tum(dot)de wrote:
> Hello group,
>
> I had postgres running fine for about a year on my local workstation
> for testing purposes. After I did not use it some time and then needed
> it again, running `$ postmaster` gives me the following error:
>
> dyld: Library not loaded: /opt/local/lib/libreadline.5.0.dylib
> Referenced from: /opt/local/bin/postmaster
> Reason: image not found
> Trace/BPT tra
>
> I updated readline to 5.1. How can I tell postgres to use that instead?
> I am using Postgresql 7.4 installed via DarwinPorts on Mac OS 10.4
> Tiger. Googling and scanning the manual did not help me.
>
>
> Thanks in advance,
> -justin
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly

--
Open Source Solutions 4U, LLC 1618 Kelly St
Phone: +1 707 568 3056 Santa Rosa, CA 95401
Cell: +1 650 302 2405 United States
Fax: +1 707 568 6416

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Gurjeet Singh 2006-11-21 03:05:34 Re: ORDER BY
Previous Message Tom Lane 2006-11-20 23:47:03 Re: PostgreSQL equivalent of the Oracale 'unique' qualifier