@miconda
Now tested master. `app_ruby` compiled on CentOS.
How about this update
```diff
diff --git a/src/modules/app_ruby/Makefile b/src/modules/app_ruby/Makefile
index 45a7b11..6a1eb43 100644
--- a/src/modules/app_ruby/Makefile
+++ b/src/modules/app_ruby/Makefile
@@ -21,6 +21,11 @@ endif
ifneq ($(PKGLIBRUBY),0)
BUILDER =
+else
+ RUBYACCEPTABLE = $(shell $(BUILDER) --libs "$(RUBYVER) >= 2" >
/dev/null 2>&1 ; echo $$? )
+ifneq ($(RUBYACCEPTABLE),0)
+ BUILDER =
+endif
endif
ifneq ($(BUILDER),)
```
--
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-446933896