The ELIBBAD errno is Linux only - kFreeBSD builds fail due to this: kFreeBSD i386 and failing similar on kFreeBSD amd64.
Wed Apr 20, 2016 08:13
jpa
NTFS-3G Lead Developer
Joined: Tue Sep 04, 2007 17:22 Posts: 1286
Re: 2016.2.22AR.1 and ELIBBAD errno
Hi,
Thanks for the report.
In the Posix error list, I do not see anything for a missing entry in a shared object. Maybe ENOEXEC ("Executable file format error") is the best approximation ?
Just add to include/ntfs-3g/compat.h (see attachment) :
#ifndef ELIBBAD #define ELIBBAD ENOEXEC #endif
Regards
Jean-Pierre
Wed Apr 20, 2016 14:08
jpa
NTFS-3G Lead Developer
Joined: Tue Sep 04, 2007 17:22 Posts: 1286
Re: 2016.2.22AR.1 and ELIBBAD errno
Hi,
The earlier patch probably did not fix the issue (I cannot really check, I have only Linux and OpenIndiana, which both define ELIBBAD). Sorry about it.
This one should be better (and earlier one deleted).
Users browsing this forum: No registered users and 2 guests
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum