[GRASS-user] Re: Error Opening wxPython: No module named agw.customtreectrl

Glynn Clements glynn at gclements.plus.com
Thu Jun 9 20:18:20 EDT 2011


Martin Landa wrote:

> > The ordinal 284 could not be located in the dynamic link library
> > SSLEAY32.dll
> 
> hm, very exotic error for me.

SSLeay is the predecessor of OpenSSL. This often gets linked in via
libpq (PostgreSQL client library) which is linked in via GDAL.

"ordinal ... could not be located" indicates that the version of the
DLL which was found at run time isn't the same one which the program
or library was linked against.

-- 
Glynn Clements <glynn at gclements.plus.com>


More information about the grass-user mailing list