Fix for missing 'zlib.h' in Nokogiri
This commit is contained in:
@@ -111,7 +111,7 @@ Before Ubuntu 14.04:
|
|||||||
|
|
||||||
From Ubuntu 14.04:
|
From Ubuntu 14.04:
|
||||||
|
|
||||||
sudo apt-get install libcurl4-openssl-dev libxml2 libxml2-dev libxslt1-dev ruby-dev build-essential libgmp-dev
|
sudo apt-get install libcurl4-openssl-dev libxml2 libxml2-dev libxslt1-dev ruby-dev build-essential libgmp-dev zlib1g-dev
|
||||||
git clone https://github.com/wpscanteam/wpscan.git
|
git clone https://github.com/wpscanteam/wpscan.git
|
||||||
cd wpscan
|
cd wpscan
|
||||||
sudo gem install bundler && bundle install --without test
|
sudo gem install bundler && bundle install --without test
|
||||||
|
|||||||
Reference in New Issue
Block a user