Hi!
I think I need some help here.
I am trying to run a pharo seaside on a corporate RHEL 6.5 box.
I downloaded this http://files.pharo.org/platform/Pharo4.0-centos.zip
and deployed its contents on a directory.
Gabe rights to execute and tried the first steps on this tutorial
http://astares.blogspot.com.ar/search?q=headless
but when running: ./pharo Pharo4.0.image save demo
get this dependency error:
pharo: error while loading shared libraries: libasound.so.2: cannot open
shared object file: No such file or directory
./pharo --vm-sound-null Pharo4.0.image save demo give the same error message
ldd bin/pharo gives
�� linux-gate.so.1 =>�� (0x00c36000)
�� libasound.so.2 => not found
�� libm.so.6 => /lib/libm.so.6 (0x00628000)
�� libdl.so.2 => /lib/libdl.so.2 (0x00a1e000)
�� libpthread.so.0 => /lib/libpthread.so.0 (0x007f4000)
�� libc.so.6 => /lib/libc.so.6 (0x0014f000)
�� /lib/ld-linux.so.2 (0x007b1000)
I am not going to have rights to install libasound.so.2 unless its part of a
supported red hat enterprise package.
What are my alternatives? Is libasound within a supported package? can I
have a vm without this dependency?
Thanks
Emilio