Re: Fresh install on Mac OS 10.5.4 - Mailing list pgsql-general

From John DeSoi
Subject Re: Fresh install on Mac OS 10.5.4
Date
Msg-id 235DBB42-9904-47B8-9BCC-9BE6979D257F@pgedit.com
Whole thread Raw
In response to Fresh install on Mac OS 10.5.4  (Manoj Patwardhan <manoj@expersis.com>)
Responses Re: Fresh install on Mac OS 10.5.4  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
On Aug 2, 2008, at 7:13 PM, Manoj Patwardhan wrote:

> bash-3.2$ initdb -D /usr/local/pgsql/data
>
> dyld: Library not loaded: /usr/local/pgsql/lib/libpq.4.dylib
>  Referenced from: /usr/local/bin/initdb
>  Reason: image not found
> Trace/BPT trap
>
> Any ideas? This is on Mac OS 10.5.4. What I see in /usr/local/pgsql/
> lib is libpq.5.dylib and not libpq.4.dylib.


Could be a path problem. Try

which initdb

initdb --version

to make sure you are running the version of initdb you think you are.



pgsql-general by date:

Previous
From: Manoj Patwardhan
Date:
Subject: Fresh install on Mac OS 10.5.4
Next
From: Tom Lane
Date:
Subject: Re: Fresh install on Mac OS 10.5.4