1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

should fix 'libmaodbc.so file not found'

This commit is contained in:
Jerry Vonau 2021-08-15 22:51:37 -05:00
parent 0a85b790ce
commit 696bf9a92a

View file

@ -9,3 +9,9 @@ else
fi
make
make install
cat << EOF > /etc/ld.so.conf.d/99-iiab.conf
/usr/local/lib/mariadb/
EOF
ldconfig