Dylib Errer

Questions about Wine on macOS.
Locked
GhostRecon
Newbie
Newbie
Posts: 1
Joined: Fri Apr 25, 2014 6:41 pm

Dylib Errer

Post by GhostRecon »

Good Afternoon..

After reinstalling homebrew, i deleted some dylib libraries for a clear installation, now, after installing wine and trying to run anything i got:

Code: Select all

dyld: Library not loaded: @rpath/libwine.1.dylib
  Referenced from: /usr/local/bin/wine
  Reason: image not found
Trace/BPT trap: 5
Searching, i found this: http://bugs.winehq.org/show_bug.cgi?id=33560 with a patch that fixes it.

¿How can i apply that patch when installing wine with homebrew?

Or, ¿How should it be installed?

Sorry for my bad english :)
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Dylib Errer

Post by dimesio »

That bug was fixed a long time ago; the patch is already in Wine.

As for how to apply patches when building via Homebrew, that's something you need to ask on the Homebrew support channels, which is also where you need to ask about problems you've caused by deleting libraries.
Locked