zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #10699
[Bug 897823] Re: Wrong PHP library name on macosx
** Changed in: zorba
Status: New => Fix Released
** Changed in: zorba
Milestone: 2.7 => None
--
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/897823
Title:
Wrong PHP library name on macosx
Status in Zorba - The XQuery Processor:
Fix Released
Bug description:
The library prefix of the PHP binding is dynamic. See swig/CMakeLists.txt:
# on apple and cmake 2.8, the generated swig libraries are prefixed with "lib"
SET (ZORBA_SWIG_LIB_PREFIX)
IF (APPLE AND CMAKE_MINOR_VERSION GREATER 6)
SET (ZORBA_SWIG_LIB_PREFIX "lib")
ENDIF (APPLE AND CMAKE_MINOR_VERSION GREATER 6)
However its reference in the PHP wrapper isn't:
dl('zorba_api.so')
To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/897823/+subscriptions
References