TheLegendAli / DeepLab-Context

Other
239 stars 97 forks source link

error while loading shared libraries: libmatio.so.2 #5

Open kunhuang opened 8 years ago

kunhuang commented 8 years ago

Hi,

I'm trying to run run.py script but encounter this issue. I've installed libmatio and I can see libmatio.so.2 located in "/usr/local/lib". I've tried reinstall libmatio and caffe several times but still failed, can anyone help me? Thanks!

TheLegendAli commented 8 years ago

what command are you running and what error do you get?

DZhanYang commented 7 years ago

1.下载matio (http://sourceforge.NET/projects/matio/) 2.安装 $ tar zxf matio-X.Y.Z.tar.gz $ cd matio-X.Y.Z $ ./configure $ make $ make check $ make install $ ldconfig

codecolony commented 7 years ago

I'm getting the same error :( Any solutions for this? I have libmatio installed

FanZhenhui commented 5 years ago

thanks, you answer are really helpful

I'm getting the same error :( Any solutions for this? I have libmatio installed

1.下载matio (http://sourceforge.NET/projects/matio/) 2.安装 $ tar zxf matio-X.Y.Z.tar.gz $ cd matio-X.Y.Z $ ./configure $ make $ make check $ make install $ ldconfig

thanks, your answer is really helpful!