Skip to content

Commit 22c7100

Browse files
committed
Update debian.sh
1 parent 4e48bae commit 22c7100

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

scripts/install/debian.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,5 +278,11 @@ apt install -y libmariadb-dev libmariadb-dev-compat
278278
#apt install -y libmariadbclient-dev
279279

280280

281+
if [ ! -f /usr/lib/libaio.so.1 ];then
282+
if [ -f /usr/lib/libaio.so.1 ];then
283+
ln -s /usr/lib/x86_64-linux-gnu/libaio.so.1t64 /usr/lib/libaio.so.1
284+
fi
285+
fi
286+
281287
cd /www/server/mdserver-web/scripts && bash lib.sh
282288
chmod 755 /www/server/mdserver-web/data

0 commit comments

Comments
 (0)