Re: [CentOS] gem install reel on Centos 7

2019-08-05 Thread Jerry Geis
Thanks John, I did the yum remove on rh-ruby22* did a yum install rh-ruby23-ruby then I found the rh-ruby23-ruby-devel and now it works. Jerry > ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] gem install reel on Centos 7

2019-08-05 Thread John Pierce
On Mon, Aug 5, 2019 at 5:01 AM Jerry Geis wrote: > Thanks John for the info... I did that and now I'm missing a file. > I tried to ask yum what package I need - but It did not know. > > > Building native extensions. This could take a while... > ERROR: Failed to build gem native extension. > >

Re: [CentOS] gem install reel on Centos 7

2019-08-05 Thread Jerry Geis
Thanks John for the info... I did that and now I'm missing a file. I tried to ask yum what package I need - but It did not know. Building native extensions. This could take a while... ERROR: Failed to build gem native extension. /opt/rh/rh-ruby22/root/usr/bin/ruby -r ./siteconf20190805-9406

Re: [CentOS] gem install reel on Centos 7

2019-08-04 Thread John Pierce
On Sun, Aug 4, 2019 at 6:21 PM Jerry Geis wrote: > Hi - I installed ruby for something... > The instructions said to also do the comand: > > gem install reel > ERROR: Error installing reel: > timers requires Ruby version >= 2.2.1. > [root@devgeis ~]# ruby --version > ruby 2.0.0p648 (2015

[CentOS] gem install reel on Centos 7

2019-08-04 Thread Jerry Geis
Hi - I installed ruby for something... The instructions said to also do the comand: gem install reel ERROR: Error installing reel: timers requires Ruby version >= 2.2.1. [root@devgeis ~]# ruby --version ruby 2.0.0p648 (2015-12-16) [x86_64-linux] Not sure what to do. Wait for Centos 8? Th