Edit report at http://bugs.php.net/bug.php?id=53404&edit=1
ID: 53404 Updated by: f...@php.net Reported by: admin at saltwaterc dot net Summary: Statically link libevent into PHP-FPM -Status: Open +Status: Wont fix Type: Bug Package: FPM related Operating System: Linux PHP Version: 5.3.3 -Assigned To: +Assigned To: fat Block user comment: N Private report: N New Comment: libevent is about to be removed from FPM. This won't be a problem at a near future. Previous Comments: ------------------------------------------------------------------------ [2010-11-25 15:11:22] admin at saltwaterc dot net Description: ------------ Some of us would like to have the possibility to statically link the libevent into the php-fpm binary in order to simplify the deployment aka put just a single binary to the production machines. The configure fails to pick up the static library version of libevent. Test script: --------------- cd ~/libevent-1.4.14b ./configure --prefix=/usr/local/libevent-1.4.14b --disable-shared make ; make install cd ~/php-5.3.3 ./configure --enable-fpm --with-libevent-dir=/usr/local/libevent-1.4.14b ... Expected result: ---------------- Successful configuration and build. Actual result: -------------- checking for libevent >= 1.4.11 install prefix... configure: error: Could not find libevent >= 1.4.11 in /usr/local/libevent-1.4.14b ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/bug.php?id=53404&edit=1