Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:84685 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 35408 invoked from network); 13 Mar 2015 14:34:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Mar 2015 14:34:13 -0000 Authentication-Results: pb1.pair.com header.from=christian.carlow@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=christian.carlow@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.169 as permitted sender) X-PHP-List-Original-Sender: christian.carlow@gmail.com X-Host-Fingerprint: 209.85.216.169 mail-qc0-f169.google.com Received: from [209.85.216.169] ([209.85.216.169:42133] helo=mail-qc0-f169.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id AF/56-32208-465F2055 for ; Fri, 13 Mar 2015 09:34:13 -0500 Received: by qcwb13 with SMTP id b13so26938746qcw.9 for ; Fri, 13 Mar 2015 07:34:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:subject:from:to:date:content-type:mime-version :content-transfer-encoding; bh=CXvwAYxdvA7KvCsi6NqqWLqAhDE59vp9mW2L6a8C8OE=; b=R3TfQ0Sb/dB6EOv91MviDLtgGMg/r95NWmVMRWjsFzMR9P9+yr47HWqVu0GgJBHmnU rgD8BRq5F+p0vHdeSCpDlr1XgQ0g4Vvp+Njklsrp7vzChnK5sAzbE30F4z/tNaKDvn2K wUm4OD9y9PA1syQuDT3kvG1ASuISQ+wHbYYj/m90bzgrIF5fhrEbLpq7z+k1MKVup7i6 gs/lY/VYV3+Vqy1QUS7cbkvlkBJrY1ZmJykfmNbhaiOMRgH1g+0qzAv+5gVpAIzAbbHR j9yLQOzW1YjM6Hb6aPogbAO+vWcIpoNKjiWeHFLQ7pe1nzgByOEza9UB37BgpsU19Z0U /ecQ== X-Received: by 10.140.130.71 with SMTP id 68mr62270813qhc.12.1426257250432; Fri, 13 Mar 2015 07:34:10 -0700 (PDT) Received: from localhost.localdomain (184-155-189-1.cpe.cableone.net. [184.155.189.1]) by mx.google.com with ESMTPSA id g51sm1496370qgg.23.2015.03.13.07.34.08 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 13 Mar 2015 07:34:09 -0700 (PDT) Message-ID: <1426257248.2196.16.camel@gmail.com> To: internals@lists.php.net Date: Fri, 13 Mar 2015 09:34:08 -0500 Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.12.10 (3.12.10-1.fc21) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: php-src make php_print_gpcse_array and php_print_info undefined reference to `_tsrm_ls_cache' and `executor_globals_id' From: christian.carlow@gmail.com (Christian Carlow) Any resolution suggestions for this error when running make after ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql: ext/standard/.libs/info.o: In function `php_print_gpcse_array': /home/anon/git/php-src/ext/standard/info.c:207: undefined reference to `_tsrm_ls_cache' /home/anon/git/php-src/ext/standard/info.c:207: undefined reference to `executor_globals_id' ext/standard/.libs/info.o: In function `php_print_info': /home/anon/git/php-src/ext/standard/info.c:902: undefined reference to `_tsrm_ls_cache' /home/anon/git/php-src/ext/standard/info.c:902: undefined reference to `executor_globals_id' /home/anon/git/php-src/ext/standard/info.c:905: undefined reference to `_tsrm_ls_cache' /home/anon/git/php-src/ext/standard/info.c:908: undefined reference to `_tsrm_ls_cache' /home/anon/git/php-src/ext/standard/info.c:911: undefined reference to `_tsrm_ls_cache' collect2: error: ld returned 1 exit status Makefile:247: recipe for target 'sapi/cli/php' failed make: *** [sapi/cli/php] Error 1