BreadCrumbs: PHP Install
PHP Install
From Luke Jackson
(Difference between revisions)
Revision as of 20:16, 11 May 2007 (edit) Ljackson (Talk | contribs) (→Common Errors) ← Previous diff |
Revision as of 20:18, 11 May 2007 (edit) Ljackson (Talk | contribs) (→Common Errors) Next diff → |
||
Line 1: | Line 1: | ||
== Common Errors == | == Common Errors == | ||
- | If you do not have libpng-devel installed you will receive the following error: | + | If you do not have libpng, libpng-devel installed you will receive the following error: |
configure: error: libpng.(a|so) not found. | 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! | configure: error: freetype2 not found! |
Revision as of 20:18, 11 May 2007
Common Errors
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 instal flex libxml2-devel openssl-devel bzip2-devel libjpeg-devel gd libpng-devel