Libpq question

From: Tony Caduto <tony_caduto(at)amsoftwaredesign(dot)com>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Libpq question
Date: 2005-06-24 13:54:40
Message-ID: 42BC10A0.5040600@amsoftwaredesign.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Does anyone know if there is a compiled version of libpq.dll (ssl
enabled) that does not require
libintl-2.dll, libiconv-2.dll

Whoever compiled these dlls failed to include version information with
them, so it makes it a royal pain to deploy them, and it appears they
must be in the system dir.
I tried just sticking them in the same dir as my app with a renamed
libpq.dll and it did not work.
I would really like to rename libpq to something like libpq8.dll so my
app will grab that one instead of the one in system32.

The latest SP of windows 2000 and XP first look in the system dir and
then the app dir, which is reverse of how it worked before.

later,

Tony
http://www.amsoftwaredesign.com
Home of PG Lightning Admin for PostgreSQL 8.x

>
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Peter Eisentraut 2005-06-24 14:18:48 Re: PostgreSQL Certification
Previous Message Tom Lane 2005-06-24 13:44:15 Re: Win32 users?