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
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.
···
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.
--
Rasputin :: Jack of All Trades - Master of Nuns
http://number9.hellooperator.net/
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.hellooperator.net/
Francis Vidal wrote:
I have XCode 2.1 installed already. Where do I find the location of
ruby.h if XCode tools is already installed?
I do not know how OSX works, so try the *x way;
open a console and type in:
find / -iname 'ruby.h'
It tries to locate the file in any directory
under the root. If the file is found, you will
see its location. You can then provide this
location to extconf.
If the file is not found, you must look for
some sort of alternative 'development' package
(or you could use Fink or DarwinPorts) to get
the headers.
E
···
--
Posted via http://www.ruby-forum.com/\.
Thanks Eero, I was able to install it finally.
···
On 12/17/05, Eero Saynatkari <ruby-forum-reg@mailinator.com> wrote:
Francis Vidal wrote:
> I have XCode 2.1 installed already. Where do I find the location of
> ruby.h if XCode tools is already installed?
I do not know how OSX works, so try the *x way;
open a console and type in:
find / -iname 'ruby.h'
It tries to locate the file in any directory
under the root. If the file is found, you will
see its location. You can then provide this
location to extconf.
If the file is not found, you must look for
some sort of alternative 'development' package
(or you could use Fink or DarwinPorts) to get
the headers.
E
--
Posted via http://www.ruby-forum.com/\.
--
SodaTonic.com: All things good on the 'net