[Vm-dev] Pharo 6.1 installation problem on Ubuntu 18.04.1 Bionic Beaver

Alistair Grant akgrant0710 at gmail.com
Wed Aug 22 17:48:31 UTC 2018


Hi Hannes,


On Wed, 22 Aug 2018 at 18:48, H. Hirzel <hannes.hirzel at gmail.com> wrote:
>
>
> Hello
>
> I'd like to install Pharo 6.1 in a new  installation of
>
> Ubuntu 18.04.1 Bionic Beaver [1]
>
> I get a message
>
> ./pharo-ui
> Error. Could not determine platform's libc path for VM.
> Try forcing $PLATFORMLIBDIR in /home/user25/pharo6.1/pharo-vm/pharo,
> based on LIBC_SO.  [2]
>
> Ubuntu 18.04.1 Bionic Beaver is a new installation. The only added sw
> is the Python anaconda distribution.
> https://www.anaconda.com/download/#linux
>
> Suggestions how fix this issue are welcome.
>
> Regards
> Hannes
>
>
>
> [1] http://releases.ubuntu.com/18.04/
>
>
> [2] The installation sequence
>
> wget -O- get.pharo.org | bash
>
>
> ./pharo-ui
> Error. Could not determine platform's libc path for VM.
> Try forcing $PLATFORMLIBDIR in /home/user25/pharo6.1/pharo-vm/pharo,
> based on LIBC_SO.
> Please report what works to pharo [vm-dev] mail list.
>   LIBC_SO=
>   DISTRIB_ID=Ubuntu
>   DISTRIB_RELEASE=18.04
>   DISTRIB_CODENAME=bionic
>   DISTRIB_DESCRIPTION="Ubuntu 18.04.1 LTS"
>   NAME="Ubuntu"
>   VERSION="18.04.1 LTS (Bionic Beaver)"
>   ID=ubuntu
>   ID_LIKE=debian
>   PRETTY_NAME="Ubuntu 18.04.1 LTS"
>   VERSION_ID="18.04"
>   VERSION_CODENAME=bionic
>   UBUNTU_CODENAME=bionic
>   UNAME=Linux Latitude2 4.15.0-29-generic #31-Ubuntu SMP Tue Jul 17
> 15:39:52 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
>   System seems to be 64 bit. You may need to (re)install the 32-bit libraries.

As it says, it looks like you don't have the 32 bit libraries
installed (I assume you're on 64 bit Ubuntu).

Do you really need 32 bit pharo?

How about:

curl get.pharo.org/64/61+vm | bash


HTH,
Alistair


More information about the Vm-dev mailing list