-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
psapi: cannot open shared object file: No such file or directory (Fiddle::DLError) #166
Comments
+1 also getting practically the same output:
|
same
|
if your project is just a simple project and nothing that needs to be perfect then just run it with --no-autodll like so: edit: i know this issue is old, however some people are still having it and this is the first one that pops up when searching about it. so i figured i would just leave this here so people can see it in the future :) |
viktor@localhost:~/Desktop> ocra RubyShot.rb
/usr/lib64/ruby/gems/2.7.0/gems/ocra-1.3.11/bin/ocra:20: warning: already initialized constant File::ALT_SEPARATOR
=== Loading script to check dependencies
Please provide the webpage url:
https://www.google.com
Please type image format etc png, jpg..
png
Please type the filename you want your screenshot to be saved as?
google
screenshot saved :D!=== Detected gem did_you_mean-1.4.0 (loaded, files)
=== 0 files, 0 bytes
=== Detected gem ocra-1.3.11 (loaded, files)
=== 5 files, 271800 bytes
=== Detected gem uri-0.10.0 (loaded, files)
=== 0 files, 0 bytes
=== Detected gem phantomjs-2.1.1.0 (loaded, files)
=== 9 files, 7819 bytes
=== Detected gem mini_magick-4.10.1 (loaded, files)
=== 22 files, 46173 bytes
=== Detected gem gastly-1.0.1 (loaded, files)
=== 20 files, 47509 bytes
=== Detected gem fileutils-1.4.1 (loaded, files)
=== 0 files, 0 bytes
=== Detected gem delegate-0.1.0 (loaded, files)
=== 0 files, 0 bytes
=== Detected gem etc-1.1.0 (loaded, files)
=== 0 files, 0 bytes
=== Detected gem logger-1.4.2 (loaded, files)
=== 0 files, 0 bytes
=== Detected gem timeout-0.1.0 (loaded, files)
=== 0 files, 0 bytes
=== Detected gem benchmark-0.1.0 (loaded, files)
=== 0 files, 0 bytes
=== Detected gem stringio-0.1.0 (loaded, files)
=== 0 files, 0 bytes
=== Detected gem date-3.0.0 (loaded, files)
=== 0 files, 0 bytes
=== Detected gem json-2.3.0 (loaded, files)
=== 0 files, 0 bytes
=== Detected gem ostruct-0.2.0 (loaded, files)
=== 0 files, 0 bytes
=== Detected gem open3-0.1.0 (loaded, files)
=== 0 files, 0 bytes
=== Including 61 encoding support files (3577440 bytes, use --no-enc to exclude)
Traceback (most recent call last):
6: from /usr/lib64/ruby/gems/2.7.0/gems/ocra-1.3.11/bin/ocra:1231:in
block in <top (required)>' 5: from /usr/lib64/ruby/gems/2.7.0/gems/ocra-1.3.11/bin/ocra:862:in
build_exe'4: from /usr/lib64/ruby/gems/2.7.0/gems/ocra-1.3.11/bin/ocra:1027:in
detect_dlls' 3: from /usr/lib64/ruby/gems/2.7.0/gems/ocra-1.3.11/bin/ocra:1000:in
loaded_dlls'2: from /usr/lib64/ruby/gems/2.7.0/gems/fiddle-1.0.0/lib/fiddle.rb:47:in
dlopen' 1: from /usr/lib64/ruby/gems/2.7.0/gems/fiddle-1.0.0/lib/fiddle.rb:47:in
new'/usr/lib64/ruby/gems/2.7.0/gems/fiddle-1.0.0/lib/fiddle.rb:47:in `initialize': psapi: cannot open shared object file: No such file or directory (Fiddle::DLError)
viktor@localhost:~/Desktop>
How do i fix this error?
The text was updated successfully, but these errors were encountered: