in reply to GD module has no support for animated gifs

So, I found a few extra minutes today.

It's not actually libgd that needs to be customized, but the installation of the GD library: I had to manually configure the Makefile.PL options, and I had to tweak the Makefile.PL, because I couldn't figure out how to disable HAVE_GD2 option from the command-line, and it would auto-use that, causing a test failure.

Using cpanm as my client, I followed the following procedure:

At this point, I can successfully run one of my scripts that creates an animated GIF, whereas I couldn't earlier today.

Replies are listed 'Best First'.
Re^2: GD module has no support for animated gifs
by syphilis (Archbishop) on Dec 24, 2025 at 03:33 UTC
    At this point, I can successfully run one of my scripts that creates an animated GIF, whereas I couldn't earlier today.

    Nice work !!

    I noticed that SP stopped providing the GD module after the 5.38.x releases - though libgd is still being provided.
    That seems odd, so I've taken the liberty of opening https://github.com/StrawberryPerl/Perl-Dist-Strawberry/issues/285, where I've linked to pryrt's post.
    Hopefully, SP will, in future, again include a serviceable GD module in vendor/lib.

    Cheers,
    Rob