Re: [Pharo-users] Pharo download with wget

2019-05-14 Thread Brainstorms
Which version of 'libcurl' do you have installed on your system? Due to some unfortunate history (involving naming), libcurl3 and libcurl4 cannot both reside on the same system. Try "locate libcurl.so". Does it show "libcurl.so.3" or "libcurl.so.4"? You may wish to upgrade to v4. Cheers, -Ted

Re: [Pharo-users] Pharo download with wget

2019-05-14 Thread Ben Coman
What distribution are you using? (i.e. /etc/lsb-release) possibily related... http://forum.world.st/Can-t-load-libgit2-in-7-0-on-some-major-Linux-distros-td5061780.html http://forum.world.st/What-s-wrong-with-latest-Pharo-td5097766i20.html#a5098825 cheers, Ben On Wed, 15 May 2019 at 03:20, Brun

[Pharo-users] Pharo download with wget

2019-05-14 Thread BrunoBB
Hi, Pharo image is created with: wget -O- https://get.pharo.org/64 | bash So far so good . But the following sentence display an error: ./pharo Pharo.image eval 3+4 It answer 7 but also show some errors: [user@localhost linux-server-tools]$ ./pharo Pharo.image eval 3+4 ioLoadModule(/home/gemst

Re: [Pharo-users] TelePharo breaks Calypso tabs

2019-05-14 Thread Alistair Grant
Thanks, Denis! That fixes it. Thanks again, Alistair On Tue, 14 May 2019 at 14:06, Denis Kudriashov wrote: > > Hi Alistair. > > We forgot update telepharo baseline for fixed calypso version. > > For now just load latest calypso from master on top of telepharo > > вт, 14 мая 2019 г., 7:54 Alista

Re: [Pharo-users] TelePharo breaks Calypso tabs

2019-05-14 Thread Denis Kudriashov
Hi Alistair. We forgot update telepharo baseline for fixed calypso version. For now just load latest calypso from master on top of telepharo вт, 14 мая 2019 г., 7:54 Alistair Grant : > Hi Dennis & Everyone, > > I'm just starting to play with TelePharo - it's really impressive. > > However loadi