BreadCrumbs: PHP Install

PHP Install

From Luke Jackson

(Difference between revisions)
Jump to: navigation, search
Revision as of 20:19, 11 May 2007 (edit)
Ljackson (Talk | contribs)
(Satisfy Dependencies)
← Previous diff
Revision as of 20:23, 11 May 2007 (edit)
Ljackson (Talk | contribs)
(Common Errors)
Next diff →
Line 1: Line 1:
== Common Errors == == Common Errors ==
 +
 +If you do not have openssl, openssl-devel installed you will receive the following error:
 +
 + configure: error: Cannot find OpenSSL's <evp.h>
If you do not have libpng, libpng-devel installed you will receive the following error: If you do not have libpng, libpng-devel installed you will receive the following error:

Revision as of 20:23, 11 May 2007

Common Errors

If you do not have openssl, openssl-devel installed you will receive the following error:

configure: error: Cannot find OpenSSL's <evp.h>

If you do not have libpng, libpng-devel installed you will receive the following error:

configure: error: libpng.(a|so) not found.

If you do not have freetype, freetype-devel installed you will receive the following error:

configure: error: freetype2 not found!

Satisfy Dependencies

yum install flex libxml2 libxml2-devel openssl openssl-devel bzip2 bzip2-devel libjpeg libjpeg-devel gd libpng libpng-devel freetype freetype-devel
Personal tools