四虎影视在线影院在线观看,小s货再浪些再咬紧点h,国产精品水嫩水嫩,97精产国品一二三产区
標(biāo)題:
[分享]
php5.2.17解決了QQ不能登陸問題
[打印本頁]
作者:
ahong123
時間:
2015-2-4 14:32
標(biāo)題:
php5.2.17解決了QQ不能登陸問題
本帖最后由 ahong123 于 2015-2-4 14:37 編輯
純屬菜鳥,請大家不要見笑。我的解決方法是。
一、先安裝curl
wget dl2.admin5.com/php/curl-7.37.1.tar.gz
tar zxvf curl-7.37.1.tar.gz
cd curl-7.37.1
./configure --prefix=/usr/local/curl
make && make install
參考:
http://bbs.z.admin5.com/forum.php?mod=viewthread&tid=25661
二、從新編譯安裝php5.2.17,關(guān)鍵是(
--with-curl-dir=/usr/local/curl --enable-mbregex
)
wget -c http://dl.wdlinux.cn:5180/soft/php-5.2.17.tar.gz
tar zxvf php-5.2.17.tar.gz
cd php-5.2.17
./configure --prefix=/www/wdlinux/php-5.2.17 --with-config-file-path=/www/wdlinux/etc --with-mysql=/www/wdlinux/mysql --with-iconv=/usr --with-freetype-dir --with-jpeg-dir --with-png-dir --with-zlib --with-libxml-dir=/usr --enable-xml --disable-rpath --enable-inline-optimization --with-curl-dir=/usr/local/curl --enable-mbregex --enable-mbstring --with-mcrypt=/usr --with-gd --enable-gd-native-ttf --with-openssl --with-mhash --enable-ftp --with-apxs2=/www/wdlinux/apache/bin/apxs
make
&&
make install
rm -f /www/wdlinx/php
ln -s /www/wdlinux/php-5.2.17 /www/wdlinux/php
service httpd restart
參考:
http://cd-genova.com/bbs/viewthread.php?tid=7154&
;highlight=%BD%B5%BC%B6
然后問題解決。
作者:
metersbonwe
時間:
2016-11-5 09:36
:victory::victory::victory:
作者:
cn5m
時間:
2017-3-11 16:34
支持。。支持。。
歡迎光臨 WDlinux官方論壇 (http://cd-genova.com/bbs/)
Powered by Discuz! 7.2