jeteve / Alien-ImageMagick

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

Run LDConfig #7

Closed ambs closed 3 years ago

ambs commented 3 years ago

Hi Even when installing in /usr/local/, if a ldconfig is not run, the test (perl -MImage::Magick) will fail. The patch is as simple as:

ambs commented 3 years ago

It seems I need to take some time to fix the Travis config, as well ;)

jeteve commented 3 years ago

Thanks @ambs ! Can you add Alien/Base/ModuleBuild.pm to the deps? It looks like this is missing and breaks travis.

jeteve commented 3 years ago

@ambs rebase on upstream master then this should pass.

ambs commented 3 years ago

I see the problem. Will prepare a fix.

ambs commented 3 years ago

Let me know if/when you need help for a release ;)

jeteve commented 3 years ago

Hey @ambs you should be able to release yourself as you're co-maintainer. As you've already bumped the version up, just do a ./Build dist and upload the tarball! :)

ambs commented 3 years ago

@jeteve, Great, will do. Was just wondering if you have added me already.