[[PageOutline]] [[TitleIndex(Dev/Perl,format=group)]] = misc = * [http://d.hatena.ne.jp/viver/20090318/p1 分散システムのテストを自動化する - 古橋貞之の日記] * [https://github.com/dydx/RubyTorrent/blob/master/dump-metainfo.rb RubyTorrent/dump-metainfo.rb at master · dydx/RubyTorrent · GitHub] = RVM = * [http://d.hatena.ne.jp/bellbind/20110609/1307622037 cygiwnでrvmを使ってruby-1.9.2をビルド&インストールする - ラシウラ] * [http://www29.atwiki.jp/akcnv/pages/26.html akcnvの個人的備忘録 @ ウィキ - cygwinでrvm] > bash < <( curl http://rvm.beginrescueend.com/releases/rvm-install-head ) * http://rvm.beginrescueend.com/releases/rvm-install-head -> https://rvm.io//releases/rvm-install-head {{{ Deprecated command, please use: bash -s stable < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer) }}} * $ bash -s stable < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer) {{{ Installing RVM to /home/mitty/.rvm/ Adding rvm PATH line to /home/mitty/.bashrc /home/mitty/.zshrc. Adding rvm loading line to /home/mitty/.bash_profile /home/mitty/.zlogin. }}} * $ rvm install ruby-head {{{ Installing Ruby from source to: /home/mitty/.rvm/rubies/ruby-1.8.7-p358, this may take a while depending on your cpu(s)... }}} * (cygwin上で)必要になったパッケージ * patch, git, autoconf, automake, * .rvm/log/ruby-1.9.3-head/yaml/make.log {{{ configure.ac:56: required file `config/ltmain.sh' not found }}} * .rvm/log/ruby-1.9.3-head/yaml/autoreconf.log {{{ libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `config'. libtoolize: can not copy `/usr/share/libtool/config/ltmain.sh' to `config/' libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. }}} * 未解決 * あらかじめmake installしてもダメ * $ cd .rvm/src/yaml-0.1.4/ * $ autoreconf -ivf * $ ./configure --prefix="/home/mitty/.rvm/usr" * $ make * $ make install * [http://www.ruby-forum.com/topic/178926 `./ltmain.sh' not found - Ruby Forum]