faqts : Computers : Programming : Languages : PHP : Installation and Setup

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

1 of 2 people (50%) answered Yes
Recently 1 of 2 people (50%) answered Yes

Entry

How to get PHP4.05 and pdflib 4.01 to work on RedHat7.1 and apache

Jun 4th, 2001 01:11
Jarno Saarinen,


I had huge problem to get that combination to work.
My system is built on RedHat 7.1 and apache is version 1.3.20

installation process was:

1) pdflib I compiled and installed by my self as told on readme.txt.

2) I installed Apache with DSO enabled.

3) php: 
   
  problem was to get pdflib configured. configuration failed.

sollution:

take pdflib's sourcecode to your php release. I think source is same but
there's error in phprelease 4.05 configuration scripts.

cp -R path_to_pdflibsource/bind/php/ext/pdf path_to_php_source/ext/pdf
build configure scripts ./buildconf 

now configure works fine !

Jape