Results 1 to 7 of 7
I am trying to install Clam from source and as I follow the instructions i run ./configure and it runs as expected i think. I then run make and it ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 06-12-2010 #1Linux Newbie
- Join Date
- Mar 2008
- Posts
- 168
Compiling source
I am trying to install Clam from source and as I follow the instructions i run ./configure and it runs as expected i think. I then run make and it says command not found. I found that i needed to install build-essential but i can't get it to install. I get this every time i try to install a program from source. I ran as root when i try to do this. Any help would be appreciated.
thank you,
Bower
- 06-12-2010 #2
Why can't you install build-essential? What's the error or problem?
I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
I'd rather be lost at the lake than found at home.
- 06-12-2010 #3Linux Newbie
- Join Date
- Mar 2008
- Posts
- 168
build-essential
build-essential says command not found.
urpmi apt-get install build-essential not found. i also tried sudo build-essential which i think is for ubuntu but that was what i found when i searched the forums. i think that i am missing something on the command line.
thanks,
Bower
- 06-12-2010 #4
Try installing GCC.
Code:urpmi gcc
I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
I'd rather be lost at the lake than found at home.
- 06-12-2010 #5Linux Newbie
- Join Date
- Mar 2008
- Posts
- 168
gcc
ok I installed gcc. i go in as root into konsole and type make and I get the following response:
bash: make: command not found
- 06-12-2010 #6
Well, i have not used Mandriva in forever so I'm not too sure of the package that you need, so I would try at least searching for make
Code:urpmi make
I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
I'd rather be lost at the lake than found at home.
- 06-12-2010 #7Linux Newbie
- Join Date
- Mar 2008
- Posts
- 168
Solved
Thank you. I didn't know to do that. Thanks again.
Bower


Reply With Quote
