From: Moru Date: 2010-04-21T23:26:24+09:00 Subject: Re: cannot find header-files Did you check a mkmf.log file under the gem path? -- Moru On Wed, Apr 21, 2010 at 22:49, Michael Myers wrote: > I am working here on Solaris and i have ruby-installation. > One installation is local, self-compiled and with that version > everything is working fine. > I also have a system-installation and with that ruby-version i cannot > find header files. > > For example installing the gem sqlite3-ruby > > [code]gem install sqlite3-ruby -- > --with-sqlite3-include=/home/xyz/[/code] > (sqlite3.h is in home folder) and thats working. > Same command with the system ruby, i get that it cannot find the > sqlite3.h error. > > According to the admin, the dev-files for ruby are installed (maybe > wrong?). > > thanks skully > -- > Posted via http://www.ruby-forum.com/. > >