我是靠谱客的博主 英俊棉花糖,这篇文章主要介绍linux常用工具安装,linux常用工具安装,现在分享给大家,希望可以做个参考。

[svn客户端安装]

subversion-1.4.6.tar.gz

subversion-deps-1.4.6.tar.gz

tar

tar

cd

./configure --prefix=/usr/local --with-expat=builtin

cd neon

./configure --enable-shared CFLAGS=-fPIC;make;make install

cd ..

make;make install

[msyql安装]

groupadd mysql

useradd -g mysql mysql

passwd mysql

msyql-5.1.51.tar.gz

tar

cd

./configure --prefix=/usr/local/mysql --with-pthread

makq; make install

cp support-files/my-medium.cnf /etc/my.cnf

cd /usr/local/mysql/bin

mysql_install_db --user=mysql --basedir=/usr/local/mysql --datadir=/usr/local/mysql/data

echo "PATH="/usr/local/mysql/bin:$PATH"" >> /etc/profile

cd /usr/local/mysql

chown -R root:mysql .

chown -R mysql:mysql data

./bin/mysqld_safe &

mysql -uroot -p

grant all privileges on *.* to 'zdq'@'%' identified by '12346';

set global max_connections = 1000;

quit;

mysqladmin veriables;

[gd库安装]

./configure; make; make install

[json-c]

./configure; make; make install

[libmemcached]

libevent+memcached+libmemcached

./configure; make; make install

[httpd]

./configure; make; make install

[php]

./configure --prefix=/usr/local/php --with-apxs2=/usr/local/apache2/bin/apxs --with-config-file-path=/usr/local/libs

make; make install

[开源网络监控工具]

nagios; icinga;

最后

以上就是英俊棉花糖最近收集整理的关于linux常用工具安装,linux常用工具安装的全部内容,更多相关linux常用工具安装内容请搜索靠谱客的其他文章。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(113)

评论列表共有 0 条评论

立即
投稿
返回
顶部