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
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
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
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
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
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
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
7 matches
Mail list logo