inohilog

/var/log/inohiro.log

Redmine の generate_secret_token を実行したら PostgreSQL 関連のエラーに遭遇した

  • Redmine の generate_secret_token を実行したら PostgreSQL 関連のエラーに遭遇した
$ bundle exec rake generate_secret_token
rake aborted!
dlopen(/Users/inohiro/.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/pg-0.17.0/lib/pg_ext.bundle, 9): Library not loaded: @executable_path/../lib/libssl.1.0.0.dylib
  Referenced from: /Applications/Postgres.app/Contents/MacOS/lib/libpq.dylib
  Reason: image not found - /Users/inohiro/.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/pg-0.17.0/lib/pg_ext.bundle
/Users/inohiro/Projects/heroku/inohiro-rm/config/application.rb:7:in `<top (required)>'
/Users/inohiro/Projects/heroku/inohiro-rm/Rakefile:5:in `require'
/Users/inohiro/Projects/heroku/inohiro-rm/Rakefile:5:in `<top (required)>'
(See full trace by running task with --trace)