[SOLVED] convert, libOpenCL not found
by garpu from LinuxQuestions.org on (#6PWP6)
Minor problem in the scope of things. So I was building supercollider, and it bailed out at converting the desktop icon.
Code:convert: error while loading shared libraries: libOpenCL.so.1: cannot open shared object file: No such file or directoryif you do ldd /usr/bin/convert, LibOpenCL.so.1 is missing.
Yet:
Code:% ~ locate libOpenCL
/usr/doc/ocl-icd-2.3.2/html/libOpenCL.html
/usr/lib/libOpenCL.so
/usr/lib64/libOpenCL.soSomething need a rebuild? Something I forgot to do when switching to AMD? (Everything else works fine, and I just played No Man's Sky this afternoon, so mesa works.) I know it would likely be fixed with a handy simlink, but it's always good to get a real fix. (convert's part of ImageMagick?)
Code:convert: error while loading shared libraries: libOpenCL.so.1: cannot open shared object file: No such file or directoryif you do ldd /usr/bin/convert, LibOpenCL.so.1 is missing.
Yet:
Code:% ~ locate libOpenCL
/usr/doc/ocl-icd-2.3.2/html/libOpenCL.html
/usr/lib/libOpenCL.so
/usr/lib64/libOpenCL.soSomething need a rebuild? Something I forgot to do when switching to AMD? (Everything else works fine, and I just played No Man's Sky this afternoon, so mesa works.) I know it would likely be fixed with a handy simlink, but it's always good to get a real fix. (convert's part of ImageMagick?)