[Xapian-tickets] [Xapian] #722: xapian-bindings-php configure error install centos7

Xapian nobody at xapian.org
Tue May 17 01:27:24 BST 2016


#722: xapian-bindings-php configure error install centos7
-----------------------------------+---------------------------
 Reporter:  giulianomandotti       |             Owner:
     Type:  task                   |            Status:  new
 Priority:  high                   |         Milestone:  1.2.x
Component:  Xapian-bindings (PHP)  |           Version:  1.2.23
 Severity:  normal                 |        Resolution:
 Keywords:                         |        Blocked By:
 Blocking:                         |  Operating System:  All
-----------------------------------+---------------------------

Comment (by olly):

 {{{
 bash: /opt/plesk/php/5.6/bin/php-config: No such file or directory
 }}}

 `PHP_CONFIG` needs to point to an executable file which actually exists.
 You need to find the location of the `php-config` corresponding to the PHP
 install you want to build the bindings for.

 If `locate` is installed and set up, try:

 {{{
 locate php-config
 }}}

 Otherwise perhaps:

 {{{
 find /opt -name php-config
 }}}

 or:

 {{{
 find /usr -name php-config
 }}}

--
Ticket URL: <https://trac.xapian.org/ticket/722#comment:14>
Xapian <//xapian.org/>
Xapian



More information about the Xapian-tickets mailing list