Function 'sys_errlist' not found by require "timeout_interrupt". #1
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
By https://github.com/DenisKnauf/ruby-timeout-interrupt/issues/5
Hello,
I got the following error "Function 'sys_errlist' not found" by running
require "timeout_interrupt"
on my Linux distribution Fedora 34.Do you have any idea to fix it? Thanks.
Install the latest version 0.3.0.
Then the following command shows an error.
The
lib/timeout_interrupt.rb:1
isThe ffi version is like this.
Then I got the error by
require 'ffi/libc'
too.I am asking it to ffi-libc project here.
https://github.com/postmodern/ffi-libc/issues/6