I think more this: but being completely ignorant on the matter, any attempt I made to understand it, failed :) So if someone wants to help… would be supercool. Esteban
|
2016-11-22 15:52 GMT+01:00 Esteban Lorenzano <[hidden email]>:
Thierry
|
In reply to this post by Thierry Goubier
Here is the script I have used for years. I am currently running it on 16.04. I have not compared it to Thierry's. I have this in a file setup-pharo.sh I make it executable and the sudo setup-pharo.sh
# ARGUMENT HANDLING
=============================================================
Jimmie Houchin
On 11/22/2016 08:24 AM, Thierry Goubier
wrote:
|
In reply to this post by Sven Van Caekenberghe-2
On 22 November 2016 at 16:50, Sven Van Caekenberghe <[hidden email]> wrote: Igor, ohh.. wait 6.0 is on the sight.. and i was mangling with 5.0.. yeah, that explains why it needs 32-bit libs and all that mess :) Best regards,
Igor Stasenko. |
Hey Igor, I was just messing around with this the other day; Levente
had the tersest incantation which worked on my fresh 14.04.4 install: sudo dpkg --add-architecture i386 sudo apt-get update sudo apt-get install libuuid1:i386 libglu1-mesa:i386 libsm6:i386 (Documented at http://wiki.squeak.org/squeak/6134). On Tue, Nov 22, 2016 at 10:46 AM, Igor Stasenko <[hidden email]> wrote: > > > On 22 November 2016 at 16:50, Sven Van Caekenberghe <[hidden email]> wrote: >> >> Igor, >> >> For future reference, >> >> > On 22 Nov 2016, at 11:17, Sven Van Caekenberghe <[hidden email]> wrote: >> > >> > (this is what I use for headless) >> > >> > sudo dpkg --add-architecture i386 >> > sudo apt-get update >> > sudo apt-get install libc6:i386 >> > sudo apt-get install libssl1.0.0:i386 >> > sudo apt-get install libfreetype6:i386 >> >> On a fresh Ubuntu 16.04.1 LTS 64-bit I did the above >> >> > (you might need more for full UI) >> >> And then just one other install >> >> sudo apt-get install libgl1-mesa-glx:i386 >> >> which installed lots of dependencies. >> >> After that I was able to run the download >> >> get.pharo.org/60+vm >> >> in UI mode (using pharo-ui). >> >> Sven >> > ohh.. wait 6.0 is on the sight.. and i was mangling with 5.0.. > yeah, that explains why it needs 32-bit libs and all that mess :) > > > -- > Best regards, > Igor Stasenko. |
On 24 November 2016 at 04:43, Chris Muller <[hidden email]> wrote: Hey Igor, I was just messing around with this the other day; Levente yeah... if its fresh.. but i guess my problem was that there was something installed, that were blocking clean installation of above libs due to conflicting dependencies. anyways, this is not critical for my current needs. Thanks for attention.
Best regards,
Igor Stasenko. |
In reply to this post by Igor Stasenko
Shameless plug:
To run 32bit Pharo 5.0 on 64bit Ubuntu 16.04 find detailed instructions here: https://milanvavra.wordpress.com/2016/08/12/pharo-5-0-running-on-64bit-ubuntu-16-04/ Best Regards, Milan Vavra |
Free forum by Nabble | Edit this page |