I'm at a loss here, and could really use some advice.
I'm trying to recompile PHP 4.3.2 on a Redhat Enterprise WS install. I had installed from RPM and it's been working fine. I'm trying to get FDF support working, and getting no love.
I have downloaded and installed the PHP source RPM and the FDF toolkit. I've run the following configure command, followed by make and make install:
./configure --with-fdftk=/usr/local
The configure/make/make install all seems to work fine. It is finding the FDF libraries. Afterwards, the timestamp on the 'php' binary in /usr/local/bin shows as updated and the file size changes, so it does appear to be recompiling. After recompile, I've restarted apache, and even rebooted the whole system.
Problem is, the fdf functions aren't working, and when I do a 'phpinfo()' it doesn't show fdf included, and the build date doesn't match the compile date. It still looks like the original RPM binary.
I'm probably missing something obvious, here, but could someone please give me some ideas? I'm stumped and I really need to make this work!
Thanks!