From: James Tucker Date: 2008-02-10T10:12:34+09:00 Subject: Re: ssleay32.dll, postgresql, extension problem I've been fighting this problem on Vista with EventMachine, although not directly with postgresql. I have yet to find a solution, although I suspect it will be necessary in some cases to build everything with the same stack. On 9 Feb 2008, at 22:11, Daniel Berger wrote: > Hi all, > > The PostgreSQL 8.3 release ships with its own ssleay32.dll. However, > when building with VC++ 6 using the one-click installer, I need to > use the ssleay32.dll that Curt ships under c:/ruby/bin. > > I've been toying with $LDFLAGS and $LIBPATH but I can't make it > work. I always get a "The ordinal 284 could not be located in the > dynamic link library SSLEAY32.DLL". > > What mkmf incantation must I perform to make it work? > > Regards, > > Dan >