You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
..... /ocr7DB8.tmp/lib/ruby/2.7.0/x64-mingw32/digest/md5.so (LoadError)
How can I specify the *.so file manually?
I can't use --dll because it is not a dll and needs to be in the lib folder.
Why is it not automatically included?
The main.rb file has the line
require 'digest'
ocra only includes the digest.rb file and not the md5.so in the ./x64-mingw32/digest/ folder
The text was updated successfully, but these errors were encountered:
..... /ocr7DB8.tmp/lib/ruby/2.7.0/x64-mingw32/digest/md5.so (LoadError)
How can I specify the *.so file manually?
I can't use --dll because it is not a dll and needs to be in the lib folder.
Why is it not automatically included?
The main.rb file has the line
require 'digest'
ocra only includes the digest.rb file and not the md5.so in the ./x64-mingw32/digest/ folder
The text was updated successfully, but these errors were encountered: