Freebsd makeinfo: not found Error and Solutio…

2009-05-13 15:33:26来源:未知 阅读 ()

新老客户大回馈,云服务器低至5折


Q.I'm trying to build PHP5 under
[url=javascript:;]FreeBSD[/url]

[url=javascript:;]jail[/url]
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
[url=javascript:;]makeinfo[/url]
--no-split -I . -o ./m4.info ./m4.texinfo; then rc=0; cd .; else rc=$?; cd . && $restore $backupdir/* `echo "././m4.info" |
[url=javascript:;]sed[/url]
'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
[url=javascript:;]ports[/url]
. Read the following man pages for more information:
man ports, make, make.conf


本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/4206/showart_1408546.html

标签:

版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有

上一篇:Mount /usr/ports Inside Jail

下一篇:Set uid, gid,sticky bit的三个权限的详细说明