Gmornin Everyone,
I have a quick question about the compilation of a PHP distro that was in place when I installed FC3.
I've been updating and installing pckages via yum for the most part, and I'm familiar with compiling source from the get-go, or installing packages via rpm or yum, but my question is how to you recompile a package with certain flags on a program that was either already installed ??
I ask because PHP obviously came installed for me, but when I Installed Snort & Acid, I noticed that when I try to access any of the graph links in Acid I get the followng error:
PHP ERROR: PHP build incomplete: the prerequisite GD support required to generate graphs was not built into PHP. Please recompile PHP with the necessary library (--with-gd)
So how do I re-compile to add just the --with-gd flags ??? Or do I have to go and DL the source and un-install the current PHP package ???
Thanks.