Node.js Configure Error: no acceptable C compiler [closed] - node.js

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.

Related

bitcoin cgminer setup arch [closed]

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.

Installing wget for Mac [closed]

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 was installing wget 1.13 after downloading it from http://ftp.gnu.org/gnu/wget/.
I followed the instructions laid here http://krypted.com/mac-os-x/howto-install-wget-for-mac-os-x/.
A problem arose when I was running ./configure.
The output I received in the terminal was
error: --with-ssl was given, but GNUTLS is not available
Hence, I was unable to carry on to
make
make install
Anyone who has an idea what i am missing here?
All assistance are greatly appreciated.
I'm running on Mac 10.7.3, if it helps.
Thank you.
I would suggest using Homebrew.
It's a very simple and easy install and once it's done, you can just type brew install wget and it does everything automatically for you.

Installing OpenCL on linux without root rights [closed]

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.

I can not get the "lxr " throught apt-get [closed]

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
everyone. Firstly, forgive my poor English #_#
I use ubuntu 11.10 now.
And I want to install lxr.But I can not get it throught
sudo apt-get install lxr.
The apt-get can not find the lxr.
I had google for this problem, but failed.
Could you tell me where to download the "lxr",please?
Or tell me how to make the apt-get find the "lxr"?
Thanks!
You can download lxr from this location: http://sourceforge.net/projects/lxr/files/stable/
The official installation guide is here: http://lxr.sourceforge.net/en/1-0-InstallSteps/1-0-install.php
Since the site is constantly evolving, the preferred access method is navigation from the home page http://lxr.sourceforge.net/en/index.php

Ubuntu, install doesn't find apxs [closed]

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
I try to install a packet for NTLM authentication and i get this error
make: apxs: Command not found
I installed apache2 on ubuntu 10.10
I also installed: apache2-prefork-dev, apache2-threaded-dev, apache2-mod-php5 and apache2-mod-perl2. I also did a apt-get upgrade
But still i get the error!
If i try to locate apxs, he finds nothing. If i try to execute apxs i get an error the command do not exist if i try apxs2 as command he recognize it.
I tried to change the command in the makefile from apxs to apxs2 but that only gives me more erros
Hope someone can help!!!

Resources