12-27-2013, 07:10 AM
It might be that lua is a static library, and its looking for a dynamic one.
Try the following bash command to find it:
Try the following bash command to find it:
Code:
cd /usr
find . | grep "liblua"