I''m getting the following error. Which apt-get install <some missing package> do I need to run? looks like some build tools. Building native extensions. This could take a while... extconf.rb:1:in `require'': no such file to load -- mkmf (LoadError) from extconf.rb:1 ERROR: While executing gem ... (RuntimeError) ERROR: Failed to build gem native extension. Gem files will remain installed in /usr/lib/ruby/gems/1.8/gems/ mongrel-0.3.13.3 for inspection. ruby extconf.rb install mongrel\n Thanks, Jamie
Thanks. I had actually tried to install dev and got a dependency error and then when I checked, the dependency is installed. Circles. Guess I need to figure out why: The following packages have unmet dependencies: ruby1.8-dev: Depends: libruby1.8 (= 1.8.4-1ubuntu1~zajac1) but 1.8.4-1ubuntu1 is to be installed E: Broken packages On Jul 10, 2006, at 4:11 PM, Josh Ferguson wrote:> A quick google search of this error brings up the solution in the > first > result: > > http://mentalized.net/journal/2006/01/24/no_such_file_to_load_mkmf/ > > Josh > > Jamie Orchard-Hays wrote: >> I''m getting the following error. Which apt-get install <some missing >> package> do I need to run? looks like some build tools. >> >> Building native extensions. This could take a while... >> extconf.rb:1:in `require'': no such file to load -- mkmf (LoadError) >> from extconf.rb:1 >> ERROR: While executing gem ... (RuntimeError) >> ERROR: Failed to build gem native extension. >> Gem files will remain installed in /usr/lib/ruby/gems/1.8/gems/ >> mongrel-0.3.13.3 for inspection. ruby extconf.rb install mongrel\n >> >> Thanks, >> >> Jamie >> >> _______________________________________________ >> Mongrel-users mailing list >> Mongrel-users at rubyforge.org >> http://rubyforge.org/mailman/listinfo/mongrel-users >> >> > > _______________________________________________ > Mongrel-users mailing list > Mongrel-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/mongrel-users
A quick google search of this error brings up the solution in the first result: http://mentalized.net/journal/2006/01/24/no_such_file_to_load_mkmf/ Josh Jamie Orchard-Hays wrote:> I''m getting the following error. Which apt-get install <some missing > package> do I need to run? looks like some build tools. > > Building native extensions. This could take a while... > extconf.rb:1:in `require'': no such file to load -- mkmf (LoadError) > from extconf.rb:1 > ERROR: While executing gem ... (RuntimeError) > ERROR: Failed to build gem native extension. > Gem files will remain installed in /usr/lib/ruby/gems/1.8/gems/ > mongrel-0.3.13.3 for inspection. ruby extconf.rb install mongrel\n > > Thanks, > > Jamie > > _______________________________________________ > Mongrel-users mailing list > Mongrel-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/mongrel-users > >
On 10/07/06, Jamie Orchard-Hays <jamie at dangosaur.us> wrote:> Thanks. I had actually tried to install dev and got a dependency > error and then when I checked, the dependency is installed. Circles.As you''ve already been worked out/been told makre sure you''ve got ruby1.8-dev and build-essential installed.> Guess I need to figure out why: > > The following packages have unmet dependencies: > ruby1.8-dev: Depends: libruby1.8 (= 1.8.4-1ubuntu1~zajac1) but > 1.8.4-1ubuntu1 is to be installed > E: Broken packagesTo me that looks like a non-standard package. Do you have any non-Ubuntu repositories enabled that include Ruby? Cheers, -- Dave Murphy (Schwuk) http://schwuk.com
Thanks Dave. I didn''t set up the machine, and it''s breezy, not dapper. It''s quite possible there''s some weirdness. We''re going to move up to dapper soon anyway, so I''m just not going to sweat it until then. We''ll just use lighty for now. Jamie On Jul 11, 2006, at 4:05 AM, Dave Murphy wrote:> On 10/07/06, Jamie Orchard-Hays <jamie at dangosaur.us> wrote: >> Thanks. I had actually tried to install dev and got a dependency >> error and then when I checked, the dependency is installed. Circles. > > As you''ve already been worked out/been told makre sure you''ve got > ruby1.8-dev and build-essential installed. > >> Guess I need to figure out why: >> >> The following packages have unmet dependencies: >> ruby1.8-dev: Depends: libruby1.8 (= 1.8.4-1ubuntu1~zajac1) but >> 1.8.4-1ubuntu1 is to be installed >> E: Broken packages > > To me that looks like a non-standard package. Do you have any > non-Ubuntu repositories enabled that include Ruby? > > Cheers, > -- > Dave Murphy (Schwuk) > http://schwuk.com > _______________________________________________ > Mongrel-users mailing list > Mongrel-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/mongrel-users
On 11/07/06, Jamie Orchard-Hays <jamie at dangosaur.us> wrote:> Thanks Dave. I didn''t set up the machine, and it''s breezy, not > dapper. It''s quite possible there''s some weirdness.Re-read your previous e-mail. It looks like you''ve got 1.8.4 installed from Breezy Backports, but it''s using another respository when you''re trying to install libruby1.8-dev. Check your repository list. Cheers, -- Dave Murphy (Schwuk) http://schwuk.com
thanks, Dave. On Jul 11, 2006, at 11:49 AM, Dave Murphy wrote:> On 11/07/06, Jamie Orchard-Hays <jamie at dangosaur.us> wrote: >> Thanks Dave. I didn''t set up the machine, and it''s breezy, not >> dapper. It''s quite possible there''s some weirdness. > > Re-read your previous e-mail. It looks like you''ve got 1.8.4 installed > from Breezy Backports, but it''s using another respository when you''re > trying to install libruby1.8-dev. > > Check your repository list. > > Cheers, > -- > Dave Murphy (Schwuk) > http://schwuk.com > _______________________________________________ > Mongrel-users mailing list > Mongrel-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/mongrel-users