电脑技术学习

freebsd7.0 安装记录

dn001

  #安装必须apr-db42

  [root@fb7 /usr/src]# pkg_add -r apr-db42

  [root@fb7 /usr/src]# fetch http://subversion.tigris.org/downloads/subversion-1.4.6.tar.gz

  [root@fb7 /usr/src]# tar zxvf subversion-1.4.6.tar.gz

  [root@fb7 /usr/src]# cd subversion-1.4.6

  [root@fb7 /usr/src/subversion-1.4.6]# ./configure --prefix=/server/svn --with-apxs=/server/http/bin/apxs

  [root@fb7 /usr/src/subversion-1.4.6]# make

  [root@fb7 /usr/src/subversion-1.4.6]# make install

  ##安装pdflib php扩展pdf必须

  [root@fb7 /usr/src]# fetch http://www.pdflib.com/binarIEs/PDFlib/702/PDFlib-Lite-7.0.2p8.tar.gz

  [root@fb7 /usr/src]# tar zxvf PDFlib-Lite-7.0.2p8.tar.gz

  [root@fb7 /usr/src]# fetch http://www.pdflib.com/binaries/PDFlib/702/PDFlib-7.0.2-FreeBSD6.tar.gz

  [root@fb7 /usr/src]# tar zxvf PDFlib-7.0.2-FreeBSD6.tar.gz

  [root@fb7 /usr/src]# cp -r PDFlib-7.0.2-FreeBSD6/bind/c PDFlib-Lite-7.0.2p8/bind/

  ##安装autoconf 2.13创建php configure必须

  [root@fb7 /usr/src/]# pkg_add -r autoconf213

  ##安装php

  [root@fb7 /usr/src]# fetch http://cn.php.net/get/php-5.2.5.tar.gz/from/this/mirror

  [root@fb7 /usr/src]# tar zxvf mirror

  [root@fb7 /usr/src]# cd php-5.2.5/ext/

  [root@fb7 /usr/src/php-5.2.5/ext]# fetch http://pecl.php.net/get/pdflib-2.1.5.tgz

  [root@fb7 /usr/src/php-5.2.5/ext]# tar zxvf pdflib-2.1.5.tgz

  [root@fb7 /usr/src/php-5.2.5/ext]# rm -r pdf

标签: