..... /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
..... /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