Image Magick and Ghostscript

Posted by user114671 on Server Fault See other posts from Server Fault or by user114671
Published on 2012-03-20T11:10:30Z Indexed on 2012/03/20 11:31 UTC
Read the original article Hit count: 290

Filed under:
|
|
|

I mainly do web design but I host a few client sites on a Centos 5 VPS.

A new client has asked me to host their site and I've been given the following configuration requirement:

Apache 2.2.3 
PHP 5.2.17 
MySQL 5.0.77 
Image Magick 6.5.1-0 (not as an Apache module) 
Ghostscript 8.7

Checking php_info() I have:

Apache 2.2.3
PHP 5.2.14
MySQL 5.0.90

I don't have IM or GS listed.

I expect that my versions of PHP and MySQL are similar enough to work, but how do I get my server set up to work with this client's site as well?

© Server Fault or respective owner

Related posts about linux

Related posts about centos