dpkg-deb on macOS
See original GitHub issueThe supplied dpkg-deb from procurces results in this error:
[*] Packaging the deb file...
dyld[4327]: Library not loaded: @rpath/libmd.0.dylib
Referenced from: /Users/syto203/Documents/Repositories/permasigner/dpkg-deb
Reason: tried: '/opt/procursus/lib/libmd.0.dylib' (no such file), '/opt/procursus/lib/libmd.0.dylib' (no such file), '/usr/local/lib/libmd.0.dylib' (no such file), '/usr/lib/libmd.0.dylib' (no such file)
linking the one already installed (brew or macports) to the path of permasigner instead of downloading from procurses mitigates this error.
Issue Analytics
- State:
- Created a year ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
How to create .deb packages on Mac OS X - Stack Overflow
It's available on Homebrew: brew install dpkg. If you don't have Homebrew installed, go to brew.sh. It's a simple one-liner to install.
Read more >Installing from .deb files in macOS Catalina - Ask Different
Alternatively, you could use Homebrew to install the dpkg utility which has many more options to work against .deb files.
Read more >Install dpkg on Mac OSX
Install the App · Press Command+Space and type Terminal and press enter/return key. · Now, copy/paste and run this command to make brew...
Read more >How to unzip debian (.deb) files in MacOS? - OneCompiler
How to unzip debian (.deb) files in MacOS? · 1 Answer · 1. Using ar command · 2. Using dpkg command.
Read more >Install dpkg on macOS with MacPorts
To install dpkg, run the following command in macOS terminal (Applications->Utilities->Terminal). sudo port install dpkg ; To see what files were installed by ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’d rather not have people use MacPorts. Brew isn’t great but it’s way better than MacPorts. If people use MacPorts they probably know they can use that too.
I will close this as I cannot find another source of dpkg-deb for macOS. Yes, I can link the dylibs and stuff, but I don’t exactly know how to do that.