Skip to main content

All Questions

Tagged with
0 votes
0 answers
338 views

ogg.framework missing arm64e binary/library (m1 mac)

So im trying to run a game that was compiled from source and it required dependencies such as libogg. When i compiled the game and try to run it, an error occured dyld[26732]: Library not loaded: @...
drxjason's user avatar
3 votes
0 answers
241 views

Is there a ProgramData equivalent for OS X/macOS Sierra?

In Windows, it's common to write shared data to %ProgramData%\path\to\stuff. From there, programs installed for any user can access it as a sort of "source of truth" or common repository. Usually ...
rianjs's user avatar
  • 409
0 votes
1 answer
245 views

OpenBox pyPanel error with Imlib2 on OSX

I'm trying to use pyPanel in OpenBox, but when I run it I get this error: Xlib.protocol.request.QueryExtension Imlib2 dlopen failed: dlopen(/usr/lib/libImlib2.so.1, 10): image not found I have ...
gavflynn's user avatar
56 votes
4 answers
81k views

Find libraries a binary was linked against

I know that there is a command that lists me the libs and respective versions a software was linked against. Something with ld or libtool? But I just cannot remember. Spent some time on google but ...
er4z0r's user avatar
  • 791