ElementsProject / lightning

Core Lightning — Lightning Network implementation focusing on spec compliance and performance
Other
2.85k stars 902 forks source link

lightningd cannot run, post ventura 13.0 m1 OSX install #6231

Open bitkarrot opened 1 year ago

bitkarrot commented 1 year ago

Issue and Steps to Reproduce

Post make install on Ventura 1.30 m1 OSX install, we run lightningd and have difficulty finding lightning_channeld

Screenshot 2023-05-04 at 12 16 18 AM
rustyrussell commented 1 year ago

What is the output of "make install"?

bitkarrot commented 1 year ago

output from

sudo PATH="/usr/local/opt:$PATH" LIBRARY_PATH=/opt/homebrew/lib CPATH=/opt/homebrew/include make install

https://pastebin.com/sq80D2Kn

nymkappa commented 1 year ago

Exact same issue here using https://github.com/ElementsProject/lightning/releases/tag/v23.08.1. Running directly from the build folder works fine, but cannot run from /usr/local/bin/lightningd path.