amazonlinux / amazon-linux-2023

Amazon Linux 2023
https://aws.amazon.com/linux/amazon-linux-2023/
Other
521 stars 39 forks source link

[Package Request] - php-pecl-imagick #207

Open sunaoka opened 1 year ago

sunaoka commented 1 year ago

What package is missing from Amazon Linux 2022? Please describe and include package name.

php-pecl-imagick

Is this an update to existing package or new package request?

New package request.

Is this package available in Amazon Linux 2?

Yes.

Number of users impacted

More than 1 million users we serve.

rbpltr commented 1 year ago

I've been getting around this by using:

dnf install -y gcc make ImageMagick-devel php-{devel,pear}
pecl channel-update pecl.php.net
pear config-set php_ini /etc/php.ini
yes '' | pecl install imagick

I'm hoping for a cleaner, more robust way!

singhpaul commented 1 year ago

+1. We'd also like to see this package included.