This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: cygwin 1.7.5 psql does not run


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, cygwin and the native one C:\cygwin\bin\psql.exe C:\Program Files (x86)\PostgreSQL\8.4\bin\psql.exe

Shouldn't be a problem,
but you've also got much different dependencies than me.
I'm on XPSP3, 32-bit only, but I can try in work on Win7/32-bit.

I've only got:
$ cygcheck `which psql`
f:\cygwin2\bin\psql.exe
  F:\cygwin2\bin\cygpq.dll
    F:\cygwin2\bin\cygcrypt-0.dll
      F:\cygwin2\bin\cygwin1.dll
        C:\WINDOWS\system32\ADVAPI32.DLL
          C:\WINDOWS\system32\KERNEL32.dll
            C:\WINDOWS\system32\ntdll.dll
          C:\WINDOWS\system32\RPCRT4.dll
            C:\WINDOWS\system32\Secur32.dll
    F:\cygwin2\bin\cygcrypto-0.9.8.dll
      F:\cygwin2\bin\cygz.dll
      F:\cygwin2\bin\cyggcc_s-1.dll
    F:\cygwin2\bin\cygintl-8.dll
      F:\cygwin2\bin\cygiconv-2.dll
    F:\cygwin2\bin\cygldap-2-3-0.dll
      F:\cygwin2\bin\cyglber-2-3-0.dll
      F:\cygwin2\bin\cygminires.dll
      F:\cygwin2\bin\cygssl-0.9.8.dll
      F:\cygwin2\bin\cygsasl2-2.dll
  F:\cygwin2\bin\cygreadline6.dll
    F:\cygwin2\bin\cygncurses-9.dll
    C:\WINDOWS\system32\USER32.dll
      C:\WINDOWS\system32\GDI32.dll

I have attached the output of
cygcheck -s -r -v
in cygcheck.out and the output of
cygcheck psql
cygcheck_psql.out
--
Reini Urban
http://phpwiki.org/  http://murbreak.at/

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]