building in /tmp/pear/temp/rar
running: phpize
sh: phpize: command not found
rolling back 388 file operations
ERROR: `phpize' failed
尝试使用命令“pecl -v install rar”安装 php 的 RAR 包时出现此错误
这是什么意思?我该如何修复它?我是 Linux 新手。
答案1
您还需要安装 php-devel。由于您使用的是 CentOS:
yum install php-devel
会起作用