mirror of
https://github.com/teddysun/across.git
synced 2025-01-19 06:19:35 +08:00
Fixed libevent2 shared object in CentOS 6 i686
This commit is contained in:
parent
e4169513fc
commit
58ffc35cb1
1
l2tp.sh
1
l2tp.sh
@ -322,6 +322,7 @@ compile_install(){
|
|||||||
make && make install
|
make && make install
|
||||||
if [ $? -eq 0 ]; then
|
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-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
|
else
|
||||||
echo "libevent2 install failed..."
|
echo "libevent2 install failed..."
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user