Skip to content

enable IMAP extenion in Lightsail LAMP Stack,

0

How can I enable the Lightsail IMAP extension, try changing the PHP, and install the extension..Nothing work,, Any suggestion, please.

P.S -I have a php application that needs IMAP extension to be enabled, maybe i am editing the wrong php.ini.

asked 2 years ago427 views
1 Answer
0

Hello.

I think it depends on the OS of Lightsail, but if you are using something like Amazon Linux 2, you can search for PHP modules that can be installed using the command below.
If this includes "php80-php-imap.x86_64" etc., I think it can be installed.

sudo yum search php
EXPERT
answered 2 years ago
  • Its a LAMP Stack offered by Lightsail, " Welcome to the LAMP packaged by Bitnami 8.2.12-2 " Debian GNU/Linux

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.