M
Michael Myers
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
(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
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/
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