Introduction
This article provides the procedure to install the imap
PECL module for ea-php84
.
Procedure
- Access the server's command line as the 'root' user via SSH or "Terminal" in WHM.
- Install the
libc-client
dev package.- RHEL-based systems
dnf install libc-client-devel -y; ln -s /usr/lib64/libc-client.so /usr/lib/libc-client.so
- Ubuntu
apt install libc-client-dev libkrb5-dev -y
- RHEL-based systems
- Install the PECL package
ea-php84-pecl install imap
- Press the 'return' or 'enter' key on your keyboard when prompted for input.
Comments
0 comments
Article is closed for comments.