On 25 Jun 2013, at 16:11, Frank Shearar <frank.shearar@gmail.com> wrote:
On 25 June 2013 15:10, Goubier Thierry <thierry.goubier@cea.fr> wrote:
Le 25/06/2013 15:52, kilon a écrit :
Thiery must be correct I am must be missing i386 libraries cause my ubuntu is amd64 , how I get them ? Also can someone update the site so ubuntu users don't have the same problem as me ?
There was something along the lines of ia32-libs but it may be deprecated with the advent of multilibs in Ubuntu/Debian, I need to check.
Yes, it's either :
sudo apt-get install ia32-libs
That installs an enormous amount of stuff. You can also just `sudo apt-get install libc6:i386`. That works for Squeak, at least. I don't know if Pharo depends on anything more exotic. Probably not, given that Dale Henrich's builderCI does this for Travis CI tests.
Hmm, you also need libssl0.9.8 or libssl0.9.8:i386 for Pharo since it includes SSL/TLS/HTTPS support out of the box. Anyway, missing deps are easily found using ldd.
frank
or
sudo apt-get install ia32-libs-multiarch:i386
Just basic info how to install pharo on linux should be enough. Afterall amd64 is what every modern pc would use.
I completely agree with you :)
Thierry
-- Thierry Goubier CEA list Laboratoire des Fondations des Systèmes Temps Réel Embarqués 91191 Gif sur Yvette Cedex France Phone/Fax: +33 (0) 1 69 08 32 92 / 83 95