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]

[1.7] Packaging bug: libpq{4,5} requires libopenldap?


thrall@pc1163-8413-xp ~
$ cygcheck /usr/bin/cygpq.dll 
C:\cygwin_1.7\bin\cygpq.dll
  C:\cygwin_1.7\bin\cygcrypt-0.dll
    C:\cygwin_1.7\bin\cygwin1.dll
      C:\WINDOWS\system32\ADVAPI32.DLL
        C:\WINDOWS\system32\KERNEL32.dll
          C:\WINDOWS\system32\ntdll.dll
        C:\WINDOWS\system32\RPCRT4.dll
  C:\cygwin_1.7\bin\cygcrypto-0.9.8.dll
  C:\cygwin_1.7\bin\cygintl-8.dll
    C:\cygwin_1.7\bin\cygiconv-2.dll
  C:\cygwin_1.7\bin\cygldap-2-3-0.dll
    C:\cygwin_1.7\bin\cyglber-2-3-0.dll
    C:\cygwin_1.7\bin\cygminires.dll
    C:\cygwin_1.7\bin\cygssl-0.9.8.dll
    C:\cygwin_1.7\bin\cygsasl2-2.dll
thrall@pc1163-8413-xp ~
$ cygcheck -f /usr/bin/cygpq.dll
libpq4-8.2.5-1
libpq5-8.2.11-1
thrall@pc1163-8413-xp ~
$ cygcheck -f /usr/bin/cygldap-2-3-0.dll 
libopenldap2_3_0-2.3.43-1

Which means libpq4 and libpq5 should have libopenldap2_3_0 in their
requires: line, right? But setup-2.ini has:

@ libpq4
...
requires: crypt libintl3 openssl cygwin
...
@ libpq5
...
requires: crypt libintl3 openssl cygwin

--
Bryan Thrall
FlightSafety International
bryan.thrall@flightsafety.com
 

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


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