2006-08-01から1ヶ月間の記事一覧
うちのCF周りのドキュメントがあまりに適当すぎるので、まとめなおす。
出来ないらしいので手で実装。ほんとは出来たりしたらショック。「出来る」という情報にヒットしないのはしょうがないが、 「出来ない」という情報にヒットしないのは 疲れる。
http://youtube.com/watch?v=uQIvJJKonBU
# vi rast.conf /usr/local/lib/rast/filters /usr/local/lib/rast/encodings /usr/local/lib # /sbin/ldconfig http://docs.tdiary.org/ja/?rast-register.rb
http://centossrv.com/centos4.shtml $ make # cp nkf /usr/local/bin/
APRのバージョンが合わないのでNG? ↓ $ ./configure --with-apr-config=/usr/local/apr/bin/apr-config --with-apu-config=/usr/local/apr/bin/apu-config $ make /bin/sh: nkf: command not found
apr-0.9.12 apr-util-0.9.12 http://www.apache.org/dist/apr/ $ ./configure $ make # make install $ ./configure --with-apr=/usr/local/apr $ make # make install # vi apr.conf /usr/local/apr/lib # /sbin/ldconfig
http://projects.netlab.jp/rast/?FrontPage.ja checking how to run the C++ preprocessor... /lib/cpp configure: error: C++ preprocessor "/lib/cpp" fails sanity check See `config.log' for more details. ↓ http://blog.good-day.net/~yamasaki/diar…
# lsmod Module Size Used by lcdsw 5060 0 [permanent] # rmmod lcdsw ERROR: Removing 'lcdsw': Device or resource busy↓make defconfig したあとに一度、makeを最後まで通す
$ dd if=/dev/scd0 of=hoge.iso dd: opening `/dev/scd0': Invalid request code $ cat /dev/scd0 >hoge.iso cat: /dev/scd0: Invalid request code $ dd if=//./h: of=hoge.iso dd: opening `//./h:': No such host or network path http://kinshachi.ddo.j…