]> git.ipfire.org Git - thirdparty/squid.git/commit
Clarify --enable-ecap failure on missing shared library support (#1968)
authorAlex Rousskov <rousskov@measurement-factory.com>
Tue, 31 Dec 2024 20:40:46 +0000 (20:40 +0000)
committerFrancesco Chemolli <5175948+kinkie@users.noreply.github.com>
Sun, 19 Jan 2025 22:24:18 +0000 (22:24 +0000)
commit2293c768d3fbf7e3211a732805947a67085b171f
treedef17ddbbf9c475794171cb76db425313f7a86b8
parent4a4e7ff34a3b1be91f5d46f5783410af95c14a5d
Clarify --enable-ecap failure on missing shared library support (#1968)

    checking if libtool supports shared libraries... no
    checking whether to build shared libraries... no
    configure: error: eCAP support requires loadable modules.
        Please do not use --disable-shared with --enable-ecap.

After 2022 commit 5a2409b7, our advice for handling the above error
became misleading in environments that do not --disable-shared
explicitly but lack shared libraries support for other reasons
configure.ac