Installing mcrypt extension on php 7.3.x via pecl/pear

0

Im trying to get the mcrypt extension on php 7.3 running via pecl. Currently only on php version 7.3. I get the following error which basically forces me to install php7.2-dev. Is there any convenience way to get mcrypt-1.0.2 running on php 7.3 ?

user@host# pecl install mcrypt-1.0.2
downloading mcrypt-1.0.2.tgz ...
Starting to download mcrypt-1.0.2.tgz (33,698 bytes)
.........done: 33,698 bytes
6 source files, building
running: phpize
sh: 1: phpize: not found
ERROR: `phpize' failed

kevinski

Posted 2019-08-14T11:35:30.963

Reputation: 1

No answers