Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
12-03-2014, 11:10 AM
|
#1
|
LQ Newbie
Registered: Dec 2014
Posts: 2
Rep:
|
nodejs on debian
im trying to install node.js on debian. i’ve downloaded the source code extracted the tar archive and moved to the folder. when I try and run ./configure, i get no such file or directory. so I have added bin folder of nodejs inside my $PATH and exported it. export PATH=$PATH:/nodejs/bin still doesn't work
|
|
|
12-03-2014, 12:38 PM
|
#2
|
LQ Addict
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 23,485
|
can you specify the location (what you have downloaded)? Have you already checked if a file named configure exists somewhere (use the command find)? Does it have execute permission?
|
|
|
12-03-2014, 02:07 PM
|
#3
|
LQ 5k Club
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,519
|
" node.js " is provided by a couple of Debian packages ..
https://packages.debian.org/search?s...ywords=node.js
→ loggerhead, drupal7.
|
|
|
12-04-2014, 04:28 AM
|
#4
|
LQ Newbie
Registered: Dec 2014
Posts: 2
Original Poster
Rep:
|
I've downloaded node-v0.10.33-linux-x86, changed the path by "export PATH=$PATH:/nodejs/bin", "source ~/bashrc" moved to node-v0* directory. If I do "find ./ -name configure -print" i get "./lib/node_modules/npm/configure" but if I do
"./configure" i get bash: ./configure: No such file or directory. If i do "./lib/node_modules/npm/configure" then I don't get an error but it just displays the prompt, it doesn't seem to do anything. makefile is not created.
|
|
|
12-04-2014, 04:38 AM
|
#5
|
LQ Addict
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 23,485
|
I think you need to cd into ./lib/node_modules/npm and execute ./configure
|
|
|
12-04-2014, 05:19 AM
|
#6
|
LQ 5k Club
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,519
|
← #4 .
Quote:
I've downloaded node-v0.10.33-linux-x86
|
That's a binary package, and without the file node.js .
The source http://cnpmjs.org/dist/ , e.g. node-latest.tar.gz
. http://cnpmjs.u.qiniudn.com/dist/node-latest.tar.gz
→ → the text file node.js can be found in "src/"
-
|
|
|
All times are GMT -5. The time now is 04:06 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|