#16583: php5-eaccelerator 0.9.5.3 fails during configure - need to pass user id for sysvipc --------------------------------+-------------------------- Reporter: moody@… | Owner: ryandesign@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Resolution: | Keywords: Port: php5-eaccelerator | --------------------------------+-------------------------- Comment (by erik@…): This problem still exists on Mac OS X 10.5.8 Intel with php5-eaccelerator @0.9.6.1_17+universal and the latest version of MacPorts (2.2.1) I made it work by manually adding the fix first mentioned by moody@isi.edu: In the Portfile found here: {{{ /opt/local/var/macports/sources/rsync.macports.org/release/ports/php/php5-eaccelerator/Portfile }}} I inserted the following after line 34: {{{ configure.args-append --with-eaccelerator-userid=_www }}} I then ran the rest manually (I actually have nearly no clue about this...!): {{{ port clean php5-eaccelerator port configure php5-eaccelerator port build php5-eaccelerator port test php5-eaccelerator (turns out there are no tests defined in this port...) port destroot php5-eaccelerator port install php5-eaccelerator port activate php5-eaccelerator @0.9.6.1_17+universal }}} I worked for me, although there is probably a better way. I don't know how to create a patch file to submit, sorry. -- Ticket URL: <https://trac.macports.org/ticket/16583#comment:22> MacPorts <http://www.macports.org/> Ports system for OS X