Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
Trying to set up bitcoin miner on arch linux AMD 64bit.
I get this error, with cgminer on arch linux:
[2013-03-20 19:52:41] Started cgminer 2.11.3
[2013-03-20 19:52:41] Error -1001: clGetPlatformsIDs failed (no OpenCL SDK installed?)
[2013-03-20 19:52:41] clDevicesNum returned error, no GPUs usa
I was trying to resolve dependencies, but need help.
Either:
You haven't installed the proprietary drivers from AMD, or
You haven't installed AMD's APP SDK - http://developer.amd.com/tools/heterogeneous-computing/amd-accelerated-parallel-processing-app-sdk/
You will find cgmier's list of dependencies and other important things on its README page.
Related
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I tried latest apportable SDK, and I've got this error:
Found asus Nexus 7 (015d2d42b9640e00)
Removing previous transfer cache from device.
Transfer complete.
sh: adb: command not found
Install complete.
scons: *** [Build/android-armeabi-debug/simple/simple-debug.apk_install] Error [<SCons.Node.FS.File object at 0x10409b210>]
scons: building terminated because of errors.
With previous one was fine. How to fix that?
This is a bug. To work around it, find the path to adb in the ~/.apportable/ directory, and add that to your path.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I am trying to install Skype in Debian using the skype-debian_4.1.0.20-1_i386.deb package but it is not installing. It is showing this error message: Error: Dependency is not satisfiable: libqt4-network (>= 4:4.8.0) for debian.
So I downloaded libqtscript4-network_0.2.0-1_i386.deb and installed that package but it is still throwing Error: Dependency is not satisfiable: libqt4-network (>= 4:4.8.0) for debian.
My system kernel version is 2.6.32-5-686. How do I solve this problem?
There is an excellent article on how to fix this error here:
http://www.nairabytes.net/internet/how-to-fix-error-dependency-is-not-satisfiable-libqt4-network-4-4-8-0-while-installing-skype-on-debian-6-0-6-squeeze.
To sum up the solution to the problem presented on the aforementioned page, just install Skype for Ubuntu instead of Skype for Debian. (I have tried this method on my machine and it has worked beautifully.)
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I am working on a hostgator linux server through SSH trying to install and use node.js. I followed the instructions on github.com/joyent/node/wiki/Installation, specifically this section.
tar -zxf node-v0.6.18.tar.gz #Download this from nodejs.org
cd node-v0.6.18
./configure
make
sudo make install
When I type ./configure I get this error.
Node.js configure error: No acceptable C compiler found!
Please Make sure you have a C compiler installed on your system and/or consider adjusting the CC environment variable if you installed it in a non-standard prefix.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I want to use OpenCL on a linux machine, where I have only users rights. I have found only .rpm file, which is not the option until I don't get root's privileges.
Can I do some other way? Can I download the source some where?
You can install into your own home directory by setting the install path. These links may help you. And that was a nice question.
http://leenissen.dk/fann/forum/viewtopic.php?f=1&t=606
https://serverfault.com/questions/11270/installing-software-on-linux-without-root-privileges
On CentOS\RHEL You could use:
yum install packageName --installroot=[path]
This should work also without root permissions.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
All I see when I go to the Eclipse download page is 32bit and 64bit so just for windows. I'm new to Linux and would like to move gradually to it. Will I be able to use Eclipse on it?
Yes.
http://www.eclipse.org/downloads/?osType=linux
You might be accessing from a Windows machine. For Linux download from here
you can install it from wither the package manager on your distro or from the command line using sudo apt-get install eclipse or sudo yum install eclipse, depending on whether your distro uses apt or yum.
There's a dropdown where you can select alternate platforms - http://www.eclipse.org/downloads/?osType=linux when you select Linux from the list.