[squeak-dev] Re: Anyone get the SqueakSSL plugin to work under Mac OS X Snow Leopard? Was Re: [ANN] SqueakSSL - a platform interface for SSL/TLS

Yanni Chiu yanni at rogers.com
Thu Oct 7 00:55:06 UTC 2010


On 06/10/10 8:30 PM, Eliot Miranda wrote:
> Have you checked that the plugin loads at all?  i.e. after you get the
> failure of primitiveSSLCreate and you list plugins is the SSL plugin
> included?  If not, then there's probably an undefined symbol and you may
> see an informative error message on the console or maybe able to trace
> through the plugin loading code to dlopen and get a useful error form that.

I should have mentioned that:
     SmalltalkImage current listLoadedModules
does not list SqueakSSL.

The only external plugin listed is:
     'LocalePlugin 9 June 2005 (e)'

I don't see any message on the console.

I just tried stepping into the primitive in the image, and got nothing, 
so I guess you mean trace the plugin loading with a C-level debugger. 
It's been many years since I last fired up a C debugger. I wish there 
were a command line argument to enable a verbose trace or something.




More information about the Squeak-dev mailing list