You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Stanley Dziegiel <sd...@stronglg.demon.co.uk> on 2014/05/23 16:56:06 UTC

[users@httpd] How to link pcre statically into Apache 2.4.9?

At work we compile Apache ourselves with some custom modules. I have been
asked to upgrade from Apache 2.2 to Apache 2.4. The build script mostly
works but we would like to continue to link pcre in statically and I am
struggling to find the right combination of switches to configure.

The decoupling of pcre is causing me problems. Ideally I would like to be
able to treat pcre as apr and apr-util and build it in the Apache tree as
in 2.2. Having failed to do that I would now like to link pcre statically.

I have tried the following two with no joy:

    --enable-pcre=static

    --enable-mods-static="pcre"

but it is still linked dynamically:

    ldd  .libs/httpd | grep pcre
        libpcre.so.1 => lib/libpcre.so.1

I realise that this is not the preferred direction but would like to link
it statically for the time being. I will keep plugging away but if anyone
still does this what am I missing?

Thanks.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org