This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### COMPILE PHP 7.3 UBUNTU 14.04 LTS ### | |
### https://www.fastnetserv.com/how-to-install-php-7-2-on-ubuntu-14-04-ispconfig-3-1 | |
# installing dependencies | |
apt-get install build-essential nano libfcgi-dev libfcgi0ldbl libjpeg-turbo8-dbg libmcrypt-dev libssl-dev libc-client2007e \ | |
libc-client2007e-dev libxml2-dev libbz2-dev libcurl4-openssl-dev libjpeg-dev libpng12-dev libfreetype6-dev \ | |
libkrb5-dev libpq-dev libxml2-dev libxslt1-dev \ | |
libaspell-dev libpspell-dev libreadline-dev libtidy-dev libgmp-dev libssh2-1-dev unixodbc-dev && \ | |
ln -s /usr/lib/libc-client.a /usr/lib/x86_64-linux-gnu/libc-client.a |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### COMPILE PHP 7.2 UBUNTU 14.04 LTS ### | |
### https://www.fastnetserv.com/how-to-install-php-7-2-on-ubuntu-14-04-ispconfig-3-1 | |
# installing dependencies | |
apt-get install build-essential nano libfcgi-dev libfcgi0ldbl libjpeg-turbo8-dbg libmcrypt-dev libssl-dev libc-client2007e \ | |
libc-client2007e-dev libxml2-dev libbz2-dev libcurl4-openssl-dev libjpeg-dev libpng12-dev libfreetype6-dev \ | |
libkrb5-dev libpq-dev libxml2-dev libxslt1-dev \ | |
libaspell-dev libpspell-dev libreadline-dev libtidy-dev libgmp-dev libssh2-1-dev unixodbc-dev && \ | |
ln -s /usr/lib/libc-client.a /usr/lib/x86_64-linux-gnu/libc-client.a |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### COMPILE PHP 7.2 UBUNTU 14.04 LTS ### | |
## https://www.howtoforge.com/tutorial/how-to-compile-and-install-php-7.4-on-ubuntu-18-04 | |
## https://www.fastnetserv.com/how-to-install-php-7-2-on-ubuntu-14-04-ispconfig-3-1 | |
## https://www.php.net/manual/en/imap.requirements.php | |
cd /tmp | |
## clone imap src | |
git clone https://github.com/uw-imap/imap.git | |
cd /tmp/imap |
NewerOlder