免费注册 查看新帖 |

Chinaunix

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

有谁通过 ports 安装出现过问题吗? [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2003-06-27 18:52 |只看该作者 |倒序浏览
我安装老出问题,不知道大家出过问题没有,因为很多人说方便,可我老出问题,比如: proftpd php4 apache 等安装都不大顺利。

你们用的什么方法啊? pkg src ports

论坛徽章:
0
2 [报告]
发表于 2003-06-27 19:26 |只看该作者

有谁通过 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的维护者可能没法照顾那么多的可能性。

论坛徽章:
0
3 [报告]
发表于 2003-06-28 05:41 |只看该作者

有谁通过 ports 安装出现过问题吗?

原帖由 "iloveyoufreebsd" 发表:
我安装老出问题,不知道大家出过问题没有,因为很多人说方便,可我老出问题,比如: proftpd php4 apache 等安装都不大顺利。

你们用的什么方法啊? pkg src ports
  

ports 跟你的系统版本要一致,
另外要保持更新,因为经常会有 bugfix,
当然也会有新的 bug  

论坛徽章:
0
4 [报告]
发表于 2003-06-28 12:07 |只看该作者

有谁通过 ports 安装出现过问题吗?

原帖由 "红袖添香" 发表:
  

ports 跟你的系统版本要一致,
另外要保持更新,因为经常会有 bugfix,
当然也会有新的 bug  
   


我的会出问题,我编译proftpd的时候出了问题。
# make
===>;  Patching for proftpd-1.2.8
===>;  Applying FreeBSD patches for proftpd-1.2.8
1 out of 2 hunks failed--saving rejects to ./sample-configurations/basic.conf.rej
>;>; Patch patch-aa failed to apply cleanly.
*** Error code 1

Stop in /usr/ports/ftp/proftpd.

这之前做过cvsup,另外,FB版本是4.5的。是不是还要做些什么别的事情??

论坛徽章:
0
5 [报告]
发表于 2003-06-28 13:33 |只看该作者

有谁通过 ports 安装出现过问题吗?

原帖由 "iloveyoufreebsd" 发表:
我安装老出问题,不知道大家出过问题没有,因为很多人说方便,可我老出问题,比如: proftpd php4 apache 等安装都不大顺利。

你们用的什么方法啊? pkg src ports
   

沒问题呀!!!
每天更新一次...(automatically)...

另外, 如果是几个東東一起用的话, 还是自己用source code compile...  
整合比較好点, 因为ports里的所有package不是一起更新, 不同版本运作可能有问题...安装也不会很顺利。
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

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

清除 Cookies - ChinaUnix - Archiver - WAP - TOP