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

Cannot find libcl.so #102

Open
Cyberpangolin opened this issue Aug 9, 2017 · 3 comments
Open

Cannot find libcl.so #102

Cyberpangolin opened this issue Aug 9, 2017 · 3 comments

Comments

@Cyberpangolin
Copy link

Cyberpangolin commented Aug 9, 2017

I'm trying to use silentarmy on my intel GPU, but something is very strange:
I always get the error "error while loading shared libraries: libcl.so: cannot open shared object file: No such file or directory"

What I already did:

  • Read all instructions about Intel GPUs. RTFM is always what I do first.
  • Compile successfully with the appropriate options (OPENCL_HEADERS aso) and all packages installed.
  • Triple check that everything is fine: The ways are correct, beignet seems installed (libcl.so is at the right place)
  • copy all beignet libs into the silentarmy dir, adapt the options and recompile

but always the same error.

Where did I miss the point? Or is it a bug?

EDIT: for some reason it's now working. Probably it's related to the way the path to the library is written into the readme.md, but I could not find the error.

RE-EDIT: now I'm affected by #46

Probably the intel support should be removed - or corrected. In such a case, I intend to mine with my intel gpu at the default adress for 100 hours.

@paulosuzart
Copy link

paulosuzart commented Oct 10, 2017

have you tried LD_LIBRARY_PATH="/usr/lib/x86_64-linux-gnu/beignet" ./silentarmy?
Try sudo updatedb and sudo ldconfig and try again.

Edit: Ubuntu 16.10

@lerg96
Copy link

lerg96 commented Nov 22, 2017

LD_LIBRARY_PATH="/usr/lib/x86_64-linux-gnu/beignet" ./silentarmy

this works for me. but i dont know why.

@chiwalfrm
Copy link

that got rid of the error but now i get other errors:

Connecting to us1-zcash.flypool.org:3333
Solver 0.0: unexpected banner "DRM_IOCTL_I915_GEM_APERTURE failed: Invalid argument"
Solver 0.1: unexpected banner "DRM_IOCTL_I915_GEM_APERTURE failed: Invalid argument"
Stratum server sent us the first job
Mining on 1 device

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

4 participants