Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [ARO] | Arionum | CPU Only | PHP Based | Decentralized Revolution
by
guli13
on 03/02/2018, 10:23:01 UTC
I've just added an install documentation for Ubuntu 17.10
https://bitbucket.org/guli13/arionum-gpu-miner/overview

I'll be happy to hear your feedback (bugs, improvements, installation issues).

Thanks.

AMD user here.

Can you help with this? Seems I need to make a symbolic link to my opencl?

Linking CXX shared library libargon2-opencl.so
/usr/bin/ld: cannot find -lOpenCL
collect2: error: ld returned 1 exit status
argon2-gpu/CMakeFiles/argon2-opencl.dir/build.make:225: recipe for target 'argon2-gpu/libargon2-opencl.so' failed
make[2]: *** [argon2-gpu/libargon2-opencl.so] Error 1
CMakeFiles/Makefile2:207: recipe for target 'argon2-gpu/CMakeFiles/argon2-opencl.dir/all' failed
make[1]: *** [argon2-gpu/CMakeFiles/argon2-opencl.dir/all] Error 2
Makefile:129: recipe for target 'all' failed
make: *** [all] Error 2


try to find libOpneCL.so in your filesystem with 'locate libOpenCL.so' get the full path of the lib
and then 'sudo ln -s /usr/lib  the_path'