Dear Hans and all,

I patched install.sh but the installation failed in the
same way.  The patch is the follwing.

--- install.sh~ 2019-08-25 05:56:07.000000000 +0900
+++ install.sh  2019-08-31 06:50:40.491584829 +0900
@@ -21,7 +21,7 @@
                  i*86)
                              case "$libc" in
glibc)
-                        PLATFORM="linux" ;;
+                        PLATFORM="linux-32" ;;
musl)
                         PLATFORM="linuxmusl" ;;
esac ;;

Thanks for your time.
Best regards,
Atsuhito Kohda

2019年8月30日(金) 23:27 Hans Hagen <j.hagen@xs4all.nl>:
> What is wrong here?
can you patch install.sh:

                         PLATFORM="linux" ;;

to

                         PLATFORM="linux-32" ;;

and see if that works? (i have no 32 bit linux to test)

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-----------------------------------------------------------------