Bug 56504 - cannot build static support binaries
Summary: cannot build static support binaries
Status: NEW
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: support (show other bugs)
Version: 2.4.9
Hardware: PC Linux
: P2 normal (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-08 17:03 UTC by Mark Tomich
Modified: 2014-05-08 17:03 UTC (History)
0 users



Attachments
config.log (90.05 KB, text/plain)
2014-05-08 17:03 UTC, Mark Tomich
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Tomich 2014-05-08 17:03:28 UTC
Created attachment 31601 [details]
config.log

I'm up to date on amd64 gentoo unstable, and cannot build any statically-linked support binaries.  I've tried the following:

> ./configure --enable-static-support
> <attached/>

> cd support
> make
> <snip/>

> file rotatelogs
> rotatelogs: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.16, not stripped

...If this is no longer supported, then configure shouldn't suggest it is.  Alternately, if it is supported but I've done something wrong (or I'm missing something), then I'd think the build would fail in some obvious way.