首页 > 服务器 > Linux服务器 > 正文

Ubuntu linux 安装 PHP5.3.0的命令

2024-09-05 23:02:14
字体:
来源:转载
供稿:网友
刚刚手头有台机器刚装了 ubuntu, 编译了一下 LAMP 系统, PHP 5.3.0 改动比较大。 第一眼看到的 php.ini 文件里已经变动了。 感觉比一以前版本的舒服点了。 有了开发环境和生产环境的配置区分了。 详细的以后慢慢了解了。 貌似增强了很多功能。 从 phpinfo() 里看出来的。 放出一张刚测试出的phpinfo()截图, 后面张贴一下本次编译的命令记录。

Ubuntu linux 安装 PHP5.3.0的命令mysql-5.0.83-linux-i686-icc-glibc23.tar.gzsudo mv mysql-5.0.83-linux-i686-icc-glibc23 /usr/local/mysqlgroupadd mysqlsudo useradd -g mysql mysqlsudo scripts/mysql_install_db --user=mysqlmysql .mysql .root .mysql datamy-medium.cnf /etc/my.cnfsudo gedit /etc/my.cnfsudo ./mysql.server startcd ../bin./mysqladmin -u root password 'mypassword'../mysql.server stop libpng12-0 libpng12-dev libltdl3-devlibpng12.so.0 libpng.so jpegsrc.v6b.tar.gz freetype-2.3.9.tar.gz libmcrypt-2.5.8.tar.gz mhash-0.9.9.9.tar.gz php-5.3.0.tar.gz -C ../builds/ usr/local/curl. usr/local/jpegusr/local/jpeg/binusr/local/jpeg/libusr/local/jpeg/includeusrusr/local/jpeg/man/man1. cd ../freetype-2.3.9/./configure --prefix=/usr/local/freetype2 cd ../libmcrypt-2.5.8/./configure --prefix=/usr/local/libmcrypt cd ../mhash-0.9.9.9/./configure --prefix=/usr/local/libmhash cd ../php-5.3.0/./configure --prefix=/usr/local/php /--with-apxs2=/usr/local/apache2/bin/apxs /--with-config-file-path=/usr/local/php /--with-openssl /--with-zlib /--with-zlib-dir=/usr/local/zlib /--enable-bcmath /--enable-calendar /--with-curl=/usr/local/curl /--with-curlwrappers /--enable-ftp /--with-gd /--with-jpeg-dir=/usr/local/jpeg /--with-png-dir=/usr /--with-freetype-dir=/usr/local/freetype2 /--enable-gd-native-ttf /--with-gettext /--with-mcrypt=/usr/local/libmcrypt /--with-mhash=/usr/local/libmhash /--enable-mbstring /--enable-exif /--with-mysql=/usr/local/mysql /--with-pdo-mysql=/usr/local/mysql /--with-mysqli=/usr/local/mysql/bin/mysql_config /--with-xmlrpc /--enable-soap /--enable-sockets /--enable-zip sudo cp php.ini-development /usr/local/php/php.inisudo gedit /usr/local/apache2/conf/httpd.conf

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表