TPerry
Well-known member
Ohh.. well, considering this was a Debian install resource.With your Configure Parameters I got this error on compilation:
Code:checking for FreeType 2... lib64 checking for T1lib support... no checking whether to enable truetype string function in GD... yes checking whether to enable JIS-mapped Japanese font support in GD... no If configure fails try --with-vpx-dir=<DIR> configure: error: jpeglib.h not found. **ERROR** Could not configure PHP build
This is on CentOS 6 by the way.

There are several libraries you are missing for the compilation under CentOS apparently. I think there is an RPM (and a repository) specific to the install of OLS on CentOS - it should also get you what all you need. The paths will most likely be different also for CentOS compared to Debian.
You may need the comparable libraries for libjpeg8-dev, libpng-dev, libfreetype6-dev (or their equivalent) on CentOS.
I haven't done (yet) a compile from source on a CentOS box (that's planned for this evening as I set up a dev site for a copy of my XF and play with the new ShowCase BETA 3).
Last edited: