Hi, In message "[ruby-talk:03184] Re: ruby.h needed to compile Interbase module" on 00/06/08, Mathieu Bouchard <matju / CAM.ORG> writes: |> > In fact ruby.h is missed in interbase.0.0.3.tar |> > Where can I find it. |> You'll need to get the Ruby source for this. | |a nice addition would be a separate tarball containing only the header |files to put in $PREFIX/include for those who want to install most of the |stuff precompiled but have some modules only in source (it seems like a |common situation to me at least). In fact, Ruby installation process copies ruby.h etc. into $PREFIX/cpu-os/ directory (e.g. /usr/lib/ruby/i386-linux). So if installation is completed, you must have ruby.h somewhere. matz.