You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I follow the build instructions in the README, I wind up with a /usr/local/bin/passgen that does this when I run it:
% passgendyld[38396]: Library not loaded: @rpath/libpassgen.dylib Referenced from: <D3A13DA0-902F-316C-BA8F-5258C7A33D48> /usr/local/bin/passgen Reason: no LC_RPATH's foundzsh: abort passgen
It has been a while since I knew all that much about OS X's rpath, but I'm led to believe that passgen would need to include an LC_RPATH in the executable somehow.
The text was updated successfully, but these errors were encountered:
I'll give this a try. Normally, when you do make install, CMake should automatically fix the RPATH stuff. How did you install it, did you use cmake --install or make install?
Otherwise, you could try setting -DPASSGEN_STATIC=ON when you initialize CMake. Then you won't need an RPATH because Passgen will be a static binary.
Ideally, I'd like to build and release macOS binaries, or maybe have a working Homebrew cask or something to make it easy to install on macOS.
When I follow the build instructions in the README, I wind up with a /usr/local/bin/passgen that does this when I run it:
It has been a while since I knew all that much about OS X's rpath, but I'm led to believe that passgen would need to include an LC_RPATH in the executable somehow.
The text was updated successfully, but these errors were encountered: