Rquired php extesnsions not present in Debian stable
I am attempting to install zen cart on my remote compute instance on Linode but...
requested extensions: GD, curl, XML are not present in Debian 11, latest stable version.
Maybe those extensions are present in php8.2, which will ship with Debian 12.
How solve this problem in the meantime?
Re: Rquired php extesnsions not present in Debian stable
Re: Rquired php extesnsions not present in Debian stable
Quote:
Originally Posted by
ckosloff
...
requested extensions: GD, curl, XML are not present in Debian 11, latest stable version.
....
completely untrue.
and i do NOT recommend adding the SURY Repository (although i do recommend him and supporting his work.)
Code:
$: php --version
PHP 7.4.33 (cli) (built: Feb 22 2023 20:07:47) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
with Zend OPcache v7.4.33, Copyright (c), by Zend Technologies
$: lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 11 (bullseye)
Release: 11
Codename: bullseye
$: sudo apt install php-curl
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
php-curl is already the newest version (2:7.4+76).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
$: sudo apt install php-gd
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
php-gd is already the newest version (2:7.4+76).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
$: sudo apt install php-xml
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
php-xml is already the newest version (2:7.4+76).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Re: Rquired php extesnsions not present in Debian stable
Thanks for reply, i was getting desperate.
I see no other solution than to load php 8.2 from sury repo.
I am also loathe to load additional repos than the stable version, but if I want to install ZC158 I wil have to.
Any other suggestion?
Re: Rquired php extesnsions not present in Debian stable
Crap, I missed that you were installing packages for bullseye, not extensions.
Thank you , you saved my life, no need to install additional repos.
Re: Rquired php extesnsions not present in Debian stable
FYI, I am old and have been away from ZC for years, ladywig.com no longer exists, but now: I'M BACK!
So be merciful with an old guy who is rusty.