-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
configure fails on Alpine Linux 3.3.3 (kernel 4.4.6) #37
Comments
Bizarre! A linux variant that even configure can’t handle. Have you tried running “autoreconf” directly, if you’re using a release tarball? Having the local tools build your configure script might help. If that doesn’t help, please send in the output of “sh -x ../configure”. Thanks,
|
Thanks. Made some progress. Looks like I failed to install libtool, but that didn't resolve it. Running autoreconf yielded:
Following the guidance, I ran
The offending line:
Autoconf seems to meet the requirements:
Running automake directly fails as well:
UGH! So, I found a similar issue on the Gentoo forums which recommended to run
I'm still working on it as well...just figured I'd post an update. |
There are specific instructions in bin/setup.sh that are detailed in the wiki: https://github.com/Juniper/juise/wiki/Building#building-juise https://github.com/Juniper/juise/wiki/Building#building-juise Try those and see if that solves it. Thanks,
|
Trying to install JUISE on Alpine Linux and running into issues running configure for libslax.
Error:
Line 4201-4202:
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?
The text was updated successfully, but these errors were encountered: