[Zorba-coders] [Bug 897823] Re: Wrong PHP library name on macosx

2012-06-13 Thread William Candillon
** 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

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


[Zorba-coders] [Bug 897823] Re: Wrong PHP library name on macosx

2012-06-12 Thread Dana Florescu
** Changed in: zorba
   Importance: Undecided = Medium

** Changed in: zorba
 Assignee: (unassigned) = Rodolfo Ochoa (rodolfo-ochoa)

-- 
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:
  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/897823/+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


[Zorba-coders] [Bug 897823] Re: Wrong PHP library name on macosx

2012-06-12 Thread Dana Florescu
** Changed in: zorba
Milestone: None = 2.7

-- 
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:
  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/897823/+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