您的位置:首页 > 其它

( 一 ) SVN Server Setup in Solaris 10(X86)

2010-12-09 00:46 357 查看
Firstly,go to http://www.sunfreeware.com to find out the relavent software for you soalris. Mine is x86. Click the subversion link to see the below page . subversion-1.6.12-sol10-x86-local.gz

Down load the softwares list in the page .

subversion-1.6.12-sol10-x86-local.gz Subversion is an alternative to the CVS version control system - installs in /usr/local.
To use subversion, you might also need to install:
neon-0.29.5,
apache-2.2.17,<--- NOTE THIS
swig-1.3.40,
expat-2.0.1,
db-4.2.52.NC,
libxml2-2.7.7,
openssl-1.0.0c,
libiconv-1.13.1,
libintl,
sasl,
openldap,
zlib-1.2.5,
and to get /usr/local/lib/libgcc_s.so.1 and /usr/local/lib/libstdc++.so.6 install
libgcc-3.4.6 or
gcc-3.4.6 or similar.
There are some additional installation steps you must follow with build details


I put the softwares in the /export/home ,then begin to install the every software . And unzip all these files .

Like #gzip -d apache-2.2.14-sol10-sparc-local.gz

1. install apache2 using #pkgadd -d apache-2.2.17-sol10-x86-local

It will be installed into the /usr/local/apache2 .Go to /usr/local/apache2/bin ,using #./apachectl start

But return ld.so.1: httpd: fatal: libexpat.so.1: open failed: No such file or directory
2 install libgcc-3.4.6 and gcc-3.4.6

3 insall expat-2.0.1-sol10-x86-local

4 install libiconv-1.13.1-sol10-x86-local
5 install db-4.4.20.NC-sol10-x86-local

6 install libxml2-2.7.7-sol10-x86-local

7 install neon-0.29.5-sol10-x86-local

8 install openldap-2.4.23-sol10-x86-local

9 install openssl-1.0.0b-sol10-x86-local

10 install sasl-2.1.21-sol10-x86-local

11 install swig-1.3.40-sol10-x86-local

12 install zlib-1.2.5-sol10-x86-local

13 install subversion-1.6.12-sol10-x86-local

Now go to /usr/local/apache2/bin ,using #./apachectl start

return Starting httpd: httpd: Could not reliably determine the server's fully qualified domain name

go to /usr/local/apache2/conf/httpd.conf ,add this line : ServerName kennethvm:80 (or xxx.xxx.xxx.xxx:80)

using #./apachectl start , it shows : httpd (pid 1367) already running

Open ff , browse http://kennethvm/ . It works!!!!! . So far, apache2 is installed successfully .

To be continue ........
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: