免费注册 查看新帖 |

Chinaunix

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

perl 安装求助 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2003-03-02 16:28 |只看该作者 |倒序浏览
系统Freebsd 4.7 cvsup升级至4.8
因perl的版本是5.00想安装到5.8.0
下载文件stable.tar.gz
$tar xvfz stable.tar.gz
#rm -f config.sh Policy.sh
#sh Configure -de
#make
#make test
出现如下错误,在那里设置LD_LIBRARY_PATH=`pwd`; 谢谢
Failed 1 test script out of 664, 99.85% okay.
### Since not all tests were successful, you may want to run some of
### them individually and examine any diagnostic messages they produce.
### See the INSTALL document's section on "make test".
### You have a good chance to get more information by running
###   ./perl harness
### in the 't' directory since most (>;=80%) of the tests succeeded.
### You may have to set your dynamic library search path,
### LD_LIBRARY_PATH, to point to the build directory:
###   setenv LD_LIBRARY_PATH `pwd`; cd t; ./perl harness
###   LD_LIBRARY_PATH=`pwd`; export LD_LIBRARY_PATH; cd t; ./perl harness
###   export LD_LIBRARY_PATH=`pwd`; cd t; ./perl harness
### for csh-style shells, like tcsh; or for traditional/modern
### Bourne-style shells, like bash, ksh, and zsh, respectively.
u=6.25781  s=2.17969  cu=231.5  cs=33.0547  scripts=664  tests=68461
*** Error code 1

Stop in /home/yang/public_html/perl/perl-5.8.0.
*** Error code 1

Stop in /home/yang/public_html/perl/perl-5.8.0.
*** Error code 1

Stop in /home/yang/public_html/perl/perl-5.8.0.

论坛徽章:
1
荣誉会员
日期:2011-11-23 16:44:17
2 [报告]
发表于 2003-03-02 21:07 |只看该作者

perl 安装求助

在你make之前先執行
LD_LIBRARY_PATH=`pwd`; export LD_LIBRARY_PATH;
設置(sh,bash) env. variable..
然後其他照舊..如果可以找到已經compile好的binary檔...
是最好的...
我覺得實在沒必要把時間花太多在compile這件事情上..

另外make test不成功..並不代表make install不會成功...
只代表你有些library沒裝..
所以test中的一些測試項目沒辦法成功測試..
try it..

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

perl 安装求助

高手呀
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

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

清除 Cookies - ChinaUnix - Archiver - WAP - TOP