Edit report at http://bugs.php.net/bug.php?id=52498&edit=1

 ID:                 52498
 Updated by:         f...@php.net
 Reported by:        f...@php.net
 Summary:            when FPM is enable, php-cli is linked against
                     libevent (it shouldn't)
-Status:             Open
+Status:             Assigned
 Type:               Bug
 Package:            FPM related
 Operating System:   linux
 PHP Version:        5.3.3
-Assigned To:        
+Assigned To:        fat
 Block user comment: N



Previous Comments:
------------------------------------------------------------------------
[2010-07-30 13:33:53] f...@php.net

Description:
------------
r...@wild # ldd sapi/fpm/php-fpm

...

        libevent-1.4.so.2 =>
/usr/local/libevent-1.4.13/lib/libevent-1.4.so.2 

(0xb7d98000)

...



r...@wild # ldd sapi/cli/php

...

        libevent-1.4.so.2 =>
/usr/local/libevent-1.4.13/lib/libevent-1.4.so.2 

(0xb8030000)

...



libevent is linked by sapi/cli/php when it shouldn't

Test script:
---------------
compile PHP with --enable-fpm

Expected result:
----------------
r...@wild # ldd sapi/fpm/php-fpm

...

        libevent-1.4.so.2 =>
/usr/local/libevent-1.4.13/lib/libevent-1.4.so.2 

(0xb7d98000)

...



r...@wild # ldd sapi/cli/php

...

...



Actual result:
--------------
r...@wild # ldd sapi/fpm/php-fpm

...

        libevent-1.4.so.2 =>
/usr/local/libevent-1.4.13/lib/libevent-1.4.so.2 

(0xb7d98000)

...



r...@wild # ldd sapi/cli/php

...

        libevent-1.4.so.2 =>
/usr/local/libevent-1.4.13/lib/libevent-1.4.so.2 

(0xb8030000)

...




------------------------------------------------------------------------



-- 
Edit this bug report at http://bugs.php.net/bug.php?id=52498&edit=1

Reply via email to