]> 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)
committerSquid Anubis <squid-anubis@squid-cache.org>
Tue, 31 Dec 2024 20:40:55 +0000 (20:40 +0000)
commit6e2dbb99ca5e9e1f11c2e577f7b377c03d7deaaf
treea3b054db3f3288b49e6ff78104ef3969f75a6328
parentdb2697a4da2480aed08592dc4276fd37db01bf67
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