I'm trying to install swool
using perl
on ubuntu server then i get bellow error:
ERROR: `phpize' failed
As i searched turns out i should install php-dev
but then i got below errors:
The following packages have unmet dependencies:
php8.2-dev : Depends: autoconf (>= 2.63) but it is not installable
Depends: automake (>= 1.11) but it is not installable
Depends: shtool but it is not installable
Depends: libtool (>= 2.4.6-0.1~) but it is not installable
Recommends: pkg-php-tools but it is not installable
E: Unable to correct problems, you have held broken packages.
I can't find any solutions on https://stackoverflow.com or https://askubuntu.com , it would be great If you can help me
dpkg --get-selections | grep hold
and there is no broken package – kosar Sep 30 '23 at 06:00