Hi,

I was able to identify a php-imap package that appears to work. These are from the Remi repo (https://rpms.remirepo.net/).

ftp://ftp.pbone.net/mirror/rpms.remirepo.net/fedora/35/remi/x86_64/libc-client-2007f-30.fc35.remi.x86_64.rpm
ftp://ftp.pbone.net/mirror/rpms.remirepo.net/fedora/36/php81/x86_64/php-imap-8.1.8-1.fc36.remi.x86_64.rpm

It works fine now, but the next fedora36 PHP upgrade, and this will fail again. It's very dependent upon the specific PHP version being used.



On Thu, Oct 20, 2022 at 6:23 PM Alex <mysqlstudent@gmail.com> wrote:
Hi, I'm trying to install a PHP app that requires the php-imap library. It appears it's been stripped from fedora36 now. It looks like PHP was compiled without the php-imap extension?

https://www.php.net/manual/en/book.imap.php

I realize there is php-pear-Net-IMAP, but that is apparently different and not supported.

Are there other options available? I see lots of people with the same problem, but no real solutions.