gem install sqlite3 fails on Solaris 11.4.21
Hi!
I can't install the gem sqlite3 with the following error:
$ ruby --version
ruby 2.6.5p114 (2019-10-01 revision 67812) [sparcv9-solaris2.11]
$ gem install sqlite3
Building native extensions. This could take a while...
ERROR: Error installing sqlite3:
ERROR: Failed to build gem native extension.
Any idea would be helpful, thanks.
-- Fritz