Re: cygwin 1.7.5 psql does not run

2011-06-01 Thread Christopher Faylor
On Wed, Jun 01, 2011 at 10:06:37PM +, Gabor Kincses wrote: >BTW, why does the FAQ say that there is no single cygwin version? Can >somebody please put uname -srv in the FAQ??? Please calm down. You are misinterpreting what the FAQ says. For instance, there is no such thing as "cygwin 1.7.5

Re: cygwin 1.7.5 psql does not run

2011-06-01 Thread Gabor Kincses
Reini Urban x-ray.at> writes: > > David Einstein schrieb: > > Windows 7 64 bit > > When I run the cygwin provided psql it immediately returns. Even if I > > run 'psql --help' or 'psql -v'. > > > > I tried recompiling postgres from source, and got the same behavior. > > > > All the dlls seem to

Re: cygwin 1.7.5 psql does not run

2010-07-21 Thread Reini Urban
David Einstein schrieb: Windows 7 64 bit When I run the cygwin provided psql it immediately returns. Even if I run 'psql --help' or 'psql -v'. I tried recompiling postgres from source, and got the same behavior. All the dlls seem to be in place. Oops. You've got two postgresql installations,

Re: cygwin 1.7.5 psql does not run

2010-07-21 Thread David Einstein
I mumbled: > 7/21/2010 David Rothenberger > > Try running "strace -o /dev/null psql --version". If you're missing a > > required DLL, you should get a pop-up indicating as much. > I get a popup saying that "The procedure entrypoint PQencryptPassword > could not be located in the dynamic link libra

Re: cygwin 1.7.5 psql does not run

2010-07-21 Thread David Einstein
7/21/2010 David Rothenberger > Try running "strace -o /dev/null psql --version". If you're missing a > required DLL, you should get a pop-up indicating as much. I get a popup saying that "The procedure entrypoint PQencryptPassword could not be located in the dynamic link library cygpq.dll." cygpq

Re: cygwin 1.7.5 psql does not run

2010-07-21 Thread David Einstein
2010/7/21 Huang Bambo: > use ldd command and list the dll's used by psql. When I do 'ldd /usr/bin/psql.exe' it hangs, i.e. does not return. ldd seems to work for the other executables, so I'm not sure what is going on. Though it looks like the dlls are the problem. -- Problem reports: htt

Re: cygwin 1.7.5 psql does not run

2010-07-21 Thread David Rothenberger
On 7/20/2010 3:07 PM, David Einstein wrote: > When I run the cygwin provided psql it immediately returns. Even if I > run 'psql --help' or 'psql -v'. Try running "strace -o /dev/null psql --version". If you're missing a required DLL, you should get a pop-up indicating as much. -- David Rothenbe

Re: cygwin 1.7.5 psql does not run

2010-07-20 Thread Huang Bambo
2010/7/21 David Einstein : > Huang Bambo: >> Maybe your psql command linked to a wrong cygpq.dll. > > I tried reloading all of the cygwin packages related to postgres to no > avail.  Would a locally compiled cygpq.dll be better? use ldd command and list the dll's used by psql. My output is like th

Re: cygwin 1.7.5 psql does not run

2010-07-20 Thread David Einstein
Huang Bambo: > Maybe your psql command linked to a wrong cygpq.dll. I tried reloading all of the cygwin packages related to postgres to no avail. Would a locally compiled cygpq.dll be better? -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/

Re: cygwin 1.7.5 psql does not run

2010-07-20 Thread Huang Bambo
Maybe your psql command linked to a wrong cygpq.dll. 2010/7/21 David Einstein : > Windows 7 64 bit > > When I run the cygwin provided psql it immediately returns.  Even if I > run 'psql --help' or 'psql -v'. > > I tried recompiling postgres from source, and got the same behavior. > > All the dlls