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

App fails to install on Ubuntu 9.10 amd64 using readme instructions #1

Closed
arobinson opened this issue Feb 4, 2010 · 2 comments
Closed

Comments

@arobinson
Copy link

The gem install is failing for me, any clue what is going on?

$ gem source -a http://gemcutter.org
http://gemcutter.org added to sources

$ sudo gem install crxmake
Building native extensions. This could take a while...
ERROR: Error installing crxmake:
ERROR: Failed to build gem native extension.

/usr/bin/ruby1.8 extconf.rb
extconf.rb:1:in `require': no such file to load -- mkmf (LoadError)
from extconf.rb:1

Gem files will remain installed in /var/lib/gems/1.8/gems/zipruby-0.3.6 for inspection.
Results logged to /var/lib/gems/1.8/gems/zipruby-0.3.6/ext/gem_make.out

$ gem --version
1.3.5

$ ruby --version
ruby 1.8.7 (2009-06-12 patchlevel 174) [x86_64-linux]

@arobinson
Copy link
Author

Was a missing dependency in Ubuntu as described by this blog:
http://mentalized.net/journal/2006/01/24/no_such_file_to_load_mkmf/

@Constellation
Copy link
Owner

ruby package on Ubuntu (& debian) doesn't include some standard packages such as 'mkmf'.
so, install dev package and then you can install crxmake.

$ sudo apt-get install ruby1.8-dev

thanks.

Constellation pushed a commit that referenced this issue Nov 1, 2013
Merging latest crxmake into ciel's
This issue was closed.
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

2 participants