On Thu, 2023-12-14 at 12:28 -0700, Charles Curley wrote: > On Thu, 14 Dec 2023 19:24:19 +0200 > Alexis Grigoriou <ale...@nanoid.net> wrote: > > > All > > I see is probably the php code. If I remember correctly, before the > > upgrade php 7.4 was installed in my Bulleye installation. There is > > a > > directory in /etc/php/7.4, although 8.2 is the default in Bookworm, > > but there is no /etc/php/8.2 directory. > > Do you know for a fact that you have php 8.2 installed? The > /etc/php/8.2 directory should be there. What do you get when you run: > > dpkg-query --show 'php*'
> Please run that in a terminal window, and copy and paste the results, > including the command prompt and the trailing prompt, into your reply > email. root@bfs# dpkg-query --show 'php*' php-amqp php-apcu php-ast php-calendar php-cgi php-cli php-common 2:93 php-crypt-gpg php-ctype php-ds php-exif php-facedetect php-ffi php-fileinfo php-ftp php-gd php-gearman php-gmagick php-gnupg php-iconv php-igbinary php-imagick php-json php-libvirt-php php-lua php-mailparse php-memcache php-memcached php-mongodb php-msgpack php-mysqli php-mysqlnd php-mysqlnd-ms php-oauth php-opcache php-pcov php-pdo php-pdo-mysql php-pear php-pecl-http php-phar php-posix php-ps php-psr php-radius php-raphf php-readline php-redis php-rrd php-shmop php-smbclient php-sockets php-ssh2 php-stomp php-sysvmsg php-sysvsem php-sysvshm php-tideways php-tokenizer php-uopz php-uploadprogress php-uuid php-xdebug php-xmlrpc php-yac php-yaml php-zmq php5.6-common php5.6-json php7.0-common php7.0-curl php7.1-common php7.2-common php7.2-sodium php7.3-common php7.4-calendar php7.4-cgi 7.4.33-1+deb11u4 php7.4-cli 7.4.33-1+deb11u4 php7.4-common 7.4.33-1+deb11u4 php7.4-ctype php7.4-exif php7.4-ffi php7.4-fileinfo php7.4-ftp php7.4-gd 7.4.33-1+deb11u4 php7.4-gettext php7.4-iconv php7.4-json 7.4.33-1+deb11u4 php7.4-mysql 7.4.33-1+deb11u4 php7.4-mysqli php7.4-mysqlnd php7.4-opcache 7.4.33-1+deb11u4 php7.4-pdo php7.4-pdo-mysql php7.4-phar php7.4-posix php7.4-readline 7.4.33-1+deb11u4 php7.4-shmop php7.4-sockets php7.4-sysvmsg php7.4-sysvsem php7.4-sysvshm php7.4-tokenizer php8.0-common php8.1-common phpapi-20190902 root@invader:/etc/php/7.4# apt update > Even if php8.2 itself is installed, you will likely need other php8.2 > packages. > > Also, to make things easier down the road, install the generic > equivalent of a php package. E.g. php-imagick rather than > php8.2-imagick. > I also installed php-imagick along with it's dependencies but I still get the same result.