From: | Jason Tishler <jason(at)tishler(dot)net> |
---|---|
To: | Brian Osborne <brian_osborne(at)cognia(dot)com> |
Cc: | pgsql-cygwin(at)postgresql(dot)org |
Subject: | Re: Cygwin problem, compiling from source |
Date: | 2005-04-11 12:35:54 |
Message-ID: | 20050411123554.GB6004@tishler.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-cygwin |
Brian,
On Wed, Apr 06, 2005 at 09:44:10PM -0400, Brian Osborne wrote:
> To whom it may concern,
>
> I ran the configure and make and make install commands, everything seemed to
> be fine. I can see that the DLL's have been installed:
>
> 153 ~/src/postgresql-8.0.1>find /usr/local/pgsql/ -name '*dll'
> /usr/local/pgsql/lib/ascii_and_mic.dll
> /usr/local/pgsql/lib/cygpq.dll
> [snip]
>
> However, when I run:
>
> >initdb -D /usr/local/pgsql/data -W -E LATIN1
>
> I see a dialog box saying:
>
> This application could not start because cygpq.dll was not found
>
> Do you have any ideas?
The simplest solution is to add /usr/local/pgsql/lib to your PATH.
Jason
--
PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers
Fingerprint: 7A73 1405 7F2B E669 C19D 8784 1AFD E4CC ECF4 8EF6
From | Date | Subject | |
---|---|---|---|
Next Message | Brian Osborne | 2005-04-11 13:33:39 | Re: Cygwin problem, compiling from source |
Previous Message | Brian Osborne | 2005-04-11 11:43:13 | Re: Cygwin problem, compiling from source |