Skip to content
This repository has been archived by the owner on Mar 4, 2022. It is now read-only.

Add ruby-dev as an installation dependency #64

Open
oliveratutexas opened this issue Aug 10, 2016 · 3 comments
Open

Add ruby-dev as an installation dependency #64

oliveratutexas opened this issue Aug 10, 2016 · 3 comments

Comments

@oliveratutexas
Copy link

I think it would help to add the ruby-dev package as a dependency on the homepage. When I installed on 16.04 Ubuntu I needed that dependency.

@besseker
Copy link

besseker commented Apr 3, 2017

Met the same problem on Ubuntu 16.04. Couldn't install using gem install bropages.
Used sudo apt-get install ruby-dev .
and it worked afterwards.

@OpnSrcConstruction
Copy link

I'm running 16.04 LTS as the base for all of my local OS's, and ruby-dev fixed it, with the exception of when I had accidentally installed/uninstalled bro through the package manager; which installed bro NT tool. After installing ruby-dev through apt w/ suoo apt install ruby-dev, and gem install bropages; I got an error couldn't find command(even though the which command found bro in a valid $PATH directory). I fixed the issue by doing the following symlink:
$ sudo ln -s /usr/local/bin/bro /usr/bin/bro

@gitcomrade
Copy link

For Ubuntu 17.10 and 18.04 beta (possibly other OSes) ruby-unf and ruby-unf-ext are also installation dependencies.

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

No branches or pull requests

4 participants