[squeak-dev] WebClient httpGet: 'http://freegeoip.net/json/' works on windows not linux

Louis LaBrunda Lou at Keystone-Software.com
Wed Feb 14 20:55:39 UTC 2018


Hi Everyone,

I use the following:

Json readFrom: (ReadStream on: (WebClient httpGet: 'http://freegeoip.net/json/', (WebClient
httpGet: 'https://api.ipify.org') content) content utf8ToSqueak).

to get latitude and longitude from the internet.  It works great on windows but not linux
(Raspbian).  The #primitiveSSLCreate fails.  I expect something linux specific like some FFI or
something is missing.  Anyone have any idea what?

Lou
-- 
Louis LaBrunda
Keystone Software Corp.
SkypeMe callto://PhotonDemon



More information about the Squeak-dev mailing list