- 论坛徽章:
- 0
|
有谁通过 ports 安装出现过问题吗?
原帖由 "iloveyoufreebsd" 发表:
我安装老出问题,不知道大家出过问题没有,因为很多人说方便,可我老出问题,比如: proftpd php4 apache 等安装都不大顺利。
你们用的什么方法啊? pkg src ports
我在freebsd 5.1 release
装如下,没有任何问题:
##piii 1.0g cpu 512sdram 18gb scsi u3 hd ##
#### base devel tools ##############
cd /usr/ports/devel/gmake
make clean install clean
cd /usr/ports/devel/autoconf
make clean install clean
cd /usr/ports/devel/automake
make clean install clean
cd /usr/ports/ftp/wget
make clean install clean
cd /usr/ports/sysutils/pstree
make clean install clean
cd /usr/ports/sysutils/lsof
make clean install clean
cd /usr/ports/comms/lrzsz
make clean install clean
cd /usr/ports/devel/mm
make clean install clean
cd /usr/ports/databases/gdbm
make clean install clean
cd /usr/ports/devel/bison
make clean install clean
cd /usr/ports/www/lynx
make clean install clean
cd /usr/ports/databases/db41
make clean install clean
cd /usr/ports/security/libmcrypt
make clean install clean
## add as need ##########
wget ftp://172.16.100.245/pub/distfiles/zlib-1.1.4.tar.gz
tar xfz zlib-1.1.4.tar.gz -C ..
cd /usr/local/src/zlib-1.1.4
./configure && make && make install
ldconfig
mail# pkg_info
XFree86-libraries-4.3.0_5 XFree86-4 libraries and headers
apache-1.3.27_5 The extremely popular Apache http server. Very fast, very
autoconf-2.53_1 Automatically configure source code on many Un*x platforms
automake-1.5,1 GNU Standards-compliant Makefile generator
bash-2.05b.007 The GNU Bourne Again Shell
bison-1.75 A parser generator from FSF, (mostly) compatible with Yacc
cvsup-16.1h General network file distribution system optimized for CVS
cvsup-mirror-1.2_1 A kit for easily setting up a FreeBSD mirror site using CVS
cvsup-without-gui-16.1h General network file distribution system optimized for CVS
expat-1.95.6_1 XML 1.0 parser written in C
fontconfig-2.2.0 An XML-based font configuration API for X Windows
freetype2-2.1.4_1 A free and portable TrueType font rendering engine
gdbm-1.8.3 The GNU database manager
gettext-0.11.5_1 GNU gettext package
glib-1.2.10_9 Some useful routines of C programming (previous stable vers
glib-2.2.1_1 Some useful routines of C programming (current stable versi
gmake-3.80 GNU version of 'make' utility
gtk-1.2.10_9 Gimp Toolkit for X11 GUI (previous stable version)
help2man-1.29 Automatically generating simple manual pages from program o
imake-4.3.0 Imake and other utilities from XFree86
jakarta-tomcat-4.1.24 Open-source Java web server by Apache, stable 4.1.x branch
javavmwrapper-1.4 Wrapper script for various Java Virtual Machines
jdk-1.3.1p8_2 Java Development Kit 1.3
libgnugetopt-1.2 GNU getopt library
libiconv-1.8_2 A character set conversion library
libtool-1.3.4_4 Generic shared library support script
linux-sun-jdk-1.3.1.08 Sun Java Development Kit 1.3 for Linux
linux_base-7.1_4 The base set of packages needed in Linux mode
lrzsz-0.12.20 Receive/Send files via X/Y/ZMODEM protocol. (unrestrictive
m4-1.4_1 GNU m4
mm-1.2.1 Shared memory allocation library for pre-forked process mod
mod_webapp-4.1.24 Apache module mounts Tomcat web applications
mpd-3.13 Multi-link PPP daemon based on netgraph(4)
nspr-4.3_2 A platform-neutral API for system level and libc like funct
open-motif-2.2.2_1 Motif X11 Toolkit (industry standard GUI (IEEE 1295))
pam_mysql-0.5 A pam module for authenticating with MySQL
perl-5.6.1_13 Practical Extraction and Report Language
pkgconfig-0.15.0 A utility used to retrieve information about installed libr
pstree-2.17 List processes as a tree
python-2.2.2_2 An interpreted object-oriented programming language
rsync-2.5.6_1 A network file distribution/synchronization utility
unzip-5.50 List, test and extract compressed files in a ZIP archive
urwfonts-1.0 Another font package for X
wget-1.8.2_3 Retrieve files from the Net via HTTP and FTP
zip-2.3_1 Create/update ZIP files compatible with pkzip
################################################
但是,需要特殊配置的软件,或比较大的服务起软件,或跟其他软件配合比较麻烦的软件,我一般从源码装,ports的维护者可能没法照顾那么多的可能性。 |
|