Hello,
I have installed RedHat 8.0 and have used the default Apache (DSO), PHP, MySQL, Postgres installation that is installed when you choose to install everything. Everything works and I'm very happy with it.
I have tried taking it to the next level by getting PHP to call some code that would generate PDF files in the web browser. I downloaded a module called “pdflib-4.0.3-3.i386.rpm” from http://www.pdflib.com and installed the .RPM.
My Question is this… How do I rebuild PHP to now support this PDF library?
Because PHP was installed through the initial installation, I can’t find the folder that I need to go to to…
./configure
make
make install
Is there any way that I could now tell PHP to use the module without recompiling it? I’ve recompiled PHP in older versions before to support MySQL or PostgreSQL but that was only when I installed Apache and PHP manually and I knew where the source files were. I’ve never tried to do from an initial install.
Any help would be appreciated if you think that you could solve this…
Regards,
Paul