Re: FreeBSD Security Advisory FreeBSD-SA-06:01.texindex
dawnshade wrote:
>># cd /usr/src
>># patch < /path/to/patch
>># cd /usr/src/gnu/usr.bin/texinfo/texindex
>># make obj && make depend && make && make install
>
> does not compile on 5.4-RELEASE
>
> make obj && make depend && make && make install
> make: don't know how to make /usr/src/gnu/usr.bin/texinfo/texindex/../libtxi/libtxi.a. Stop
Oops. The instructions should be as follows:
# cd /usr/src
# patch < /path/to/patch
# cd /usr/src/gnu/usr.bin/texinfo/libtxi
# make obj && make depend && make
# cd /usr/src/gnu/usr.bin/texinfo/texindex
# make obj && make depend && make && make install
Colin Percival
_______________________________________________
freebsd-security@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-security
To unsubscribe, send any mail to "freebsd-security-unsubscribe@freebsd.org"
討論串 (同標題文章)
完整討論串 (本文為第 4 之 17 篇):