Chasecreek Systemhouse wrote: > On 3/6/06, Mike Wright <ebwximaurm@xxxxxxxxxxxxxx> wrote: >> Does anybody know how/where one would find the original ./configure >> command line that was used to build that package? > > Download the FC4 httpd source code from the mirror. That's right, but just to expand on it a bit... some things like PHP take care to embed the configure options in the binary (php --info) but I didn't find that in Apache. So you need to get the SRPM that matches what you have, eg http://mirror.hiwaay.net/redhat/fedora/linux/core/4/SRPMS/httpd-2.0.54-10.src.rpm Then you need to get the RPM specfile out of it: rpm2cpio httpd-2.0.54-10.src.rpm | cpio -i *.spec have a look in httpd.spec that resulted -Andy
Attachment:
smime.p7s
Description: S/MIME Cryptographic Signature