Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md with additional requirement #329

Open
rizaon opened this issue Oct 16, 2018 · 0 comments
Open

Update README.md with additional requirement #329

rizaon opened this issue Oct 16, 2018 · 0 comments

Comments

@rizaon
Copy link

rizaon commented Oct 16, 2018

I am trying bud on Ubuntu 18.04.1 LTS, using rvm to install ruby-1.9.3, as follow

$ rvm install ruby-1.9.3
$ rvm use --default 1.9.3
$ gem install bud

All seems fine, except the dbm package is not compiled correctly, and rebl won't start. The dbm compilation logs look like this:
https://gist.github.com/mpapis/4355976
After some searching, I am able to compile it correctly after installing libdb-dev and libgdbm-compat-dev

$ sudo apt-get install libdb-dev libgdbm-compat-dev
$ rvm install ruby-1.9.3
$ rvm use --default 1.9.3
$ gem install bud

It would be nice to mention this solution in README.md as ruby-1.9 is quite obsolete.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant