On Wed, Nov 18, 2020 at 12:21:47AM +0000, Sergey A. Osokin wrote: > The patch adds a comma symbol right of the "-rpath": > - -Wl,-rpath ${NXT_PHP_LIB_PATH}" > + -Wl,-rpath,${NXT_PHP_LIB_PATH}" Shouldn't that be a "=" instead of a "," ? The linker -rpath option is: -rpath=dir Martin