Send a blank email to [email protected] to get a copy of this message
Hello ,
it's difficult to install and create a php.ini file during installation.
And I can't uninstall with make
Hello ,
it's difficult to install and create a php.ini file during installation.
And I can't uninstall with make uninstall
I tried to do that from this link :
https://www.php.net/distributions/php-8.3.9.tar.xz
Could you help me ?
see my my instructions:
sudo apt-get install libxml2-dev
sudo apt-get install libgd-dev libpng-dev libjpeg-dev libfreetype6-dev
libxpm-dev libvpx-dev libtiff-dev
sudo apt-get install build-essential autoconf libtool bison re2c
libxml2-dev libssl-dev libsqlite3-dev zlib1g-dev libcurl4-openssl-dev
libpng-dev libjpeg-dev libfreetype6-dev libonig-dev libzip-dev
./configure --prefix=/usr/local/php8.3 --with-config-file-path=/etc/php8.3
--with-password-argon2 --enable-sysvmsg --enable-sysvsem --enable-sysvshm
--enable-zend-test --with-zip --enable-sysvmsg --enable-sysvsem
--enable-sysvshm --with-sodium --with-external-libcrypt --enable-soap
--enable-mbstring --enable-intl --enable-gd-jis-conv --enable-dl-test
--enable-exif --enable-ftp --enable-calendar --enable-dba
--enable-bcmath --with-xsl --enable-mysqlnd --with-kerberos
--with-imap-ssl --enable-gd --with-external-gd --with-avif --with-webp
--with-jpeg --with-xpm --with-freetype --with-openssl-dir
--with-fpm-systemd --with-fpm-acl --with-fpm-apparmor --with-fpm-selinux
--enable-fuzzer --enable-litespeed --disable-phpdbg
--enable-phpdbg-debug --enable-phpdbg-readline --enable-fpm
--with-libxml --with-iconv=/usr/lib --with-ffi --enable-bcmath
--with-curl --with-fpm-acl --with-openssl --with-mysqli --with-pdo-mysql
--with-openssl-dir=/usr/local/ssl --disable-fuzzer --enable-shared=PKGS
--enable-static=PKGS
Cordially