免费注册 查看新帖 |

Chinaunix

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

Freebsd makeinfo: not found Error and Solution [复制链接]

论坛徽章:
2
丑牛
日期:2013-09-29 09:47:222015七夕节徽章
日期:2015-08-21 11:06:17
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2008-11-12 09:12 |只看该作者 |倒序浏览

Q.I'm trying to build PHP5 under
FreeBSD

jail
and I'm getting an error that read as follows:
m4.info-[0-9][0-9] ./m4.i[0-9] ./m4.i[0-9][0-9]; do if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; done; else :; fi && cd "$am__cwd"; if
makeinfo
--no-split -I . -o ./m4.info ./m4.texinfo; then rc=0; cd .; else rc=$?; cd . && $restore $backupdir/* `echo "././m4.info" |
sed
's|[^/]*$||'`; fi; rm -rf $backupdir; exit $rc
makeinfo: not found
*** Error code 127
Stop in /usr/ports/devel/m4.
*** Error code 1
Stop in /usr/ports/devel/autoconf262.
*** Error code 1
Stop in /usr/ports/lang/php5.
*** Error code 1
How do I get rid of this problem and compile applications?
A.This error only occurs if following line added to /etc/make.conf file before make world:
NO_INFO=true    # do not make or install info files
To get rid of this problem remove above line. Next, go to /usr/src/gnu/usr.bin/texinfo and type the following command to install required files:
# cd /usr/src/gnu/usr.bin/texinfo
To install all tools to / , enter:
# make install
To install all tools to jail, enter:
# make install DESTDIR=/path/to/jail/example.com
Now, you should able to compile
ports
. Read the following man pages for more information:
man ports, make, make.conf


本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/4206/showart_1408546.html
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

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

清除 Cookies - ChinaUnix - Archiver - WAP - TOP