Hallo.
Ich möchte mir gerne PHP in der Version 7.1.2 auf dem Server installieren. Soweit kein Problem und läuft auch. Allerdings ohne FPM und PHP in der Version 7.0.16-1~dotdeb+8.1
Was habe ich vergessen?
Ich möchte mir gerne PHP in der Version 7.1.2 auf dem Server installieren. Soweit kein Problem und läuft auch. Allerdings ohne FPM und PHP in der Version 7.0.16-1~dotdeb+8.1
Was habe ich vergessen?
aptitude install libapache2-mod-php gcc libcurl4-openssl-dev libbz2-dev libmcrypt-dev libjpeg-dev libpng-dev libfreetype6-dev libkrb5-dev libpq-dev libc-client2007e-dev libc-client2007e libcurl4-openssl-dev pkg-config libxslt-dev libfcgi-dev apache2-dev libfcgi-dev libfcgi0ldbl
./configure --prefix=/opt/php-7.1 --with-pdo-pgsql --with-zlib-dir --with-freetype-dir --enable-mbstring --with-libxml-dir=/usr --enable-soap --enable-calendar --with-curl --with-mcrypt --with-zlib --with-gd --with-pgsql --disable-rpath --enable-inline-optimization --with-bz2 --with-zlib --enable-sockets --enable-sysvsem --enable-sysvshm --enable-pcntl --enable-mbregex --enable-exif --enable-bcmath --with-mhash --enable-zip --with-pcre-regex --with-pdo-mysql --with-mysqli --with-mysql-sock=/var/run/mysqld/mysqld.sock --with-jpeg-dir=/usr --with-png-dir=/usr --enable-gd-native-ttf --with-openssl --with-fpm-user=www-data --with-fpm-group=www-data --with-libdir=/lib/x86_64-linux-gnu --enable-ftp --with-imap --with-imap-ssl --with-kerberos --with-gettext --with-xmlrpc --with-xsl --enable-opcache --enable-fpm
Last edited by a moderator: