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:

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.dll

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 library

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/