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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
34 + 16 = ?
Subscribe to this entry?

 
 [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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 20:01:29 2024 UTC