We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
dlopen(/usr/local/lib/lua/5.1/bit.so, 2): no suitable image found. Did find: /usr/local/lib/lua/5.1/bit.so: unknown file type, first eight bytes: 0x7F 0x45 0x4C 0x46 0x01 0x01 0x01 0x00 stack traceback:
The text was updated successfully, but these errors were encountered:
That’s because bit.so is a binary for Linux, it can’t be used on OS X. Compile it yourself from https://github.com/LuaDist/bitlib.
bit.so
Sorry, something went wrong.
No branches or pull requests
dlopen(/usr/local/lib/lua/5.1/bit.so, 2): no suitable image found. Did find:
/usr/local/lib/lua/5.1/bit.so: unknown file type, first eight bytes: 0x7F 0x45 0x4C 0x46 0x01 0x01 0x01 0x00
stack traceback:
The text was updated successfully, but these errors were encountered: