Answer the question
In order to leave comments, you need to log in
How to install pecl-event on CentOS?
Installing phpDaemon requires installing pecl-event.
Actually, the problem is:
if you install via pecl install event, the following crashes:
pecl / event conflicts with package "pecl / libevent" (version >= 0.0.2), installed version is 0.1.0
No valid packages found
install failed
Tried to demolish libevent, The result is the same.
If "pecl install pecl.php.net/get/event-1.6.1.tgz " then:
checking for event_free in -levent_core... no
configure: error: event_free not found in event_core library, or the library is not installed
ERROR: `/var/tmp/event/configure --enable-event-debug=no --with-event-libevent-dir=/usr --with-event-pthreads=no --with-event-extra -- with-event-openssl=no --with-openssl-dir=no' failed
Answer the question
In order to leave comments, you need to log in
pecl/event conflicts with package "pecl/libevent" (version >= 0.0.2), installed version is 0.1.0
yum install php-pecl-event -y
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question