91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

PHP安裝教程

發布時間:2020-07-17 12:44:04 來源:網絡 閱讀:409 作者:wjpingok 欄目:web開發

安裝php (php-5.1.6.tar.bz2)

        cp php-5.1.6.tar.bz2 /home
        cd /home
        tar jxf php-5.1.6.tar.bz2
        cd php-5.1.6
        ./configure --with-apxs2=/usr/local/apache/bin/apxs --disable-debug --enable-safe-mode --enable-trans-sid --with-xml --with-mysql --enable-short-tags --with-gd --with-zlib --with-jpeg --with-png --enable-memory-limit --disable-posix --with-config-file-path=/usr/local/lib 

1、解決configure: error: libpng.(a|so) not found.

# ln -s /usr/lib64/libjpeg.so /usr/lib/# ln -s /usr/lib64/libpng.so /usr/lib/
2、錯誤說明

centos64位版本上安裝PHP時在./configure 步驟的時候出現了下面錯誤
configure: error: Cannot find libmysqlclient under /usr.
Note that the MySQL client library is not bundled anymore!

原因分析與解決

通過查找libmysqlclient,發現是在/usr/lib64/mysql/目錄內的libmysqlclient.so.15.0.0做的軟連接,PHP默認是去的/usr/lib/搜索,所以沒有找到.
解決辦法就是:
cp /usr/lib64/mysql/* /usr/lib/mysql/
然后進行./configure即可,如果服務器沒有/usr/lib/mysql/ 目錄,則在/usr/lib/目錄下創建mysql目錄即可



        說明:
         --with-apxs2=/usr/local/apache/bin/apxs \  這是加入apache中為DSO模塊的位置
         --disable-debug \ #關閉php內部調試 
         --enable-safe-mode \ #打開php的安全模式 
         --enable-trans-sid \ 
         --with-xml \ #支持xml 
         --with-mysql \ #支持mysql 
         --enable-short-tags \ #支持PHP的短標記 
         --with-gd \ #支持GD庫 
         --with-zlib \ #支持zlib 
         --with-jpeg \ 
         --with-png \ 
         --enable-memory-limit \ 
         --disable-posix \ 
         --with-config-file-path=/usr/local/lib 
        總之復制粘貼就可以了,-_-
        make
        make install
        cp php.ini-dist /usr/local/lib/php/php.ini 復制php的配置文件
        cd /usr/local/lib/php/
        vi php.ini  修改配置文件
                  register_globals = On   一般在399行
                保存退出


向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

php
AI

台湾省| 九寨沟县| 潼关县| 平山县| 东阿县| 泸西县| 乐安县| 全州县| 江孜县| 隆子县| 项城市| 邢台县| 江口县| 溧水县| 乐都县| 临西县| 兴山县| 贡嘎县| 宝应县| 长寿区| 富源县| 宣化县| 休宁县| 沾化县| 梅州市| 神木县| 松潘县| 丘北县| 华亭县| 宾阳县| 兴宁市| 衢州市| 邢台市| 曲麻莱县| 澄城县| 定结县| 泗水县| 宝清县| 沁源县| 石阡县| 黄浦区|