I think Sven is probably right - but my notes show a DO installation from 5 months ago with: curl https://get.pharo.org | bash wget -O - http://download.opensuse.org/repositories/devel:/languages:/pharo:/stable/xU... | apt-key add - echo "deb http://download.opensuse.org/repositories/devel:/languages:/pharo:/stable/xU... ./" > /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 Sent from my iPhone
On 22 Nov 2018, at 07:39, horrido <horrido.hobbies@gmail.com> wrote:
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 wrote
Run 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. For
encryption, I'm using Pierce Ng's PasswordCrypt, which requires a 32-bit C library. This means I must run 32-bit Pharo.
And this means I must run 32-bit Pharo under 32-bit Linux. Therein lies the rub...
I would like to host the website at DigitalOcean or Linode or OVH. As far as I can tell, however, these services do not support 32-bit Linux, only 64-bit.
What can I do?
-- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html