From: Daniel Berger Date: 2008-02-12T15:29:06+09:00 Subject: Re: ssleay32.dll, postgresql, extension problem On Feb 9, 8:53 pm, Nobuyoshi Nakada wrote: > Hi, > > At Sun, 10 Feb 2008 07:11:55 +0900, > Daniel Berger wrote in [ruby-talk:290550]: > > > 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". > > Maybe, INCLUDE and LIB environment variables are set for > PostgreSQL? Explicitly setting ENV in the extconf.rb script didn't seem to help. Any recommendations? Thanks, Dan