Hello,

I don't know if this is the problem. But in your example I do not see
sudo apt-get dist-upgrade
which might be necessary to install the�� libraries after the update.

You might have actually did dist-upgrade or upgrade and just didn't put it in the email.
Or maybe the install pharo-launcher does all of that.

Here is the script I use to install Pharo.
I do not at this time use Pharo-Launcher. No particular reason. I just haven't yet.

sudo dpkg --add-architecture i386
sudo apt-get update

# INSTALL BUILD LIBRARIES ======================================================
sudo apt-get --yes install cmake zip bash-completion ruby git xz-utils debhelper devscripts
sudo apt-get --yes install libc6-dev:i386 libasound2:i386 libasound2-dev:i386 libasound2-plugins:i386
sudo apt-get --yes install libssl-dev:i386 libssl1.0.0:i386 libfreetype6-dev:i386 libx11-dev:i386 libsm-dev:i386 libice-dev:i386
sudo apt-get --yes install build-essential gcc-multilib g++
sudo apt-get --yes install libgl1-mesa-dev:i386 libgl1-mesa-glx:i386

This has gotten Pharo to work for me on any recent Ubuntus. I am currently running it on Xubuntu 15.04.

Hope this helps.

Jimmie


On 07/10/2015 11:38 AM, Leo Noordhuizen wrote:
@sean: I used:
--------------------------
sudo add-apt-repository ppa:pharo/stable
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install pharo-launcher
---------------------------

the result of ldd ��is:
------------------------
lcn@ubulcn:/usr/lib/pharo-vm$ ldd pharo-vm��
linux-gate.so.1 => ��(0xf7702000)
libm.so.6 => /lib/i386-linux-gnu/libm.so.6 (0xf7690000)
libdl.so.2 => /lib/i386-linux-gnu/libdl.so.2 (0xf768b000)
libpthread.so.0 => /lib/i386-linux-gnu/libpthread.so.0 (0xf766d000)
libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0xf74b2000)
/lib/ld-linux.so.2 (0xf7703000)
-----------------------

I hope this helps.

Leo

On Fri, Jul 10, 2015 at 5:48 PM, Sean P. DeNigris <sean@clipperadams.com> wrote:
Leo Noordhuizen wrote
> I should have mentioned that I already had tried the described
> installtionprocedure.

Which procedure did you follow? Maybe we have to update instructions
somewhere?



-----
Cheers,
Sean
--
View this message in context: http://forum.world.st/Pharo-on-64bit-Ubuntu-tp4836827p4836989.html
Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.