Re: [Pharo-project] how to start a cog vm on debian 6.0.4

2012-09-14 Thread Tudor Girba
Hi, Thanks for the reply and suggestion. I slept over it and when I woke up I realized that maybe something went wrong with installing ia32-libs. I reinstalled them and now things look fine. I get: lib/squeak/4.0-2585# ldd squeak libutil.so.1 = /lib32/libutil.so.1 (0xb7efe000)

Re: [Pharo-project] how to start a cog vm on debian 6.0.4

2012-09-14 Thread Tudor Girba
Indeed, I thought I did that once. Doing it the second time seems to have done the trick :) Doru On Thu, Sep 13, 2012 at 10:16 PM, Nick Ager nick.a...@gmail.com wrote: On 64bit Ubuntu (derived from Debian) I installed the 32bit libraries with: sudo aptitude install ia32-libs Then Pharo

Re: [Pharo-project] how to start a cog vm on debian 6.0.4

2012-09-14 Thread Eliot Miranda
On Thu, Sep 13, 2012 at 11:08 PM, Tudor Girba tu...@tudorgirba.com wrote: Hi, Thanks for the reply and suggestion. I slept over it and when I woke up I realized that maybe something went wrong with installing ia32-libs. I reinstalled them and now things look fine. I get:

Re: [Pharo-project] how to start a cog vm on debian 6.0.4

2012-09-14 Thread Eliot Miranda
I updated the script. See below. On Fri, Sep 14, 2012 at 10:26 AM, Eliot Miranda eliot.mira...@gmail.comwrote: On Thu, Sep 13, 2012 at 11:08 PM, Tudor Girba tu...@tudorgirba.comwrote: Hi, Thanks for the reply and suggestion. I slept over it and when I woke up I realized that maybe

Re: [Pharo-project] how to start a cog vm on debian 6.0.4

2012-09-14 Thread Tudor Girba
That is excellent! Doru On Fri, Sep 14, 2012 at 7:42 PM, Eliot Miranda eliot.mira...@gmail.com wrote: I updated the script. See below. On Fri, Sep 14, 2012 at 10:26 AM, Eliot Miranda eliot.mira...@gmail.com wrote: On Thu, Sep 13, 2012 at 11:08 PM, Tudor Girba tu...@tudorgirba.com

[Pharo-project] how to start a cog vm on debian 6.0.4

2012-09-13 Thread Tudor Girba
Hi, I would need to start a Pharo/Pier image on Debian 6.0.4 from the command line using Cog. I tried to use both the Cog-VM (from Pharo) and the Cog (from Eliot), but none work: - If I run the Cog from Eliot returns can't infer base LD_LIBRARY_PATH. Aborting. - I could not even get the Pharo

Re: [Pharo-project] how to start a cog vm on debian 6.0.4

2012-09-13 Thread Bernardo Ezequiel Contreras
Tudor, do a ldd on the binary, and see if you have installed all the required libraries for the system http://linux.die.net/man/1/ldd At home, i'm using debian squeeze and it works. cheers On Thu, Sep 13, 2012 at 3:53 PM, Tudor Girba tu...@tudorgirba.com wrote: Hi, I would need to start a

Re: [Pharo-project] how to start a cog vm on debian 6.0.4

2012-09-13 Thread Bernardo Ezequiel Contreras
for instance, on ubuntu maverick and with eliot's vm ~/bin/pharo-vm/cog/r2502/lib/squeak/4.0-2502$ ls B3DAcceleratorPlugin squeak UnixOSProcessPlugin vm-display-X11 LocalePlugin SqueakFFIPrims UUIDPlugin vm-sound-ALSA PharoV10.sources SqueakV41.sources

Re: [Pharo-project] how to start a cog vm on debian 6.0.4

2012-09-13 Thread Tudor Girba
Hi, Thanks for the suggestion. I do not know exactly what it means, but I tried and the output does not look like yours (see below). Any idea what not a dynamic executable means? lib/squeak/4.0-2585# ls B3DAcceleratorPlugin SqueakFFIPrims squeakvm-display-null vm-sound-null

Re: [Pharo-project] how to start a cog vm on debian 6.0.4

2012-09-13 Thread Eliot Miranda
On Thu, Sep 13, 2012 at 11:53 AM, Tudor Girba tu...@tudorgirba.com wrote: Hi, I would need to start a Pharo/Pier image on Debian 6.0.4 from the command line using Cog. I tried to use both the Cog-VM (from Pharo) and the Cog (from Eliot), but none work: - If I run the Cog from Eliot returns

Re: [Pharo-project] how to start a cog vm on debian 6.0.4

2012-09-13 Thread Bernardo Ezequiel Contreras
Tudor, 32 bits or 64 bits? On Thu, Sep 13, 2012 at 4:25 PM, Eliot Miranda eliot.mira...@gmail.comwrote: On Thu, Sep 13, 2012 at 11:53 AM, Tudor Girba tu...@tudorgirba.comwrote: Hi, I would need to start a Pharo/Pier image on Debian 6.0.4 from the command line using Cog. I tried to use

Re: [Pharo-project] how to start a cog vm on debian 6.0.4

2012-09-13 Thread Tudor Girba
Hi, It looks like it's 64: If I do: uname -m = x86_64 Cheers, Doru On Thu, Sep 13, 2012 at 9:53 PM, Bernardo Ezequiel Contreras vonbecm...@gmail.com wrote: Tudor, 32 bits or 64 bits? On Thu, Sep 13, 2012 at 4:25 PM, Eliot Miranda eliot.mira...@gmail.com wrote: On Thu, Sep 13,

Re: [Pharo-project] how to start a cog vm on debian 6.0.4

2012-09-13 Thread Bernardo Ezequiel Contreras
do you have installed the 32 bits libraries? for instance http://packages.debian.org/squeeze/ia32-libs On Thu, Sep 13, 2012 at 5:04 PM, Tudor Girba tu...@tudorgirba.com wrote: Hi, It looks like it's 64: If I do: uname -m = x86_64 Cheers, Doru On Thu, Sep 13, 2012 at 9:53 PM,

Re: [Pharo-project] how to start a cog vm on debian 6.0.4

2012-09-13 Thread Nick Ager
On 64bit Ubuntu (derived from Debian) I installed the 32bit libraries with: sudo aptitude install ia32-libs Then Pharo started fine. On 13 September 2012 21:10, Bernardo Ezequiel Contreras vonbecm...@gmail.com wrote: do you have installed the 32 bits libraries? for instance

Re: [Pharo-project] how to start a cog vm on debian 6.0.4

2012-09-13 Thread Jan Vrany
can't infer base LD_LIBRARY_PATH. Aborting. - I could not even get the Pharo Cog to run. Even if the rights for the VM are correct, it still says: -bash: ./CogVM: No such file or directory Likely you don't have 32bit libraries on 64 bit system. Stupid Linux prints No such file or directory

Re: [Pharo-project] how to start a cog vm on debian 6.0.4

2012-09-13 Thread Eliot Miranda
On Thu, Sep 13, 2012 at 12:24 PM, Tudor Girba tu...@tudorgirba.com wrote: Hi, Thanks for the suggestion. I do not know exactly what it means, but I tried and the output does not look like yours (see below). Any idea what not a dynamic executable means? it means its not recognized by your

Re: [Pharo-project] how to start a cog vm on debian 6.0.4

2012-09-13 Thread Eliot Miranda
On Thu, Sep 13, 2012 at 2:35 PM, Eliot Miranda eliot.mira...@gmail.comwrote: On Thu, Sep 13, 2012 at 12:24 PM, Tudor Girba tu...@tudorgirba.comwrote: Hi, Thanks for the suggestion. I do not know exactly what it means, but I tried and the output does not look like yours (see below). Any