Herby Vojčík wrote
> https://hub.docker.com/r/herbysk/pharo/

Cool! I noticed the following [1]:
    ln -s \
          `/sbin/ldconfig -p | sed -e 's|[^/]*||' | grep sqlite3` \
          `find . -type f -name SqueakSSL.so -print0 | xargs -0
dirname`/sqlite3.so
What does it do?

Answer from Herby in private mail: fixes linux lib lookup problem in ffi,
which I discussed on ML or in bug tracker few months ago. FFI was not able
to localize sqlite, so the fix chosen was to find its location and symlink
it to pharo directory with good name so it then finds it (it is mentioned in
docker desc "fixes sqlite").

1. https://lolg.it/herby/pharo-docker/src/master/61_32/Dockerfile



-----
Cheers,
Sean
--
Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

Reply via email to