You are not logged in.

#1 2014-01-09 18:37:43

simonthemime
Member
Registered: 2014-01-06
Posts: 8

[SOLVED] CGMiner: libOpenCL.so.1: no version information available

Hey family,

I'm trying to run cgminer, when I do ./cgminer -n, I get the following error:

./cgminer: /usr/lib/libOpenCL.so.1: no version information available (required by ./cgminer)
./cgminer: /usr/lib/libcurl.so.4: version `CURL_OPENSSL_3' not found (required by ./cgminer)

Any ideas how to resolve this? Sorry this is my first post and my first dive into linux after years.

Last edited by simonthemime (2014-01-11 02:50:59)

Offline

#2 2014-01-09 18:45:58

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] CGMiner: libOpenCL.so.1: no version information available

Are you using [testing]?
Which version of cgminer do you have installed? Did you install if from the official Arch Linux repositories?

Last edited by karol (2014-01-09 18:47:10)

Offline

#3 2014-01-09 18:51:52

simonthemime
Member
Registered: 2014-01-06
Posts: 8

Re: [SOLVED] CGMiner: libOpenCL.so.1: no version information available

Thanks for the response.

I'm not using the Arch repos because it's giving me 3.9, and I need <3.7 to run Scrypt, IIRC. I'm installing 3.3.1 from here: http://ck.kolivas.org/apps/cgminer/3.3/

Offline

#4 2014-01-09 19:07:20

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] CGMiner: libOpenCL.so.1: no version information available

Have you tried installing some 3.6 version?

Offline

#5 2014-01-09 19:20:09

simonthemime
Member
Registered: 2014-01-06
Posts: 8

Re: [SOLVED] CGMiner: libOpenCL.so.1: no version information available

Just tried 3.6.6, same thing sad

Offline

#6 2014-01-10 13:25:58

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] CGMiner: libOpenCL.so.1: no version information available

$ cgminer -n
 [2014-01-10 14:20:49] Error -1001: clGetPlatformsIDs failed (no OpenCL SDK installed?)                    
 [2014-01-10 14:20:49] clDevicesNum returned error, no GPUs usable                    
 [2014-01-10 14:20:49] 0 GPU devices max detected                    
 [2014-01-10 14:20:49] USB all: found 5 devices - listing known devices                    
 [2014-01-10 14:20:49] No known USB devices
$ pacman -Q cgminer
cgminer 3.6.6.1-1

I used these files: https://projects.archlinux.org/svntogit … bc324d097e and patched the PKGBUILD to use the current source location: simply change the line that says

source=("http://ck.kolivas.org/apps/$pkgname/$pkgname-${_pkgver}-1.tar.bz2"

to

source=("http://ck.kolivas.org/apps/cgminer/3.6/cgminer-3.6.6-1.tar.bz2"

Offline

#7 2014-01-10 16:36:36

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,587

Re: [SOLVED] CGMiner: libOpenCL.so.1: no version information available

simonthemime wrote:

Thanks for the response.

I'm not using the Arch repos because it's giving me 3.9, and I need <3.7 to run Scrypt, IIRC. I'm installing 3.3.1 from here: http://ck.kolivas.org/apps/cgminer/3.3/

You're not trying to use the pre-built binaries, are you?

Online

#8 2014-01-11 02:50:45

simonthemime
Member
Registered: 2014-01-06
Posts: 8

Re: [SOLVED] CGMiner: libOpenCL.so.1: no version information available

karol wrote:
$ cgminer -n
 [2014-01-10 14:20:49] Error -1001: clGetPlatformsIDs failed (no OpenCL SDK installed?)                    
 [2014-01-10 14:20:49] clDevicesNum returned error, no GPUs usable                    
 [2014-01-10 14:20:49] 0 GPU devices max detected                    
 [2014-01-10 14:20:49] USB all: found 5 devices - listing known devices                    
 [2014-01-10 14:20:49] No known USB devices
$ pacman -Q cgminer
cgminer 3.6.6.1-1

I used these files: https://projects.archlinux.org/svntogit … bc324d097e and patched the PKGBUILD to use the current source location: simply change the line that says

source=("http://ck.kolivas.org/apps/$pkgname/$pkgname-${_pkgver}-1.tar.bz2"

to

source=("http://ck.kolivas.org/apps/cgminer/3.6/cgminer-3.6.6-1.tar.bz2"

Much thanks, this solved it for me smile !

Offline

Board footer

Powered by FluxBB