curl https://get.pharo.org | bash
wget -O - http://download.opensuse.org/repositories/devel:/languages:/pharo:/stable/xUbuntu_16.04/Release.key | apt-key add -
echo "deb http://download.opensuse.org/repositories/devel:/languages:/pharo:/stable/xUbuntu_16.04/ ./" > /etc/apt/sources.list.d/pharo.list
apt install pharo6-32-ui pharo6-64-ui
mkdir -p /opt/pharo &&\
cd /opt/pharo &&\
curl https://get.pharo.org/61+vm | bash &&\
ln -s \
`/sbin/ldconfig -p | grep -v x86-64 | sed -e 's|[^/]*||' | grep sqlite3` \
`find . -type f -name SqueakSSL.so -print0 | xargs -0 dirname`/sqlite3.so
cd /usr/local/bin && ln -s /opt/pharo/pharo && ln -s /opt/pharo/pharo-ui
pharo /opt/pharo/Pharo.image eval "'Pharo {1}bit installed\' format: {32}"
./pharo Pharo.image printVersion
Using zeroconf, I installed 32-bit Pharo under 64-bit Debian. Pharo refused
to run ��� it threw up a bunch of errors.
Mariano Martinez Peck wroteRun Pharo 32 bits and install 32 bit libs...On Wed, Nov 21, 2018, 21:07 Richard Kenneth Eng <horrido.hobbies@wrote:> I'm creating the competition website using Pharo and Teapot. Forencryption, I'm using Pierce Ng's PasswordCrypt, which requires a 32-bitClibrary. This means I must run 32-bit Pharo.And this means I must run 32-bit Pharo under 32-bit Linux. Therein liesthe rub...I would like to host the website at DigitalOcean or Linode or OVH. As faras I can tell, however, these services do not support 32-bit Linux, only64-bit.What can I do?
--
Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html