Re: Cygwin problem, compiling from source
"Brian Osborne" <[email protected]> Mon, 11 Apr 2005 09:33:39 -0400
| Newsgroups | gmane.comp.db.postgresql.cygwin |
|---|---|
| Message-ID | <[email protected]> |
Jason, Yes, that did it. Thanks again, Brian O. -----Original Message----- From: Jason Tishler [mailto:[email protected]] Sent: Monday, April 11, 2005 8:36 AM To: Brian Osborne Cc: [email protected] Subject: Re: [CYGWIN] Cygwin problem, compiling from source 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 ---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend