We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa0f86c commit 923716dCopy full SHA for 923716d
scripts/install/debian.sh
@@ -280,7 +280,7 @@ apt install -y libmariadb-dev libmariadb-dev-compat
280
281
# find /usr/lib -name "*libaio*" 2>/dev/null
282
if [ ! -f /usr/lib/libaio.so.1 ];then
283
- if [ -f /usr/lib/libaio.so.1 ];then
+ if [ -f /usr/lib/x86_64-linux-gnu/libaio.so.1t64 ];then
284
ln -s /usr/lib/x86_64-linux-gnu/libaio.so.1t64 /usr/lib/libaio.so.1
285
fi
286
0 commit comments