-1

I need to recompile apache with an external PCRE library. Any help would be much appreciated. Thanks.

bigZero
  • 1
  • 1

1 Answers1

3
  1. delete existing apache but keep configs
  2. download the source
  3. untar it
  4. compile it with that special module
Lucas Kauffman
  • 16,880
  • 9
  • 58
  • 93
  • 1
    +1 But may I suggest using `yum` to remove Apache rather than just deleting the binaries in step one? – jscott Apr 30 '12 at 11:50