Fixed libevent2 shared object in CentOS 6 i686

This commit is contained in:
Teddysun 2016-05-14 13:50:55 +09:00
parent e4169513fc
commit 58ffc35cb1

View File

@ -322,6 +322,7 @@ compile_install(){
make && make install
if [ $? -eq 0 ]; then
ln -s /usr/local/lib/libevent-2.0.so.5 /usr/lib/libevent-2.0.so.5
ln -s /usr/local/lib/libevent_pthreads-2.0.so.5 /usr/lib/libevent_pthreads-2.0.so.5
else
echo "libevent2 install failed..."
fi