libeay32.dll and libpq.dll

Поиск
Список
Период
Сортировка
От seijin@gmail.com
Тема libeay32.dll and libpq.dll
Дата
Msg-id 650422ec-5255-403b-b89d-a87c89374690@e10g2000prf.googlegroups.com
обсуждение исходный текст
Список pgsql-general
I'm working on a Windows application that will connect to a Postgresql
database without having through ODBC.

I'm using libpq and testing with a simple PQconnectdb/PQfinish call
but the application fails as soon as PQconnectdb is called.  The error
I get says that libeay32.dll is missing.  I have no idea what this
program is and why it would be required.

I've tested this exact same code before on a PC where I had installed
the Windows ODBC driver for Postgesql and the code worked using libpq
like it should.  However, on this new machine, I get the libeay32.dll
error.

Any thoughts on this?  I don't have to install the ODBC driver, do I?
It would hurt if that is true.

Update... One thing - I found a copy of this file in a directory for
SmartTerm so I tried copying it over to my test application's
directory.  Now when I run it, I get "procedure entry point
X509_STORE_set_flags could not be located in the dynamic link library
libeay32.dll"

I have no idea why this is being required.

Help?

В списке pgsql-general по дате отправления:

Предыдущее
От: "Scott Marlowe"
Дата:
Сообщение: Re: Will PG use composite index to enforce foreign keys?
Следующее
От: Martin
Дата:
Сообщение: Re: Porting from FrontBase