Public bug reported:

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')

** Affects: zorba
     Importance: Medium
     Assignee: William Candillon (wcandillon)
         Status: New

** Changed in: zorba
     Assignee: (unassigned) => William Candillon (wcandillon)

** Changed in: zorba
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/897825

Title:
  Wrong PHP library name on macosx

Status in Zorba - The XQuery Processor:
  New

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/897825/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to     : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp

Reply via email to