Wrong PHP library name on macosx

Bug #897825 reported by William Candillon
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Zorba
Fix Released
Medium
William Candillon

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

Changed in zorba:
assignee: nobody → William Candillon (wcandillon)
importance: Undecided → Medium
Changed in zorba:
milestone: none → 2.1
Changed in zorba:
status: New → Fix Committed
Changed in zorba:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.