Closed pullingshots closed 8 months ago
If ldconfig is not in PATH, Build.PL adds an empty entry to alien_install_commands which then causes the Build to fail with:
External command () failed! Error: 65280 at ./Build line 62
Suggest changing line 82 of Build.PL to $ldconfig // "true",
$ldconfig // "true",
Yep, I'm encountering this same issue on MacOS and Raspbian today. fa536e656a seems to not fix it at all.
If ldconfig is not in PATH, Build.PL adds an empty entry to alien_install_commands which then causes the Build to fail with:
Suggest changing line 82 of Build.PL to
$ldconfig // "true",