[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Help with fcgi installation

Francis Vidal

12/15/2005 4:15:00 PM

Hi,

I'm trying to install fcgi-0.8.6 on Mac OS X but I keep getting this error:

install.rb: entering config phase...
---> lib
<--- lib
---> ext
---> ext/fcgi
/usr/bin/ruby /usr/local/src/ruby-fcgi-0.8.6/ext/fcgi/extconf.rb
can't find header files for ruby.
config failed
'system /usr/bin/ruby
/usr/local/src/ruby-fcgi-0.8.6/ext/fcgi/extconf.rb ' failed


2 Answers

Dick Davies

12/15/2005 4:27:00 PM

0

On 15/12/05, Francis Vidal <francisv.list@gmail.com> wrote:
> Hi,
>
> I'm trying to install fcgi-0.8.6 on Mac OS X but I keep getting this error:
>
> install.rb: entering config phase...
> ---> lib
> <--- lib
> ---> ext
> ---> ext/fcgi
> /usr/bin/ruby /usr/local/src/ruby-fcgi-0.8.6/ext/fcgi/extconf.rb
> can't find header files for ruby.

Sounds like that's the problem - you should have a ruby.h file
(among others). Google seems to think you should install the
XCode development stuff.



--
Rasputin :: Jack of All Trades - Master of Nuns
http://number9.helloope...


Francis Vidal

12/16/2005 6:20:00 AM

0

I have XCode 2.1 installed already. Where do I find the location of
ruby.h if XCode tools is already installed?

On 12/16/05, Dick Davies <rasputnik@gmail.com> wrote:
> On 15/12/05, Francis Vidal <francisv.list@gmail.com> wrote:
> > Hi,
> >
> > I'm trying to install fcgi-0.8.6 on Mac OS X but I keep getting this error:
> >
> > install.rb: entering config phase...
> > ---> lib
> > <--- lib
> > ---> ext
> > ---> ext/fcgi
> > /usr/bin/ruby /usr/local/src/ruby-fcgi-0.8.6/ext/fcgi/extconf.rb
> > can't find header files for ruby.
>
> Sounds like that's the problem - you should have a ruby.h file
> (among others). Google seems to think you should install the
> XCode development stuff.
>
>
>
> --
> Rasputin :: Jack of All Trades - Master of Nuns
> http://number9.helloope...
>
>