免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 2675 | 回复: 0
打印 上一主题 下一主题

Solaris 10 基础设置 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2009-09-14 11:10 |只看该作者 |倒序浏览

Solaris 10 svn installation

First download the below list install packages:
db-4.2.52.NC-sol10-intel-local
neon-0.25.5-sol10-x86-local
openssl-0.9.8j-sol10-x86-local
subversion-1.4.3-sol10-x86-local

Second install those packages one by one as below:
gunzip subversion-1.4.3-sol10-x86-local.gz
pkgadd –d subversion-1.4.3-sol10-x86-local

Third create some symbol link:
ln -s /usr/sfw/lib/libexpat.so.0 /usr/local/lib/libexpat.so.0
ln -s /usr/sfw/lib/libgcc_s.so.1 /usr/local/lib/libgcc_s.so.1

Thus,the svn can be used.

Solaris 10 create a new user
Create a new user:
useradd  -d /export/home/star -s /usr/bin/bash  -m star
chown star /export/home/star  

Set the environment parameter:
vi /export/home/star/.bash_profile
add the below line
export PATH=$PATH:/usr/ucb:/usr/local/bin:/usr/sbin:/usr/bin:/usr/ccs/bin:/usr/sfw/bin:/usr/openwin/bin:/usr/apache2/bin/
source /export/home/star/.bash_profile

Solaris 10 login by root via ssh
vi /etc/ssh/sshd_config
modify “PermitRootLogin no” to “PermitRootLogin yes”
svcadm restart ssh



本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/29346/showart_2051712.html
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP