找不到Pecl phpize失败的config.m4

Col*_*747 5 php pecl

我正在尝试安装Pecl扩展(SCA_SDO),但是当我运行以下命令时,pecl install SCA_SDO我得到了产生的错误:

downloading SCA_SDO-1.2.4.tgz ...
Starting to download SCA_SDO-1.2.4.tgz (576,531 bytes)
....................................................................................................................done: 576,531 bytes
194 source files, building
running: phpize
Cannot find config.m4.
Make sure that you run '/usr/bin/phpize' in the top level source directory of the module

ERROR: `phpize' failed
Run Code Online (Sandbox Code Playgroud)

小智 3

下载文件,解压并cd到文件夹,然后执行pecl build

  • 我收到“无法打开 package.xml” (4认同)