Marnen Laibow-Koser wrote:
> Bob Smyph wrote:
>> GoranTornqvist wrote:
>>> solved it...
>>> fcgipp.h was in /usr/local/include
>>> symlinking to /usr/include solved it.
>> 
>> 
>> I do not understand what you mean by 'symlinking' could you please 
>> explain?
> 
> He made a symbolic link ("symlink") to that file.  Since this is an OS 
> concept and not a Rails one, I think I should refer you to Google before 
> we go off topic.


In my case the problem was:
# cc -E -I. -I/usr/lib/ruby/1.8/i486-linux -I.  -fno-strict-aliasing -g 
-g -O2  -fPIC  conftest.c -o conftest.i

bash: cc: command not found

The solution is to install gcc
-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to