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. |
Hi Hannes, On Wed, 22 Aug 2018 at 18:48, H. Hirzel <[hidden email]> 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 |
Hello Alistair The 64bit download curl get.pharo.org/64/61+vm | bash did the the job. Thank you. I got to the script I used through http://pharo.org/news/pharo6.1-released (Link from the main page -- http://pharo.org/web !, Read more about here) and I thought it is a kind of generic script whereas it only downloads the 32 bit version. --Hannes On 8/22/18, Alistair Grant <[hidden email]> wrote: > > Hi Hannes, > > > On Wed, 22 Aug 2018 at 18:48, H. Hirzel <[hidden email]> 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 > |
Free forum by Nabble | Edit this page |