Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
kunhuang opened this issue Feb 26, 2016 · 4 comments
Open

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

kunhuang opened this issue Feb 26, 2016 · 4 comments

Comments

@kunhuang
Copy link

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
Copy link
Owner

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

@DZhanYang
Copy link

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
Copy link

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

@FanZhenhui
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants