Skip to end of metadata
Go to start of metadata

The Problem

Current (Mar'09/svn:12406) trunk does not compile the ESL (Event Socket Library) for PHP under OS/X

Solution

Replace SOLINK=-shared -Xlinker -x with SOLINK=-dylib -bundle -undefined dynamic_lookup in the libs/esl/Makefile file.

Full patch is attached to this page

Labels: