Hello,
I just wanted to run a latest Pharo image on a CentOS server to run a Zinc server.
So I did:
curl get.pharo.org/50+vm | bash
./pharo Pharo.image eval “1+1” evals to 2
But,
./pharo Pharo.image --no-quit eval "ZnServer startOn: 8080."
returns:
ioLoadModule(/root/Pharo/pharo-vm/libFT2Plugin.so):
libfreetype.so.6: cannot open shared object file: No such file or directory
So the server is not launched…
What are the libs that should be installed on the machine? Should I take another VM?
BTW, why a headless image needs a freetype lib?
Thanks in advance,
Cheers,
Vincent Blondeau