Maybe this is because on CentOS cannot be detected ruby version by command
```
RUBYVER=$(shell pkg-config --list-all | grep ruby-2 | tail -1 | cut -f 1 -d "
")
```
On CentOS is exist
```
[root@node0 app_ruby]# pkg-config --list-all | grep ruby
ruby Ruby - Object Oriented Script Language
```
not `ruby-2`
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/1762#issuecomment-446886522