Rails: 5
Ruby: 2.5.3
Gem: gem "ruby_mapscript"
Error: /home/usermachine/.rvm/gems/ruby-2.5.3/gems/ruby_mapscript-0.3.0/lib/mapscript/mapscript_extensions.rb:3:in require: libruby-2.0.so.2.0: cannot open shared object file: No such file or directory - /home/usermachine/projects/projectname/lib/mapscript.so (LoadError)
Hi, when I try to start my rails server with "rails s" I get the above error for the ruby_mapscript gem. The file (/home/usermachine/projects/projectname/lib/mapscript.so) is very much present.
I tried sudo /sbin/ldconfig -v
but the error remains.
Any suggestions?