Running Pharo 5 on Ubuntu 16.04
Hi guys, I'm having some issues in trying to run Pharo 5 in Ubuntu 16.04 1) I've downloaded the sources, images and latest vm from pharo site 2) Unpacked everything into a directory ~/Applications/Pharo 3) chowned and chmoded everythin in that file But when I try to do: ./pharo I get: bash: ./pharo: No such file or directory even if I do ls -la : total 115264 drwxrwxr-x 2 nacho nacho 4096 mar 26 13:20 . drwxrwxr-x 4 nacho nacho 4096 mar 26 13:39 .. -rwxrwxr-x 1 nacho nacho 73871 mar 15 19:19 libB3DAcceleratorPlugin.so -rwxrwxr-x 1 nacho nacho 37374 mar 15 19:19 libFT2Plugin.so -rwxr-xr-x 1 nacho nacho 2873682 mar 15 19:19 libgit2.so.0 -rwxrwxr-x 1 nacho nacho 12493 mar 15 19:19 libInternetConfigPlugin.so -rwxrwxr-x 1 nacho nacho 16550 mar 15 19:19 libJPEGReaderPlugin.so -rwxrwxr-x 1 nacho nacho 164835 mar 15 19:19 libJPEGReadWriter2Plugin.so -rwxrwxr-x 1 nacho nacho 51465 mar 15 19:19 libRePlugin.so -rwxr-xr-x 1 nacho nacho 1508908 mar 15 19:18 libSDL2-2.0.so.0 -rwxr-xr-x 1 nacho nacho 1508908 mar 15 19:18 libSDL2-2.0.so.0.2.1 -rwxrwxr-x 1 nacho nacho 7462 mar 15 19:18 libSDL2DisplayPlugin.so -rwxrwxr-x 1 nacho nacho 27114 mar 15 19:19 libSqueakSSL.so -rwxr-xr-x 1 nacho nacho 212961 mar 15 19:18 libssh2.so.1 -rwxrwxr-x 1 nacho nacho 7288 mar 15 19:19 libSurfacePlugin.so -rwxrwxrwx 1 nacho nacho 1294725 mar 15 19:19 pharo -rwxr-xr-x 1 nacho nacho 32438188 mar 26 11:01 Pharo-50662.changes -rwxrwxrwx 1 nacho nacho 47711568 mar 26 11:01 Pharo-50662.image -rwxr-xr-x 1 nacho nacho 29854972 abr 14 2015 PharoV40.sources -rwxrwxr-x 1 nacho nacho 14530 mar 15 19:19 vm-display-null -rwxrwxr-x 1 nacho nacho 121391 mar 15 19:19 vm-display-X11 -rwxrwxr-x 1 nacho nacho 29175 mar 15 19:19 vm-sound-ALSA -rwxrwxr-x 1 nacho nacho 7773 mar 15 19:19 vm-sound-null I don't know whats wrong. Any clues? Thanks in advance Nacho ----- Nacho Smalltalker apprentice. Buenos Aires, Argentina. -- View this message in context: http://forum.world.st/Running-Pharo-5-on-Ubuntu-16-04-tp4886758.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
On 26-03-16 17:39, nacho wrote:
Hi guys, I'm having some issues in trying to run Pharo 5 in Ubuntu 16.04 1) I've downloaded the sources, images and latest vm from pharo site 2) Unpacked everything into a directory ~/Applications/Pharo 3) chowned and chmoded everythin in that file
Tell us about the dependencies you've loaded? Pharo needs some 32 bit libraries to run. Isn't 16.04 supposed to be releases next month? Stephan
I get: bash: ./pharo: No such file or directory
This is an error if you try to run 32bit on 64bit (or if the file is missing â just to make things confusing ;)). Look here at the "Other" section http://pharo.org/gnu-linux-installation sudo dpkg --add-architecture i386 sudo apt-get update sudo apt-get install libx11-6:i386 sudo apt-get install libgl1-mesa-glx:i386 sudo apt-get install libfontconfig1:i386 sudo apt-get install libssl1.0.0:i386 Peter
nacho <0800nacho@gmail.com> writes:
I'm having some issues in trying to run Pharo 5 in Ubuntu 16.04 1) I've downloaded the sources, images and latest vm from pharo site 2) Unpacked everything into a directory ~/Applications/Pharo 3) chowned and chmoded everythin in that file
you should probably use the Pharo Ubuntu PPA : http://pharo.org/gnu-linux-installation -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losing enthusiasm." --Winston Churchill
What Ubuntu PPA. I don't see a link for one at the URL that you provided. ----- Brad Selfridge -- View this message in context: http://forum.world.st/Re-Running-Pharo-5-on-Ubuntu-16-04-tp4886858p4894643.h... Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
it is not yet ready (next week)
On 13 May 2016, at 14:54, Brad Selfridge <bsselfridge@gmail.com> wrote:
What Ubuntu PPA. I don't see a link for one at the URL that you provided.
----- Brad Selfridge -- View this message in context: http://forum.world.st/Re-Running-Pharo-5-on-Ubuntu-16-04-tp4886858p4894643.h... Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
participants (6)
-
Brad Selfridge -
Damien Cassou -
Esteban Lorenzano -
nacho -
Peter Uhnák -
Stephan Eggermont