我正在将生产应用程序从竹堆迁移到雪松,我成功地将应用程序推到雪松上,但导致错误
LoadError: Could not open library 'lib.so': lib.so: cannot open shared object file: No such file or directory
from /app/vendor/bundle/ruby/1.9.1/gems/ffi-1.0.9/lib/ffi/library.rb:75:in `block in ffi_lib'
from /app/vendor/bundle/ruby/1.9.1/gems/ffi-1.0.9/lib/ffi/library.rb:54:in `map'
from /app/vendor/bundle/ruby/1.9.1/gems/ffi-1.0.9/lib/ffi/library.rb:54:in `ffi_lib'
Run Code Online (Sandbox Code Playgroud)
0.1.3/lib/tidy_ffi/interface.rb:5:in''
看起来在竹堆上存在的Cedar堆栈上缺少一些原生库.就我而言,它的libtidy.so.
我怎样才能解决这个问题?