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: Xemacs broken after postgresql upgrade


Dr. Volker Zell wrote:

> Xemacs will be broken after upgrading postgresql to the new stable or
> test version. This is because Xemacs depends on pq.dll which somehow got
> renamed to cygpq.dll in newer versions of postgresql.
> 
> I will rebuild Xemacs ASAP but can only upload in a week or so.
> In the meantime rename pq.dll to something else before upgrading
> postgresql and rename again to pq.dll afterwards.

A better fix is to link cygpq.dll to pq.dll:

# ln /usr/bin/cygpq.dll /usr/bin/pq.dll

-- 
René Berber


--
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]