Trying to install JUISE on Alpine Linux and running into issues running configure for libslax.
Error:
checking whether ln -s works... yes
../configure: ./configure.lineno: line 4201: syntax error: unexpected word (expecting ")")
Line 4201-4202:
# Must be after AC_PROG_AR
LT_INIT(dlopen shared)
Alpine uses the musl libc (as opposed to glibc), which may be to blame. Additionally, it appears that Alpine uses PaX, which may also be causing issues with the build. Any pointers on a workaround?