How to install imap php extension with Amazon Linux
To install the IMAP PHP extension on Amazon Linux, you can follow these steps: sudo yum groupinstall “Development Tools” sudo amazon-linux-extras install epel yum install epel-release sudo yum install libc-client-devel uw-imap-static openssl-devel sudo ln -s /usr/lib64/libc-client.a /usr/lib Desires to download the code for the version of PHP that it uses https://www.php.net/downloads.php. You must replace your php version in below file path. cd ~ wget https://www.php.net/distributions/php-7.x.x.tar.gz OR cd ~… Read More »
