in reply to Re^2: FFI::Platypus; trouble finding non-standard, but present, libs
in thread [Solved] FFI::Platypus; trouble finding non-standard, but present, libs
Works for me under Ubuntu (via Windows Subsystem for Linux).
It might be worth checking if the file name matches the search criteria used by FFI::CheckLib. The system uses these regexps (edit - on Mac, which I assume you're using)):
qr{^lib(.*?)\.so(?:\.([0-9]+(?:\.[0-9]+)*))?$} qr{^lib(.*?)(?:\.([0-9]+(?:\.[0-9]+)*))?\.(?:dylib|bundle)$}
(see https://metacpan.org/release/FFI-CheckLib/source/lib/FFI/CheckLib.pm#L50 and https://metacpan.org/release/FFI-CheckLib/source/lib/FFI/CheckLib.pm#L70).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: FFI::Platypus; trouble finding non-standard, but present, libs
by Your Mother (Archbishop) on Oct 30, 2019 at 16:37 UTC | |
by swl (Prior) on Oct 30, 2019 at 20:58 UTC |