Skip to content

configure fails on Alpine Linux 3.3.3 (kernel 4.4.6) #37

@ntwrkguru

Description

@ntwrkguru

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions