Applicable to:SymptomsThe installation of PHP modules like memcached or APCu fail
running: phpize
/opt/plesk/php/7.4/bin/phpize: line 61: /usr/bin/sed: No such file or directory
grep: write error: Broken pipe
/opt/plesk/php/7.4/bin/phpize: line 62: /usr/bin/sed: No such file or directory
grep: write error: Broken pipe
/opt/plesk/php/7.4/bin/phpize: line 63: /usr/bin/sed: No such file or directory
grep: write error: Broken pipe
Configuring for:
PHP Api Version:
Zend Module Api No:
Zend Extension Api No:
/opt/plesk/php/7.4/bin/phpize: line 154: /usr/bin/sed: No such file or directory
autoheader: error: AC_CONFIG_HEADERS not found in configure.ac
ERROR: `phpize' failedCauseThe sed utility, used during the PHP extension installation process, is misconfigured or missing.
ResolutionTo fix the problem, reinstall the package.
Note: The package name may differ from the instructions below depending
on the operating system
- Connect to the server via SSH
- Run this command to reinstall sed
# dnf reinstall sed -y || apt install --reinstall sed -y