| From: | ljwilson <ljwilson(at)digitalav(dot)com> |
|---|---|
| To: | pgsql-odbc(at)postgresql(dot)org |
| Subject: | psqlODBC (32-bit) compiled with PostgreSQL 9.2 requires Microsoft Visual C++ 2010 Redistributable Package (x86) |
| Date: | 2013-05-21 14:33:21 |
| Message-ID: | 1369146801869-5756313.post@n5.nabble.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-odbc |
I just tried installing the latest psqlODBC 32-bit drivers compiled from
source on a new Windows 7 64-bit Machine using the psqlODBC 32-bit drivers.
The install went fine, but when trying to configure a System DSN I got the
message "The program can't start because MSVCR100.dll is missing from your
computer. Try reinstalling the program to fix this problem." Going further
on an existing System DSN I got "Couldn't load libpq - SSL mode is
unavailable", So I guess it is the libpq.dll that needs VC++ 2010 runtimes.
I hadn't noticed it before in testing since I had PostgreSQL 9.2.4 installed
on the compile machine which has the "Microsoft Visual C++ 2010
Redistributable Package (x86)" package installed by the PostgreSQL
Installer.
After installing the "Microsoft Visual C++ 2010 Redistributable Package
(x86)" package System DSN configuration works fine. I used the download from
http://www.microsoft.com/en-us/download/details.aspx?id=5555
<http://www.microsoft.com/en-us/download/details.aspx?id=5555>
Can the MSI installer be modified to check for the existence of this
package, and install it if needed? Possibly the 64-bit psqlODBC would have
the same issue (needing the VC++ 2010 64-bit runtime)...
Thanks...jack
--
View this message in context: http://postgresql.1045698.n5.nabble.com/psqlODBC-32-bit-compiled-with-PostgreSQL-9-2-requires-Microsoft-Visual-C-2010-Redistributable-Packag-tp5756313.html
Sent from the PostgreSQL - odbc mailing list archive at Nabble.com.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Hiroshi Saito | 2013-05-21 15:15:26 | Re: psqlODBC (32-bit) compiled with PostgreSQL 9.2 requires Microsoft Visual C++ 2010 Redistributable Package (x86) |
| Previous Message | Heikki Linnakangas | 2013-05-21 06:32:07 | Re: [ODBC] ODBC constructs |