Leopard

gem 1.3.1 への update に失敗

まだじたばた中なのですがメモ。 Windowsではすんなりupdate完了したのですが.. macbookpro:~ ofukui$ sudo gem update --system Updating RubyGems Updating rubygems-update Successfully installed rubygems-update-1.3.1 ERROR: While executing gem ...…

PostgreSQL アダプタ はまり道

ちょっとはまっているのでメモ Building native extensions. This could take a while... ERROR: Error installing postgres: ERROR: Failed to build gem native extension. /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby extconf.…

Locate

やっと見つけました。 $ sudo /usr/libexec/locate.updatedb これでやっとlocate でのファイル検索がスムーズになりました。

portsでインストール

すんなり以下でいけました。 $ sudo port -k install postgresql83 しかしながらモジュールの方は $ sudo gem install postgres -- --with-pgsql-include-dir=/opt/local/include/postgresql83 --with-pgsql-lib-dir=/opt/local/lib/postgresql83 ではすんな…