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

libzfp.so.1:cannot open shared object file:No such file or directory #185

Closed
qingyiyi opened this issue Sep 28, 2022 · 2 comments
Closed

Comments

@qingyiyi
Copy link

I installed zfp correctly, wrote a program, compiled and passed, but it shows that the zfplib.so.1 file cannot be found when running ,like the title, but this file does exist in my lib folder, what is the problem and how to solve it. please help me.

@GarrettDMorrison
Copy link
Member

Does libzfp.so show up in your executable's rpath? If not you'll want to make sure that's done at compile or that it has access some other way (e.g. - through LD_LIBRARY_PATH). Let me know if libzfp is in the path and we can dig more into what's going on here.

@qingyiyi
Copy link
Author

Thanks,I solved it by adding the path to zfplib.so.1 when compiling

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

2 participants