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

溫馨提示×

溫馨提示×

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

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

PHP編譯出錯三例

發布時間:2020-07-08 23:09:42 來源:網絡 閱讀:243 作者:筆下生輝 欄目:web開發

1.[root@yaho php-5.3.27]# useradd -s /sbin/nologin phpadmin

[root@yaho php-5.3.27]# yum install -y libtool-ltdl libtool-ltdl-devel #解決找不到lltdl文件問題

[root@yaho php-5.3.27]# rpm -ivh ftp://ftp.pbone.net/mirror/dl.iuscommunity.org/pub/ius/archive/Redhat/6/i386/epel-release-6-5.noarch.rpm   #安裝第三方yum源

[root@yaho php-5.3.27]#

 yum install -y  libmcrypt-devel    #解決 缺少mcrypt加密件的問題
[root@yaho php-5.3.27]# ./configure --prefix=/usr/local/php --with-config-file-path=/usr/local/php/etc --enable-fpm --with-fpm-user=phpadmin --with-fpm-group=phpadmin --with-mysql=/usr/local/mysql --with-mysql-sock=/tmp/mysql.sock --with-libxml-dir --with-gd --with-jpeg-dir --with-png-dir --with-freetype-dir --with-iconv-dir --with-zlib-dir --with-mcrypt --enable-soap --enable-gd-native-ttf --enable-ftp --enable-mbstring --enable-exif --enable-zend-multibyte --disable-ipv6 --with-pear --with-curl=/usr/bin/ --with-openssl ./configure --prefix=/usr/local/php --with-config-file-path=/usr/local/php/etc --enable-fpm --with-fpm-user=php-fpm --with-fpm-group=php-fpm --with-mysql-dir=/usr/local/mysql --with-mysql-sock=/tmp/mysql.sock --with-libxml-dir --with-gd --with-jpeg-dir --with-png-dir --with-freetype-dir --with-iconv-dir --with-zlib-dir --with-mcrypt --enable-soap --enable-gd-native-ttf --enable-ftp --enable-mbstring --enable-exif --enable-zend-multibyte --disable-ipv6 --with-pear --with-curl=/usr/bin/ --with-openssl


[root@yaho php-5.3.27]#  make

[root@yaho php-5.3.27]#  make install

[root@yaho php-5.3.27]# done


當編譯時提示mysql 配置錯誤信息,可嘗試將--with-mysql=/usr/local/mysql 修改為:--with-mysql-dir=/usr/local/mysql。藍色必加項


2.提示錯誤:

cannot run apxs. ***

Sorry, I cannot run apxs. Possible reasons follow:

1. Perl is not installed
2. apxs was not found. Try to pass the path using --with-apxs2=/path/to/apxs
3. Apache was not built using --enable-so (the apxs usage page is displayed)

因為yum了perl,perl-devel后還提示同樣錯誤,apxs文件也的確存在,想不出答案就百度了一下,原來是由于 PHP 的configure文件沒有指定perl程序的路徑導致代碼不能被編譯。


[root@php]#vi configure 

把里面的第一句替換成:#!/usr/bin/perl -w   然后保存。再./configure 就正常了。


3.報錯:configure: error: mysql configure failed. Please check config.log for more information.

為php增加mysql模塊時報錯

configure: error: mysql configure failed. Please check config.log for more information.


解決方法:


[root@localhost mysql]$ ./configure --with-php-config=/usr/local/bin/php-config --with-mysql-dir=/usr --with-zlib-dir

而非


[root@localhost mysql]$ ./configure --with-php-config=/usr/local/bin/php-config --with-mysql=/usr --with-zlib-dir



向AI問一下細節

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

php
AI

阿拉尔市| 土默特左旗| 岑溪市| 阿鲁科尔沁旗| 武邑县| 安岳县| 尚志市| 宁河县| 延安市| 左贡县| 昌吉市| 额敏县| 开阳县| 喀喇沁旗| 兴安盟| 大石桥市| 鄂托克旗| 芦溪县| 阿鲁科尔沁旗| 津市市| 石河子市| 达拉特旗| 广州市| 忻城县| 宁远县| 哈尔滨市| 常熟市| 改则县| 永安市| 海伦市| 浪卡子县| 贡觉县| 靖江市| 乌兰察布市| 华宁县| 政和县| 肃宁县| 东光县| 芒康县| 遂溪县| 江城|