I need to recompile apache with an external PCRE library. Any help would be much appreciated. Thanks.
Asked
Active
Viewed 1,270 times
-1
-
1You can't just preload it why? – Ignacio Vazquez-Abrams Apr 30 '12 at 08:36
1 Answers
3
- delete existing apache but keep configs
- download the source
- untar it
- 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