Installed loadcaffe, but cannot run
I have this error while running a code using loadcaffe. The file libloadcaffe.so is at that location, but I don't understand why it wasn't able to load that library.
/home/phong/torch/install/bin/lua: /home/phong/torch/install/share/lua/5.2/trepl/init.lua:389: /home/phong/torch/install/share/lua/5.2/loadcaffe/ffi.lua:10: could not load library /home/phong/torch/install/lib/lua/5.2/libloadcaffe.so stack traceback: [C]: in function 'error' /home/phong/torch/install/share/lua/5.2/trepl/init.lua:389: in function 'require' test.lua:1: in main chunk [C]: in function 'dofile' ...hong/torch/install/lib/luarocks/rocks/trepl/scm-1/bin/th:150: in main chunk [C]: in ?
Did you solve this problem?