English 中文(简体)
PHPBrew无法安装推广设备(SAPI的推广已经残疾)。
原标题:PHPBrew unable to install extensions (extension is already disabled for SAPI)

I m New to PHPBrew and-030 (if the OS matters). 我从PHPBrew公司建造了8.2个PHP,并开展了一个新的Laravel项目,但由于司机失踪,我可以连接数据库。 每当我尝试运行phpbrew extstal . pgsql时,返回pgsql 延伸功能已经因SAPI而残疾。

我怎样才能使PHPBrew的pgsql或其他延伸延伸到短链氯化石蜡?

我曾尝试过我可以在线找到的所有解决办法,但即便是授权延期的正式指导也做了工作。

这是在我试图安装延长期限时的全部返回声明:

[ ] pgsql extension is already disabled for SAPI .
===> Installing pgsql extension...
Log stored at: /home/~/.phpbrew/build/8.2-dev/ext/pgsql/build.log
Changing directory to /home/~/.phpbrew/build/8.2-dev/ext/pgsql
===> Phpize...
Error: Command failed: phpize > /home/~/.phpbrew/build/8.2-dev/ext/pgsql/build.log 2>&1 returns:

这是build.log>的内容。 档案

Configuring for: PHP Api Version: 20220829 Zend Module Api No: 20220829 Zend Extension Api No: 420220829 Cannot find autoconf. Please check your autoconf installation and the $PHP_AUTOCONF environment variable. Then, rerun this script.

问题回答

Solved

我需要在我的系统中安装汽车。

sudo apt-get install autoconf




相关问题
摘录数据

我如何将Excel板的数据输入我的Django应用? I m将PosgreSQL数据库作为数据库。

Postgres dump of only parts of tables for a dev snapshot

On production our database is a few hundred gigabytes in size. For development and testing, we need to create snapshots of this database that are functionally equivalent, but which are only 10 or 20 ...

How to join attributes in sql select statement?

I want to join few attributes in select statement as one for example select id, (name + + surname + + age) as info from users this doesn t work, how to do it? I m using postgreSQL.

What text encoding to use?

I need to setup my PostgreSQL DB s text encoding to handle non-American English characters that you d find showing up in languages such as German, Spanish, and French. What character encoding should ...

SQL LIKE condition to check for integer?

I am using a set of SQL LIKE conditions to go through the alphabet and list all items beginning with the appropriate letter, e.g. to get all books where the title starts with the letter "A": SELECT * ...