PHPサイトからダウンロード

[root@res-system.com~]#./configure --with-apxs2=/usr/local/apache2/bin/apxs --enable-xml --enable-xslt --with-dom=/usr/lib --with-dom-exslt=/usr/lib --with-dom-xslt=/usr/lib --with-xsl=/usr/lib --with-xslt-sablot --with-gd --with-zlib --enable-mbstring --enable-mbstr-enc-trans --enable-mbregex --with-mysql=/usr --with-imap-ssl=/usr/bin/openssl



以下のエラーについては、

configure: error: cannot find output from lex; giving up
->flex をインストール

configure: error: xml2-config not found. Please check your libxml2 installation.
->libxslt-devel をインストール

Cannot find MySQL header files under /usr.
->mysql-devel をインストール

configure: error: libpng.(a|so) not found.
->libpng-devel をインストール