ODBC Setup Dialog: "Couldn"t load libpq - SSL mode is unavailable"
ODBC Setup Dialog: "Couldn"t load libpq - SSL mode is unavailable"
am 16.02.2009 15:59:55 von JKorth
Hello!
I tried to set up the "PostgreSQL Unicode" ODBC driver
(psqlodbc_08_03_0400 - msi or dll package) under Windows XP.
On two computers the ODBC Setup Dialog contains the error message
"Couldn't load libpq - SSL mode is unavailable".
How do I get SSL to work (=get rid of this message)?
What I found out on myself (but didn't help):
libpq.dll depends on msvcr80.dll which was missing, but installing the
MSVC2008 Redistributable Package didn't made it to work - neither did
copying msvcr80.dll into the directory of libpq.dll
The Microsoft Dependency Walker Tool doesn't show any missing DLLs for
libpq.dll - but the message in the ODBC Setup Dialog remains.
Might downgrading to an older version solve this problem?
Best regards,
JKorth
--
Sent via pgsql-odbc mailing list (pgsql-odbc@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-odbc
Re: ODBC Setup Dialog: "Couldn"t load libpq - SSL mode isunavailable"
am 17.02.2009 04:40:05 von Hiroshi Inoue
JKorth wrote:
> Hello!
>
> I tried to set up the "PostgreSQL Unicode" ODBC driver
> (psqlodbc_08_03_0400 - msi or dll package) under Windows XP.
> On two computers the ODBC Setup Dialog contains the error message
> "Couldn't load libpq - SSL mode is unavailable".
> How do I get SSL to work (=get rid of this message)?
>
> What I found out on myself (but didn't help):
> libpq.dll depends on msvcr80.dll which was missing, but installing the
> MSVC2008 Redistributable Package didn't made it to work - neither did
> copying msvcr80.dll into the directory of libpq.dll
Maybe MSVC2005 redistributable package is needed.
Did you try
http://www.microsoft.com/downloads/details.aspx?familyid=200 b2fd9-ae1a-4a14-984d-389c36f85647&displaylang=en
?
regards,
Hiroshi Inoue
--
Sent via pgsql-odbc mailing list (pgsql-odbc@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-odbc
Re: ODBC Setup Dialog: "Couldn"t load libpq - SSL mode isunavailable"
am 18.02.2009 00:50:48 von Hiroshi Inoue
JKorth wrote:
> Hiroshi Inoue schrieb:
>> JKorth wrote:
>>> Hello!
>>>
>>> I tried to set up the "PostgreSQL Unicode" ODBC driver
>>> (psqlodbc_08_03_0400 - msi or dll package) under Windows XP.
>>> On two computers the ODBC Setup Dialog contains the error message
>>> "Couldn't load libpq - SSL mode is unavailable".
>>> How do I get SSL to work (=get rid of this message)?
>>>
>>> What I found out on myself (but didn't help):
>>> libpq.dll depends on msvcr80.dll which was missing, but installing
>>> the MSVC2008 Redistributable Package didn't made it to work - neither
>>> did copying msvcr80.dll into the directory of libpq.dll
>>
>> Maybe MSVC2005 redistributable package is needed.
>> Did you try
>> http://www.microsoft.com/downloads/details.aspx?familyid=200 b2fd9-ae1a-4a14-984d-389c36f85647&displaylang=en
>>
>> ?
> yesterday I tried the non-SP1 version of the MSVC2005 redistributable
> package, but without success.
Please try the SP1 version.
The recent libpq requires 8.0.50727.762 version of msvcr80.dll.
regards,
Hiroshi Inoue
--
Sent via pgsql-odbc mailing list (pgsql-odbc@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-odbc
Re: ODBC Setup Dialog: "Couldn"t load libpq - SSL mode isunavailable"
am 18.02.2009 12:03:15 von JKorth
Hiroshi Inoue schrieb:
> JKorth wrote:
>> Hiroshi Inoue schrieb:
>>> JKorth wrote:
>>>> Hello!
>>>>
>>>> I tried to set up the "PostgreSQL Unicode" ODBC driver
>>>> (psqlodbc_08_03_0400 - msi or dll package) under Windows XP.
>>>> On two computers the ODBC Setup Dialog contains the error message
>>>> "Couldn't load libpq - SSL mode is unavailable".
>>>> How do I get SSL to work (=get rid of this message)?
>>>>
>>>> What I found out on myself (but didn't help):
>>>> libpq.dll depends on msvcr80.dll which was missing, but installing
>>>> the MSVC2008 Redistributable Package didn't made it to work -
>>>> neither did copying msvcr80.dll into the directory of libpq.dll
>>>
>>> Maybe MSVC2005 redistributable package is needed.
>>> Did you try
>>> http://www.microsoft.com/downloads/details.aspx?familyid=200 b2fd9-ae1a-4a14-984d-389c36f85647&displaylang=en
>>>
>>> ?
>> yesterday I tried the non-SP1 version of the MSVC2005 redistributable
>> package, but without success.
>
> Please try the SP1 version.
> The recent libpq requires 8.0.50727.762 version of msvcr80.dll.
Thanks - that was the solution!
Best regards,
JKorth
--
Sent via pgsql-odbc mailing list (pgsql-odbc@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-odbc