[Vm-dev] libc for Debian 8 Jessie 32-bit

Ben Coman btc at openinworld.com
Thu Jan 7 14:51:19 UTC 2016


I downloaded Squeak-5.0-All-in-One and running got the message:
Can't infer base LD_LIBRARY_PATH. Aborting. Try adding a line for
/lib/i386-linux-gnu/i686/nosegneg/libc.so.6 to
/home/ben/Downloads/Squeak5/Squeak-5.0-All-in-One/Squeak-5.0-All-in-One.app/Contents/LinuxAndWindows/Linux-i686/bin/squeak.
Please report your edit to squeak vm-dev.

I am thus reporting the following worked...
  case "$LIBC_SO" in
    /lib/i386-linux-gnu/i686/nosegneg/libc*)
SVMLPP="/lib/i386-linux-gnu/i686/nosegneg";;

uname -a
Linux dom0 3.16.0-4-686-pae #1 SMP Debian 3.16.7-ckt11-1+deb8u4
(2015-09-19) i686 GNU/Linux

cheers -ben


More information about the Vm-dev mailing list