12/03/31 18:33:36.57
以下の環境で Wine のセットアップまで進まず、お知恵を拝借いたしたく
# uname -srim
FreeBSD 9.0-RELEASE amd64 GENERIC
参考にしているページ。
URLリンク(wiki.freebsd.org)
1) cd /usr/src && make buildworld installworld distribution TARGET=i386 DESTDIR=/compat/i386
2) chroot /compat/i386
3)/etc/rc.d/ldconfig start
ps: /dev/null: そのようなファイルまたはディレクトリはありません
ELF ldconfig path: /lib /usr/lib /usr/lib/compat
a.out ldconfig path: /usr/lib/aout /usr/lib/compat/aout
3 で失敗するので、/etc/rc.conf にパスを追加してリブートしたが変わらず。
ldconfig_paths="/usr/lib/compat /usr/local/lib /usr/local/lib/compat/pkg /lib /usr/lib /usr/lib/compat"
# ls -l /usr/lib/aout/
total 0
# ls -l /usr/lib/compat/aout/
total 0
なので buildworld 失敗してるのでしょうか……。
#2~3 回 TARGET=i386/DESTDIR 無しで installwolrd 済みです。