Re: Xemacs broken after postgresql upgrade

2005-11-14 Thread Reini Urban
Dr. Volker Zell schrieb: 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 mea

Re: Xemacs broken after postgresql upgrade

2005-11-14 Thread Jason Tishler
On Sun, Nov 13, 2005 at 03:53:36PM -0500, Charles Wilson wrote: > If that's the case, then (a) it's okay for Jason to package postgres > the way he does, It is up to Reini Urban, he is the PostgreSQL maintainer as of 8.x. Jason -- PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key serv

Re: Xemacs broken after postgresql upgrade

2005-11-13 Thread Igor Pechtchanski
On Sun, 13 Nov 2005, Brian Dessent wrote: > René Berber wrote: > > > A better fix is to link cygpq.dll to pq.dll: > > > > # ln /usr/bin/cygpq.dll /usr/bin/pq.dll > > That's not a great habit to get into. It will only work if the program > uses Cygwin methods (e.g. dlopen()) to dynamically load th

Re: Xemacs broken after postgresql upgrade

2005-11-13 Thread Charles Wilson
Brian Dessent wrote: René Berber wrote: A better fix is to link cygpq.dll to pq.dll: # ln /usr/bin/cygpq.dll /usr/bin/pq.dll that's a hardlink command, Brian -- which devolves to a copy on FAT32. That's not a great habit to get into. It will only work if the program uses Cygwin meth

Re: Xemacs broken after postgresql upgrade

2005-11-13 Thread Václav Haisman
Brian Dessent wrote: > René Berber wrote: > > >>A better fix is to link cygpq.dll to pq.dll: >> >># ln /usr/bin/cygpq.dll /usr/bin/pq.dll This will be hard link on WinNT+ and NTFS. So it will be ok for those with such configuration. > > > That's not a great habit to get into. It will only w

Re: Xemacs broken after postgresql upgrade

2005-11-13 Thread Brian Dessent
René Berber wrote: > A better fix is to link cygpq.dll to pq.dll: > > # ln /usr/bin/cygpq.dll /usr/bin/pq.dll That's not a great habit to get into. It will only work if the program uses Cygwin methods (e.g. dlopen()) to dynamically load the dll at runtime. It will absolutely not work for a .ex

Re: Xemacs broken after postgresql upgrade

2005-11-13 Thread René Berber
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. > I

Xemacs broken after postgresql upgrade

2005-11-13 Thread Dr. Volker Zell
Hi 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