I have a clean install of CentOS 4 running on a box which will be an image generator. One of the requirements is t1lib support compiled into PHP. I don't want to go away from a fully RPM based system, so I don't want to compile PHP from source. Does anyone have an RPM with t1lib compiled in or is there a way to build my own RPM with the t1lib support compiled in?
TIA!
Mike
On Tue, 2005-04-05 at 21:01 -0500, Mike Kercher wrote:
I have a clean install of CentOS 4 running on a box which will be an image generator. One of the requirements is t1lib support compiled into PHP. I don't want to go away from a fully RPM based system, so I don't want to compile PHP from source. Does anyone have an RPM with t1lib compiled in or is there a way to build my own RPM with the t1lib support compiled in?
Go to your local mirror, grab the php SRPM, install it, modify the configure line in the spec file appropriately, change the release to show your change (e.g., add ".t1lib" at the end), rebuild, install.