posts - 0,  comments - 20,  trackbacks - 0
lamp
CentOS 5.4环境下的php5.3.1手动安装      摘要: CentOS 5.4环境下的php5.3.1手动安装

Cent自带的版本是5.1.16,现下载php5.3.1安装包tar.gz,解压到/usr/local/src中
执行下述命令:
./configure \
"--prefix=/usr/local/php" \
"--with-apxs2=/usr/sbin/apxs" \
"--with-config-file-path=/usr/local/php/etc" \
"--with-mysql=/usr/local/mysql" \
"--with-mysqli" \
"--with-libxml-dir=/usr/lib/libxml"   阅读全文
posted @ 2010-01-18 12:42 Documents 阅读(575) | 评论 (0)  编辑
FreeBSD 8 mysql apache php java整合      摘要: 1.下载安装FreeBSD 8,DVD1
2.安装mysql 5 - 利用ports安装
cd /usr/ports/databases/mysql50-server/
make install clean # n长的编译过程
rehash
mysql_install_db --user=mysql
chown -R mysql /var/db/mysql/
chgrp -R mysql /var/db/mysql/
/usr/local/bin/mysqld_safe -user=mysql &
  阅读全文
posted @ 2010-01-14 13:47 Documents 阅读(819) | 评论 (0)  编辑
Cent OS OpenJava 1.6 Apache 2.x Tomcat 6.x JK-1.2.28(Apache Tomcat Connectors )整合      摘要: 1.下载解压 Apache安装至 /usr/local/apache
2.下载解压tomcat安装至 /usr/local/tomcat
3.下载JK-1.2.28源文件(Apache Tomcat Connectors ) 在Tomcat官网界面上有相应连接
4. 编译JK-1.2.28
  阅读全文
posted @ 2010-01-13 18:32 Documents 阅读(558) | 评论 (0)  编辑
linux下手动安装pdo_mysql
posted @ 2009-12-11 22:23 Documents 阅读(2177) | 评论 (0)  编辑
转:基于CentOS的LAMP
posted @ 2009-12-10 09:27 Documents 阅读(276) | 评论 (0)  编辑
CentOS Yum 命令详解
posted @ 2009-12-08 13:55 Documents 阅读(37767) | 评论 (1)  编辑

<2024年4月>
31123456
78910111213
14151617181920
21222324252627
2829301234
567891011

留言簿

文章分类

文章档案

J2EE

搜索

  •  

最新评论