php problems: no gd support?
A client of mine needs gd support in PHP. I have the gd libraries on my system, but from the looks of things, the PHP installed on my server doesn't have gd support built into it. (For reference, the os is centos 3.1, with php v4.3.9 installed [though up2date and rpm don't seem aware of that part].) I've tried finding an rpm for 4.3.9, but the only ones i can find are for 4.3.9-3.Either way, the RPM won't install because the database doesn't see the perfectly good PHP already there, and tells me php is required. up2date wants to install 4.3.2, which kinda defeats the purpose of a program named "up2date"...but i digress.
Is there a way to add gd support, keep v4.3.9 (or upgrade), and not have to install from source??
