|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2013-01-18 19:10 UTC] ab@php.net
[2013-01-18 19:10 UTC] ab@php.net
-Status: Open
+Status: Feedback
[2013-01-19 07:34 UTC] spero dot shiropetto at gmail dot com
[2013-02-18 00:36 UTC] pecl-dev at lists dot php dot net
[2013-02-18 09:32 UTC] spero dot shiropetto at gmail dot com
[2013-05-30 14:04 UTC] jmy at morgontech dot com
[2013-06-04 18:51 UTC] ben dot claar at gmail dot com
[2013-06-04 18:55 UTC] ben dot claar at gmail dot com
[2013-06-04 19:22 UTC] ab@php.net
[2013-06-04 20:45 UTC] ben dot claar at gmail dot com
[2013-07-13 05:09 UTC] lblechl at madisoncollege dot edu
[2013-12-10 09:09 UTC] kingmansoor at gmail dot com
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Dec 14 21:00:01 2025 UTC |
Description: ------------ Receive a warning when attempting to install a pecl package if "php" already exists in the directory path. WARNING: php_bin /opt/php-5.4.11/bin/php appears to have a suffix -5.4.11/bin/php, but config variable php_suffix does not match ./configure --prefix=/opt/php-5.4.11 ##failes ./configure --prefix=/opt/p-5.4.11 ##succeeds ./configure \ --prefix=/opt/p-5.4.11 \ --with-libdir=lib64 \ --enable-cli \ --enable-cgi \ --disable-debug \ --disable-short-tags \ --enable-shared \ --with-apxs2=/usr/sbin/apxs make clean && make && make install =================OUTPUT Installing PEAR environment: /opt/p-5.4.11/lib/php/ [PEAR] Archive_Tar - installed: 1.3.7 [PEAR] Console_Getopt - installed: 1.3.0 [PEAR] Structures_Graph- installed: 1.0.4 [PEAR] XML_Util - installed: 1.2.1 [PEAR] PEAR - installed: 1.9.4 pecl install pecl_http ===========OUTPUT pecl install pecl_http downloading pecl_http-1.7.4.tar ... Starting to download pecl_http-1.7.4.tar (Unknown size) ..................................................................................................................................................................................done: 1,026,048 bytes 71 source files, building running: phpize Configuring for: PHP Api Version: 20100412 Zend Module Api No: 20100525 Zend Extension Api No: 220100525 whether to enable cURL HTTP requests; specify libcurl directory [yes] : Expected result: ---------------- pecl should not match the first "php" it sees to determine the php_suffix. packages should install regardless of where PHP is. pecl install pecl_http ===========OUTPUT pecl install pecl_http downloading pecl_http-1.7.4.tar ... Starting to download pecl_http-1.7.4.tar (Unknown size) ..................................................................................................................................................................................done: 1,026,048 bytes 71 source files, building running: phpize Configuring for: PHP Api Version: 20100412 Zend Module Api No: 20100525 Zend Extension Api No: 220100525 whether to enable cURL HTTP requests; specify libcurl directory [yes] : Actual result: -------------- ./configure \ --prefix=/opt/php-5.4.11 \ --with-libdir=lib64 \ --enable-cli \ --enable-cgi \ --disable-debug \ --disable-short-tags \ --enable-shared \ --with-apxs2=/usr/sbin/apxs make clean && make && make install =================OUTPUT Installing PEAR environment: /opt/php-5.4.11/lib/php/ [PEAR] Archive_Tar - installed: 1.3.7 [PEAR] Console_Getopt - installed: 1.3.0 [PEAR] Structures_Graph- installed: 1.0.4 [PEAR] XML_Util - installed: 1.2.1 [PEAR] PEAR - installed: 1.9.4 Wrote PEAR system config file at: /opt/php-5.4.11/etc/pear.conf You may want to add: /opt/php-5.4.11/lib/php to your php.ini include_path /home/user/Source/php/php-5.4.11/build/shtool install -c ext/phar/phar.phar /opt/php-5.4.11/bin ln -s -f /opt/php-5.4.11/bin/phar.phar /opt/php-5.4.11/bin/phar Installing PDO headers: /opt/php-5.4.11/include/php/ext/pdo/ pecl install pecl_http ===========OUTPUT downloading pecl_http-1.7.4.tar ... Starting to download pecl_http-1.7.4.tar (Unknown size) ................................................................................................................done: 1,026,048 bytes 71 source files, building WARNING: php_bin /opt/php-5.4.11/bin/php appears to have a suffix -5.4.11/bin/php, but config variable php_suffix does not match running: phpize Configuring for: PHP Api Version: 20100412 Zend Module Api No: 20100525 Zend Extension Api No: 220100525 whether to enable cURL HTTP requests; specify libcurl directory [yes] : ^C