Sometimes, when running the program, it gives the error "*.so" lib file not found. To solve this problem, first try:
ldd <path_to_filename/filename>to obtain info on shared libraries needed. Copy them to /usr/lib or other suitable folder, and then as root execute ldconfig -v
No comments:
Post a Comment