Linux下Apache+PHP安裝常見問題

來源:互聯網
上載者:User
問題: configure: error: Unable to find libgd.(a|so)
解決:如果使用的是Ubuntu或debian就很簡單了,直接sudo apt-get install apache2
libapache2-mod-php5 php5 php5-gd 就基本上搞定,但是用原始碼安裝還是很麻煩wget http://www.linuxidc.com/system/systemfiles/2010/5/gd-2.0.11.tar.gztar zxvf gd-2.0.11.tar.gzcd gd-2.0.11sudo ./configure --prefix=/usr/local/gd2sudo makesudo make install

再php:~/:./configure  …… --with-gd=/usr/local/gd2  ……

問題:Configure: error:
xml2-config not found. Please check your libxml2 installation解決:

#yum -y install libxml2 libxml2-devel 

問題: Checking for pkg-config… /usr/bin/pkg-configconfigure: error: Cannot find OpenSSL’s <evp.h>

解決:

#yum -y install openssl openssl-devel

問題:Configure: error: Please reinstall the BZip2 distribution

解決:

yum -y install bzip2 bzip2-devel

問題:Configure: error: Please reinstall the libcurl distribution -easy.h should be in <curl-dir>/include/curl/

解決:

yum -y install curl curl-devel  

問題: Configure: error: libjpeg.(also) not found.

解決:

yum -y install libjpeg libjpeg-devel

問題: Configure: error: libpng.(also) not found.

解決:

yum -y install libpng libpng-devel

問題: Configure: error: freetype.h not found.解決:

#yum -y install freetype-devel

問題: Configure: error: Unable to locate gmp.h

解決:

yum -y install gmp-devel

問題: Configure: error: Cannot find MySQL header files under /usr.Note that the MySQL client library is not bundled anymore!

解決:

yum -y install mysql-devel 

問題: Configure: error: Please reinstall the ncurses distribution

解決:

yum -y install ncurses ncurses-devel

問題: Checking for unixODBC support… configure: error: ODBC header file ‘/usr/include/sqlext.h’ not found!

解決:

yum -y install unixODBC-devel

問題: Configure: error: Cannot find pspell

解決:

yum -y install pspell-devel

問題: configure: error: mcrypt.h not found. Please reinstall libmcrypt.

解決:

yum -y install libmcrypt libmcrypt-devel   

問題:Configure: error: snmp.h not found. Check your SNMP installation.

解決:

# yum install net-snmp net-snmp-devel 問題:Configure:  error: Cannot
find ldap.h  

 解決:yum install openldap openldap-devel


 問題:error
while loading shared libraries: libmysqlclient.so.18: cannot open shared object file: No such file or directory

 解決:vim
/etc/ld.so.conf

     include ld.so.conf.d/*.conf
     /usr/local/lib
            /usr/local/mysql/lib


聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.