-
Notifications
You must be signed in to change notification settings - Fork 49
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
kali linux ruby curb install error #3
Comments
help plzzzzzz |
make sure you have installed the ruby-dev files: Please let me know if this resolves your problem or not. Also which version of Kali are you installing on? |
libcurl4-openssl-dev tell me why have to install this? cos it always try to remove wpscan |
Gem::Ext::BuildError: ERROR: Failed to build gem native extension.
checking for iconv_open() in iconv.h... yes checking for sybfront.h... nofreetds is missing.*** extconf.rb failed *** Provided configuration options: extconf failed, exit code 1 Gem files will remain installed in /usr/local/lib/ruby/gems/2.1.0/gems/tiny_tds-0.6.2 for inspection. Installation Completed! |
solution for ubuntu installer |
why the payload option is not working? |
Gem::InstallError: net-ssh requires Ruby version >= 2.0. Please help me |
./debian_setup.sh
Installing Ruby gems now....
Don't run Bundler as root. Bundler can ask for sudo if it is needed, and
installing your bundle as root will break this application for all non-root
users on this machine.
Your Gemfile lists the gem text-table (>= 0) more than once.
You should probably keep only one of them.
While it's not a problem now, it could cause errors if you change the version of just one of them later.
Fetching gem metadata from https://rubygems.org/..........
Resolving dependencies...
Using mini_portile 0.6.0
Using nokogiri 1.6.3.1
Using robotex 1.0.0
Using anemone 0.7.2
Using io-like 0.3.0
Using archive-zip 0.7.0
Using bcrypt 3.1.7
Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension.
checking for curl-config... no
checking for main() in -lcurl... no
*** extconf.rb failed ***
Could not create Makefile due to some reason, probably lack of
necessary libraries and/or headers. Check the mkmf.log file for more
details. You may need configuration options.
Provided configuration options:
': Can't find libcurl or curl/curl.h (RuntimeError)--with-opt-dir
--without-opt-dir
--with-opt-include
--without-opt-include=${opt-dir}/include
--with-opt-lib
--without-opt-lib=${opt-dir}/lib
--with-make-prog
--without-make-prog
--srcdir=.
--curdir
--ruby=/usr/bin/ruby1.9.1
--with-curl-dir
--without-curl-dir
--with-curl-include
--without-curl-include=${curl-dir}/include
--with-curl-lib
--without-curl-lib=${curl-dir}/lib
--with-curllib
--without-curllib
extconf.rb:23:in `
Try passing --with-curl-dir or --with-curl-lib and --with-curl-include
options to extconf.
Gem files will remain installed in /var/lib/gems/1.9.1/gems/curb-0.8.6 for inspection.
Results logged to /var/lib/gems/1.9.1/gems/curb-0.8.6/ext/gem_make.out
An error occurred while installing curb (0.8.6), and Bundler cannot continue.
Make sure that
gem install curb -v '0.8.6'
succeeds before bundling.Installation Completed!
./creep3r
/usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in
'require': cannot load such file -- curb (LoadError) from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in
require'from ./creep3r:36:in `
help plzzz
The text was updated successfully, but these errors were encountered: