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

Levente Uzonyi leves at caesar.elte.hu
Thu Feb 15 22:21:44 UTC 2018


On Thu, 15 Feb 2018, Louis LaBrunda wrote:

> Hi Tobias,
>
> I'm working on a Raspberry Pi 3 with Raspbian version 9 (stretch).  I think it is a version of
> Debian.

Try to install libssl1.0.x: apt install libssl1.0.2

Levente

>
> Lou
>
> On Thu, 15 Feb 2018 20:08:43 +0100, Tobias Pape <Das.Linux at gmx.de> wrote:
>
>> Hi Lou
>>
>>> On 15.02.2018, at 19:43, Louis LaBrunda <Lou at Keystone-Software.com> wrote:
>>> 
>>> Hi Chris,
>>> 
>>> Thanks for the help.  I issued the three commands you suggested.  No joy, I still get the
>>> failed primitive and libcrypto.so.1.0.0 and libssl.so.1.0.0 are still not found.
>>> 
>>> Any other ideas are greatly appreciated.
>>> 
>>
>> What's actually your distro?
>>
>> Best regards
>> 	-Tobias
>>
>>> Lou
>>> 
>>> 
>>> On Thu, 15 Feb 2018 12:17:27 -0500, Chris Cunnington <brasspen at gmail.com> wrote:
>>> 
>>>> You don?t have openssl installed. ldd told you that. 
>>>> 
>>>> libcrypto.so.1.0.0 => not found
>>>> libssl.so.1.0.0 => not found
>>>> 
>>>> You are using a 32-bit vm. Clearly you don?t have the related 32-bit libcrypto installed. 
>>>> 
>>>> chris at chris-Meerkat:~$ dpkg -l | grep libssl
>>>> ii  libssl1.0.0:amd64                          1.0.2g-1ubuntu4.10                           amd64        Secure Sockets Layer toolkit - shared libraries
>>>> ii  libssl1.0.0:i386                           1.0.2g-1ubuntu4.10                           i386         Secure Sockets Layer toolkit - shared libraries
>>>> 
>>>> 
>>>> Maybe you need to do this[1]: 
>>>> 
>>>> sudo dpkg --add-architecture i386; 
>>>> sudo apt-get update; 
>>>> sudo apt-get install libssl1.0.0:i386
>>>> 
>>>> 
>>>> As an aside, it?d be cool if SqueakSSL plugin had primitives to access libcrypto. As is, I think, that library is only used in relation to sockets. 
>>>> 
>>>> Chris 
>>>> 
>>>> 
>>>> [1] https://askubuntu.com/questions/252168/can-i-install-libssl-devi386-on-x86-64-system-without-losing-important-packag
>>>> 
>>> -- 
>>> Louis LaBrunda
>>> Keystone Software Corp.
>>> SkypeMe callto://PhotonDemon
>>> 
>>> 
>>
>>
> -- 
> Louis LaBrunda
> Keystone Software Corp.
> SkypeMe callto://PhotonDemon


More information about the Squeak-dev mailing list