锘??xml version="1.0" encoding="utf-8" standalone="yes"?>一级做a爰片久久毛片人呢,一97日本道伊人久久综合影院,久久久久亚洲AV成人网人人网站http://www.shnenglu.com/byc/category/18416.html瀛︿範璧勬枡璁板綍zh-cnWed, 16 May 2012 22:22:49 GMTWed, 16 May 2012 22:22:49 GMT60centos 6.2 鎵嬪姩緙栬瘧 apche php 緙栬瘧http://www.shnenglu.com/byc/archive/2012/01/11/163982.html鍏彾鑽?/dc:creator>鍏彾鑽?/author>Wed, 11 Jan 2012 03:14:00 GMThttp://www.shnenglu.com/byc/archive/2012/01/11/163982.htmlhttp://www.shnenglu.com/byc/comments/163982.htmlhttp://www.shnenglu.com/byc/archive/2012/01/11/163982.html#Feedback0http://www.shnenglu.com/byc/comments/commentRss/163982.htmlhttp://www.shnenglu.com/byc/services/trackbacks/163982.htmlwget http://apache.etoak.com//httpd/httpd-2.2.21.tar.gz
tar xzvf httpd-2.2.21.tar.gz
cd httpd-2.2.21
./configure --enable-so --enable-mods-shared=most
make
make install

vi /usr/local/apache2/conf/httpd.conf #緙栬緫閰嶇疆鏂囦歡
鎵懼埌錛?ServerName www.example.com:80
淇敼涓猴細ServerName localhost:80
鎵懼埌錛欴irectoryIndex index.html
淇敼涓猴細DirectoryIndex index.html index.php
鎵懼埌錛歄ptions Indexes FollowSymLinks
淇敼涓猴細Options FollowSymLinks #涓嶆樉紺虹洰褰曠粨鏋?br />澧炲姞
<FilesMatch \.php$>
    SetHandler application/x-httpd-php
</FilesMatch>

cp /usr/local/apache2/bin/apachectl /etc/init.d/httpd 
vi /etc/init.d/httpd
 鍦ㄦ枃浠舵渶鍓嶉潰鎻掑叆涓嬮潰鐨勮錛屼嬌鍏舵敮鎸乧hkconfig鍛戒護錛?nbsp;
#!/bin/sh
# chkconfig: 2345 85 15
# description: Apache is a World Wide Web server.
錛堟敞錛氬湪榪愯綰?/3/4/5涓姞鍏ユ湇鍔★紝鍚姩欏哄簭85錛屽仠姝㈤『搴?5錛?br />
chkconfig --add httpd
service htpd start


yum install mysql-devel
yum install libpng-devel
yum install libjpeg-devel
yum install libxml2-devel

wget http://sourceforge.net/projects/mcrypt/files/Libmcrypt/2.5.8/libmcrypt-2.5.8.tar.gz/download
tar xzvf libmcrypt-2.5.8.tar.gz
cd libmcrypt-2.5.8
./configure
make
make install


//wget http://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.14.tar.gz
//tar xzvf libiconv-1.14.tar.gz
//cd libiconv-1.14 
//./configure
//make
//make install



wget http://museum.php.net/php5/php-5.1.6.tar.gz
tar xzvf php-5.1.6.tar.gz
cd php-5.1.6
./configure --prefix=/usr/local/php5 --with-config-file-path=/usr/local/php5/etc --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql --with-gd --with-xlib --with-mysqli --with-jpeg-dir=/usr/lib/jpeg --with-zlib-dir=/usr/lib/zlib
//--with-mcrypt

make 
緙栬瘧鍑洪敊  ext/mysqli/mysqli_api.c:145: error: 'gptr' undeclared (first use in this function)
澶勭悊  ext/mysqli/mysqli_api.c and replace all occurrances of gptr with char*

make install

緙栬緫 httpd.conf 鏂囦歡浠ヨ皟鐢?PHP 妯″潡銆侺oadModule 琛ㄨ揪寮忓彸杈圭殑璺緞蹇呴』鎸囧悜 緋葷粺涓殑 PHP銆備互涓婄殑 make install 鍛戒護鍙兘宸茬粡瀹屾垚浜嗚繖浜涳紝浣嗗姟蹇呰媯鏌ャ?LoadModule php5_module modules/libphp5.so

cp php.ini-dist /usr/local/php5/etc/php.ini





PHP鎵╁睍mcrypt緙栬瘧鏃舵彁紺猴細configure: error: *** libmcrypt was not found


闇瑕佸畨瑁卨ibmcrypt+mhash+mcrypt

鍏ㄩ儴緙栬瘧瀹夎錛屽畨瑁呭埌mcrypt鐨勬椂鍊欏嚭鐜頒簡闂

./config
checking for libmcrypt - version >= 2.5.0... no
*** Could not run libmcrypt test program, checking why...
*** The test program compiled, but did not run. This usually means
*** that the run-time linker is not finding LIBMCRYPT or finding the wrong
*** version of LIBMCRYPT. If it is not finding LIBMCRYPT, you'll need to set your
*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point
*** to the installed location  Also, make sure you have run ldconfig if that
*** is required on your system
***
*** If you have an old version installed, it is best to remove it, although
*** you may also be able to get things to work by modifying LD_LIBRARY_PATH
***
configure: error: *** libmcrypt was not found

瑙e喅鏂規硶濡備笅錛氳繍琛?export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH

鐒跺悗make 錛?make install

瀹屾垚




]]>
centos5 php5.1.6 鍗囩駭鍒?php5.2.17http://www.shnenglu.com/byc/archive/2011/12/29/163068.html鍏彾鑽?/dc:creator>鍏彾鑽?/author>Thu, 29 Dec 2011 01:54:00 GMThttp://www.shnenglu.com/byc/archive/2011/12/29/163068.htmlhttp://www.shnenglu.com/byc/comments/163068.htmlhttp://www.shnenglu.com/byc/archive/2011/12/29/163068.html#Feedback0http://www.shnenglu.com/byc/comments/commentRss/163068.htmlhttp://www.shnenglu.com/byc/services/trackbacks/163068.htmlhttp://dl.iuscommunity.org/pub/ius/stable/Redhat/5/i386/ius-release-1.0-8.ius.el5.noarch.rpm
root@linuxbox ~]# wget http://dl.iuscommunity.org/pub/ius/stable/Redhat/5/i386/epel-release-5-4.noarch.rpm
root@linuxbox ~]# rpm -Uvh ius-release*.rpm epel-release*.rpm
$ sudo yum install yum-plugin-replace
[root@linuxbox ~]# yum replace php --replace-with php52

鏉ユ簮  http://wiki.iuscommunity.org/Doc/ClientUsageGuide


浠諱竴縐嶅姙娉?br />

CentOS 5.x 緋葷粺涓嬩嬌鐢▂um 鍗囩駭php鍒?.2.x 鏈鏂逛究鏂規硶

鍏堝皢浠ヤ笅鍦板潃瀵煎叆銆?/p>

# rpm --import http://www.jasonlitka.com/media/RPM-GPG-KEY-jlitka

# vi /etc/yum.repos.d/CentOS-Base.repo 澧炲姞涓嬮潰淇℃伅

[utterramblings]
name=Jason's Utter Ramblings Repo
baseurl=http://www.jasonlitka.com/media/EL$releasever/$basearch/
enabled=1
gpgcheck=1
gpgkey=http://www.jasonlitka.com/media/RPM-GPG-KEY-jlitka

鎵ц鍛戒護錛岃嚜鍔ㄥ崌綰с?br />
yum update php -y
yum install libmcrypt -y



]]>
php xdebughttp://www.shnenglu.com/byc/archive/2011/12/25/162770.html鍏彾鑽?/dc:creator>鍏彾鑽?/author>Sun, 25 Dec 2011 04:07:00 GMThttp://www.shnenglu.com/byc/archive/2011/12/25/162770.htmlhttp://www.shnenglu.com/byc/comments/162770.htmlhttp://www.shnenglu.com/byc/archive/2011/12/25/162770.html#Feedback0http://www.shnenglu.com/byc/comments/commentRss/162770.htmlhttp://www.shnenglu.com/byc/services/trackbacks/162770.html

yum install php-devel
wget http://www.xdebug.org/files/xdebug-2.0.3.tgz

tar zxvf  xdebug-2.0.3.tgz
cd xdebug-2.0.3
phpize
./configure --enable-xdebug --with-php-config=/usr/bin/php-config
make && make install


[Xdebug]
zend_extension=/usr/lib/php/modules/xdebug.so
xdebug.default_enable=On
xdebug.auto_trace=On
xdebug.collect_params=On
xdebug.collect_return=On
xdebug.profiler_enable=On
xdebug.remote_autostart=On
xdebug.remote_enable=On
xdebug.remote_host=192.168.1.*
xdebug.remote_port=9000
xdebug.remote_handler=dbgp


闂:
autoconf 鐗堟湰闈?.61
# wget http://ftp.gnu.org/gnu/autoconf/autoconf-2.61.tar.gz
# tar -zvxf autoconf-2.61.tar.gz
# cd autoconf-2.61/
# ./configure && make && make install




]]>
91性高湖久久久久| 国产精品一区二区久久| 久久男人中文字幕资源站| 久久久噜噜噜久久中文字幕色伊伊| 国产香蕉97碰碰久久人人| 精品久久久无码人妻中文字幕| 日韩乱码人妻无码中文字幕久久| 亚洲欧美成人综合久久久| 色婷婷综合久久久中文字幕| 青青青国产精品国产精品久久久久| 色综合合久久天天给综看| 人妻无码久久一区二区三区免费| 国产精品无码久久四虎| 午夜精品久久久久久久| 国产精品青草久久久久福利99| 亚洲午夜久久久久妓女影院| 久久免费国产精品| 色综合久久88色综合天天 | 亚洲色婷婷综合久久| 香蕉久久夜色精品国产小说| 中文字幕久久久久人妻| 很黄很污的网站久久mimi色| 国产精品一区二区久久国产| 一本一本久久a久久精品综合麻豆| 色综合合久久天天综合绕视看| 亚洲精品无码久久久久去q| 亚洲人成无码网站久久99热国产| 色综合久久最新中文字幕| 国产精品久久久久久影院| 精品久久久中文字幕人妻| 一级A毛片免费观看久久精品| 国产免费久久精品99久久| 久久91综合国产91久久精品| 国内精品久久久久影院日本| 亚洲中文字幕久久精品无码喷水| 亚洲欧洲精品成人久久曰影片 | 怡红院日本一道日本久久 | 国产精品日韩深夜福利久久| 久久国产精品99精品国产| 国产综合久久久久久鬼色| 久久91精品久久91综合|