diff --git a/l2tp.sh b/l2tp.sh index baff024..4d3a7a5 100644 --- a/l2tp.sh +++ b/l2tp.sh @@ -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