/usr/bin/env ruby_noexec_wrapper fails with no file or directory

后端 未结 5 1085
遇见更好的自我
遇见更好的自我 2021-01-01 23:39

When I try to start chef-solr as service it\'s failing with the following error

# service chef-solr start
Starting chef-solr: /usr/bin/env: ruby_noexec_wrapp         


        
5条回答
  •  长情又很酷
    2021-01-01 23:54

    I try all these answers, all failed. But I found another way to solve this problem, could be helpful:

    gem install rubygems-bundler
    

    You can also find answer from noexec library

提交回复
热议问题