[Xapian-tickets] [Xapian] #753: Unable to load xapian.so extension on php7 and debian 9

Xapian nobody at xapian.org
Mon Oct 2 01:45:09 BST 2017


#753: Unable to load xapian.so extension on php7 and debian 9
-----------------------------------+--------------------------
 Reporter:  dtouzeau               |             Owner:
     Type:  defect                 |            Status:  new
 Priority:  normal                 |         Milestone:
Component:  Xapian-bindings (PHP)  |           Version:  1.4.4
 Severity:  normal                 |        Resolution:
 Keywords:                         |        Blocked By:
 Blocking:                         |  Operating System:  Linux
-----------------------------------+--------------------------
Changes (by olly):

 * keywords:  php7,debian ,undefined symbol,zend_standard_class_def =>
 * priority:  high => normal
 * milestone:  1.4.x =>


Comment:

 What PHP version are you using here?

 You say "debian 9" which has PHP 7.0, but that uses PHP API `20151012` and
 your report indicates `20160303` which would be 7.1.  If you're building
 with 7.0 and trying to use the result with 7.1 (or vice versa) that isn't
 going to work (and would likely result in an undefined symbol error for
 some PHP-related symbol, just as you're reporting).

 If you are building with the same PHP version you trying to use at run-
 time, please show the full output of these commands in the xapian-
 bindings-1.4.4 source tree:

 {{{
 make distclean
 ./configure --with-php7
 make
 make check
 }}}

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



More information about the Xapian-tickets mailing list