|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2018-12-23 17:35 UTC] cmb@php.net
[2018-12-23 17:40 UTC] carusogabriel@php.net
[2018-12-24 15:20 UTC] carusogabriel@php.net
[2018-12-24 15:27 UTC] carusogabriel@php.net
[2019-01-16 11:15 UTC] petk@php.net
[2019-03-16 22:21 UTC] petk@php.net
[2019-03-17 19:13 UTC] carusogabriel@php.net
[2019-04-09 00:40 UTC] gabrielrcouto at gmail dot com
[2020-08-10 11:07 UTC] nikic@php.net
[2020-08-10 17:00 UTC] carusogabriel@php.net
-Status: Open
+Status: Closed
-Assigned To:
+Assigned To: carusogabriel
[2020-08-10 17:00 UTC] carusogabriel@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Nov 03 02:00:02 2025 UTC |
Description: ------------ I tried to configure php-src locally in a new MacBook, but without success while compiling. I can edit this bug with further needed information, but this is what I get when trying to run `make -j5` after `./configure --enable-maintainer-zts --enable-debug --enable-cli --without-iconv`: Undefined symbols for architecture x86_64: "_sqlite3_column_table_name", referenced from: _pdo_sqlite_stmt_col_meta in sqlite_statement.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) make: *** [sapi/phpdbg/phpdbg] Error 1