jeteve / Alien-ImageMagick

Perl Image Magick perlbrew + cpanm compatible install.
4 stars 6 forks source link

Install fails if ldconfig not in path #11

Closed pullingshots closed 8 months ago

pullingshots commented 2 years 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",

labster commented 2 years ago

Yep, I'm encountering this same issue on MacOS and Raspbian today. fa536e656a seems to not fix it at all.