I ran into the EXACT some problem. I found a solution here that worked
for me. http://mwhenry.com/?p=11   But I will put it here as well.
Apparently even though it says it installed the gem it really hasn't.
It seams that this gem (and some others used by Lovdbyless) have some
c code that needs to be compiled. You will need to install the missing
libraries. The missing ones are...

ruby1.8-dev
linux-libc-dev
libc6-dev

Once these are installed you can then install hpricot * gem install
hpricot and it will actually install.
Then when you rake getting_started it should actually do its job. At
least it did for me. This should solve your problem as well.



On Feb 10, 10:34 am, Jason Peery <[email protected]> wrote:
> Hey all, hope everyone is doing well this morning.  Have a question,
> was hoping someone here could help this newbie out real quick.  I am
> trying to get LovdByLess up and running, when I rake test or rake
> lovdbyless:getting_started I get e message that says I do not have
> hpricot installed:
>
> rake lovdbyless:getting_started
> (in /home/caddiewo/public_html/niteomatic)
> Missing these required gems:
>   hpricot  = 0.6.164
>
> You're running:
>   ruby 1.8.6.287 at /usr/bin/ruby
>   rubygems 1.3.1 at /home/caddiewo/.gem/ruby/1.8, /usr/lib/ruby/gems/
> 1.8
>
> so then I run (and it seems to install ok)
>
>  gem install hpricot
> Building native extensions.  This could take a while...
> Successfully installed hpricot-0.6.164
> 1 gem installed
> Installing ri documentation for hpricot-0.6.164...
> Installing RDoc documentation for hpricot-0.6.164...
>
> BUT, then when I go back to rake lovdbyless:getting_started, I get the
> same message that I don't have hpricot installed!  Same when I 'rake
> test'
>
> rake test
> (in /home/caddiewo/public_html/niteomatic)
> Missing these required gems:
>   hpricot  = 0.6.164
>
> I feel like I am running in circles...  Any help?
> Thanks!
> JP

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Lovd by Less" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/lovdbyless?hl=en
Who loves ya baby?
-~----------~----~----~----~------~----~------~--~---

Reply via email to