|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2009-05-08 19:48 UTC] oxie at live dot nl
Description: ------------ The generated scripts bin/pear and bin/pecl have the wrong path to the PHP executable. The path in the script look likes '/usr/local/lamp/apache2/bin/apxs2/bin/apxs/bin/php', where it must be '/usr/local/lamp/php/bin/php'. When manually chaning the path to that, it is working. The output that i get is, logically: exec: 28: /usr/local/lamp/apache2/bin/apxs/bin/php: not found My configure statement: ./configure --prefix=/usr/local/lamp/php --with-apxs2=/usr/local/lamp/apache2/bin/apxs --with-pear=/usr/local/lamp/php/lib/php [a lot of extensions] The bin/pear script: http://pastebin.com/d132560e PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Dec 04 14:00:01 2025 UTC |
They are there in this order: bindir = ${exec_prefix}/bin exec_prefix = ${prefix} prefix = /usr/local/lamp/php PEAR_INSTALLDIR = /usr/local/lamp/php/lib/php (i have generate my makefile using the ./configure statement) *the bin/pear scripted reposted (it was expired): http://pastebin.com/f640aacf