Using Pharo with Debian 8 64 bits

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Using Pharo with Debian 8 64 bits

Olivier Auverlot
Hi,

I just tried to use Pharo 4 in graphical mode with Debian Jessy 64 bits. The last version of this Linux distribution needs some operations to running Pharo. I think that could be interesting to share my configuration work.

- unzip the Pharo4 archive,

- sudo dpkg --add-architecture i386
- sudo apt-get update
- sudo apt-get install ia32-libs

and now, the voodoo operations :-)

- apt-get install libx11-6:386
- apt-get install libgl1-mesa-glx:i386
- apt-get install libfontconfig1:i386

Hope that's can help someone.

Best regards
Olivier
Reply | Threaded
Open this post in threaded view
|

Re: Using Pharo with Debian 8 64 bits

Sven Van Caekenberghe-2

> On 07 Oct 2015, at 10:36, olivier auverlot <[hidden email]> wrote:
>
> Hi,
>
> I just tried to use Pharo 4 in graphical mode with Debian Jessy 64 bits. The last version of this Linux distribution needs some operations to running Pharo. I think that could be interesting to share my configuration work.
>
> - unzip the Pharo4 archive,
>
> - sudo dpkg --add-architecture i386
> - sudo apt-get update
> - sudo apt-get install ia32-libs
>
> and now, the voodoo operations :-)
>
> - apt-get install libx11-6:386
> - apt-get install libgl1-mesa-glx:i386
> - apt-get install libfontconfig1:i386
>
> Hope that's can help someone.
>
> Best regards
> Olivier

This is what I do:

https://github.com/svenvc/pharo-server-tools/blob/master/ubuntu-32bit-support-on-64bit.sh

but that is only for headless servers.