php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #80023 make compile error, rasid by sqlite3.c
Submitted: 2020-08-27 03:22 UTC Modified: 2020-08-27 06:53 UTC
From: coralsea_fr_ at outlool dot com Assigned: cmb (profile)
Status: Closed Package: Compile Failure
PHP Version: 7.4.9 OS: centos7.6
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: coralsea_fr_ at outlool dot com
New email:
PHP Version: OS:

 

 [2020-08-27 03:22 UTC] coralsea_fr_ at outlool dot com
Description:
------------
---
From manual page: https://php.net/faq
---
Install php-7.4.9
centos 7.6.1810
configuref:
./configure \
--prefix=/usr/local/php7 \
--with-config-file-path=/usr/local/php7 \
--with-config-file-scan-dir=/usr/local/php7 \
--with-apxs2=/usr/bin/apxs \
--with-mysqli=/usr/local/mysql/bin/mysql_config \
--enable-mbstring \
--disable-fileinfo
Error:
ext/sqlite3/.libs/sqlite3.o: In function `zim_sqlite3stmt_getSQL':
/usr/local/download/php-7.4.9/ext/sqlite3/sqlite3.c:1655: undefined reference to `sqlite3_expanded_sql'
collect2: error: ld returned 1 exit status
make: *** [sapi/cli/php] 错误 1





Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2020-08-27 06:52 UTC] cmb@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: cmb
 [2020-08-27 06:53 UTC] cmb@php.net
This issue has recently been resolved[1].  The fix will be in PHP
7.4.11.  If you like, you can try a snapshot to confirm.

[1] <http://git.php.net/?p=php-src.git;a=commit;h=1b21b560741373638b8d1ffe2a4a672717cb6656>
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 03 15:01:34 2025 UTC