LoadError in Spree::Admin::ProductsController#index (OpenBSD) #4445
-
Solidus Version: To Reproduce Current behavior
Desktop (please complete the following information):
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
I'm going to convert this to a troubleshooting discussion, because I'm pretty sure this isn't a bug in Solidus. I'll follow up on the discussion. 🙂 |
Beta Was this translation helpful? Give feedback.
-
I debugged the problem. It's came from the In my
But in line 26:
from the modules GLib, GObject and Vips line 45, 137, 573:
Set on (0, 0, 42) instead of (4201.7, 4200.14, 0.0) in my case |
Beta Was this translation helpful? Give feedback.
I debugged the problem. It's came from the
ruby-vips
gem (/usr/local/lib/ruby/gems/3.1/gems/ruby-vips-2.1.4/lib/vips.rb)In my
/usr/local/lib
I currently haveBut in
vips.rb
the library_name function took a bad abi numberline 26:
from the modules GLib, GObject and Vips
line 45, 137, 573:
Set on (0, 0, 42) instead of (42…