Skip to content

Instantly share code, notes, and snippets.

@wordijp
Last active November 4, 2016 17:02
Show Gist options
  • Save wordijp/26b38055e07967ea37bd to your computer and use it in GitHub Desktop.
Save wordijp/26b38055e07967ea37bd to your computer and use it in GitHub Desktop.
# これらのコマンド実行時
$ rbenv install 2.2.4
$ gem update
# rebaseallで再配置をする
$ find ~ -name '*.so' > /tmp/rebase.lst
$ find ~ -name '*.dll' >> /tmp/rebase.lst
# https://www.drupal.org/node/2191571
$ find ~/.rbenv -iname '*.so' >> /tmp/rebase.lst
# ashで実行
$ /bin/rebaseall -T /tmp/rebase.lst -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment