Hi all, I was using the PharoLauncher (32 bits) version on Ubuntu 14.04 (32 bits) without problem. But two days ago I installed Ubuntu 18.04 (64 bits) and tried to run PharoLauncher-linux-1.1-x64 and when I tried to run a 6.1 image I got this message.
Try this on a terminal: cd "/home/francisco/Pharo/vms/private/6521" && export SQUEAK_PLUGINS="" && "/home/francisco/Pharo/vms/private/6521/pharo" --nodisplay "/home/francisco/Pharo/images/Pharo 6.1 (stable)_1/Pharo 6.1 (stable)_1.image" eval "(Smalltalk imagePath asFileReference parent) / 'pharo.version' writeStreamDo: [ :stream | |major minor|major := SystemVersion current major.minor := SystemVersion current minor.(major = 6 and: [ SystemVersion current highestUpdate >= 60509 ])ifTrue: [ minor := 1 ].stream << major asString;<< minor asString ]" And got this: Error. Could not determine platform's libc path for VM. Try forcing $PLATFORMLIBDIR in /home/francisco/Pharo/vms/private/6521/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 LTS" NAME="Ubuntu" VERSION="18.04 LTS (Bionic Beaver)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 18.04 LTS" VERSION_ID="18.04" VERSION_CODENAME=bionic UBUNTU_CODENAME=bionic UNAME=Linux Dynabook 4.15.0-22-generic #24-Ubuntu SMP Wed May 16 12:15:17 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. Do I really need to install 32-bit libraries ? Any advice will be apreciated !!! Thanks in advance, Francisco -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
