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
Because curl-x64 official dll is "libcurl-x64.dll", so DLL load have failed. https://curl.se/windows/
D:\>ruby -v
ruby 3.1.2p20 (2022-04-12 revision 4491bb740a) [x64-mingw-ucrt]
D:\>ruby -e " require 'typhoeus' "
D:/pkg/ruby/lib/ruby/gems/3.1.0/gems/ffi-1.15.5-x64-mingw-ucrt/lib/ffi/library.rb:145:in `block in ffi_lib': Could not open library 'libcurl': �w�肳�ꂽ���W���[����������܂���B\r (LoadError)
.
Could not open library 'libcurl.dll': �w�肳�ꂽ���W���[����������܂���B\r
.
Could not open library 'libcurl.so.4': �w�肳�ꂽ���W���[����������܂���B\r
.
Could not open library 'libcurl.so.4.dll': �w�肳�ꂽ���W���[����������܂���B\r
from D:/pkg/ruby/lib/ruby/gems/3.1.0/gems/ffi-1.15.5-x64-mingw-ucrt/lib/ffi/library.rb:99:in `map'
from D:/pkg/ruby/lib/ruby/gems/3.1.0/gems/ffi-1.15.5-x64-mingw-ucrt/lib/ffi/library.rb:99:in `ffi_lib'
from D:/pkg/ruby/lib/ruby/gems/3.1.0/gems/ethon-0.16.0/lib/ethon/curls/settings.rb:10:in `<module:Curl>'
from D:/pkg/ruby/lib/ruby/gems/3.1.0/gems/ethon-0.16.0/lib/ethon/curls/settings.rb:3:in `<module:Ethon>'
from D:/pkg/ruby/lib/ruby/gems/3.1.0/gems/ethon-0.16.0/lib/ethon/curls/settings.rb:2:in `<top (required)>'
from D:/pkg/ruby/lib/ruby/gems/3.1.0/gems/ethon-0.16.0/lib/ethon/curl.rb:28:in `require'
from D:/pkg/ruby/lib/ruby/gems/3.1.0/gems/ethon-0.16.0/lib/ethon/curl.rb:28:in `<module:Curl>'
from D:/pkg/ruby/lib/ruby/gems/3.1.0/gems/ethon-0.16.0/lib/ethon/curl.rb:14:in `<module:Ethon>'
from D:/pkg/ruby/lib/ruby/gems/3.1.0/gems/ethon-0.16.0/lib/ethon/curl.rb:9:in `<top (required)>'
from D:/pkg/ruby/lib/ruby/gems/3.1.0/gems/ethon-0.16.0/lib/ethon.rb:16:in `require'
from D:/pkg/ruby/lib/ruby/gems/3.1.0/gems/ethon-0.16.0/lib/ethon.rb:16:in `<top (required)>'
from D:/pkg/ruby/lib/ruby/gems/3.1.0/gems/typhoeus-1.4.0/lib/typhoeus.rb:2:in `require'
from D:/pkg/ruby/lib/ruby/gems/3.1.0/gems/typhoeus-1.4.0/lib/typhoeus.rb:2:in `<top (required)>'
from -e:1:in `require'
from -e:1:in `<main>'
Hi, I use typhoeus for ruby-win64 enviroment.
Because curl-x64 official dll is "libcurl-x64.dll", so DLL load have failed. https://curl.se/windows/
Could it change setting file below?
Thanks.
The text was updated successfully, but these errors were encountered: