Results 1 to 10 of 11
i just installed ubuntu last night, i have a wireless adapter to connect to the net so i got ndiswrapper. ive used ndiswrapper under slackware so i figured it would ...
- 03-07-2006 #1
UBUNTU bash : command make not found
i just installed ubuntu last night, i have a wireless adapter to connect to the net so i got ndiswrapper. ive used ndiswrapper under slackware so i figured it would work great.
problem -
i unzipped the tar.gz, the im supposed to exec the command "make" then "make install" when i do this (in the proper directory) i get a error saying command not found. in the ndiswrapper readme it says you need some header files and stuff in /lib/modules/2.6/build but i dont even have a build folder, i only have up to 2.6. is this the problem? if it is how do i get those files?
thanks
- 03-07-2006 #2
Try this:
Code:sudo apt-get install make
Registered Linux user #270181
TechieMoe's Tech Rants
- 03-07-2006 #3Just Joined!
- Join Date
- Jul 2005
- Location
- Philly, PA
- Posts
- 92
Looks like you need to install some develpment packages, namely "make".
- 03-07-2006 #4
do i have to be connected to the net to run that command?
- 03-07-2006 #5Just Joined!
- Join Date
- Jul 2005
- Location
- Philly, PA
- Posts
- 92
Yes, I don't think that development packages are included on the cd. Though I could be wrong. I know they were not on the cd when I install Ubunut.
- 03-07-2006 #6
isn't it kernel-source you need in order to make and make config?
sudo apt-get install kernel-sourceDesktop: Dual Xeon 2.8 GHz 1.5 GB RAM Ubuntu/XP Pro
Laptop: Macbook 2 GHz C2Duo 3 GB RAM OS X/ Ubuntu/ XP Pro
Linux Registration #396559
Go 'Stros!
- 03-07-2006 #7Just Joined!
- Join Date
- Jul 2005
- Location
- Philly, PA
- Posts
- 92
I don't think so. I didn't have the kernel source installed for my development packages. I added it later when I got my Nvidia card.
- 03-07-2006 #8
ok
annnd one more thing
is it possible to download the make packages seperatly? i mean obviously this machine isnt connected to the internet because this involves getting my wi-fi working. if worse comes to worse i can unhook the machine and take it downstairs and yadda yadda but id rather not do that if i dont have too
anyway i could download this, put it on a flash drive or something and then install it?
- 03-08-2006 #9If you figure out exactly the number of packages you need and download them in DEB form, then yes, you can do this. It's not easy though because you have to make sure you get every single dependent package. Personally, I think it would be simpler to hook it up to a network and let apt do the work.
Originally Posted by the ex Registered Linux user #270181
TechieMoe's Tech Rants
- 03-08-2006 #10
Here are the packages i installed inorder to start building installs from source (for ubuntu using .deb files is not recomended) Use Synaptic to find all of these.
build-essential,
automake1.x,
autoconf,
cpp-x.x,
gcc-x.x,
g++-x.x,
xlibs-dev,
libx11-dev,
kdelibs4-dev,
kdebase-dev,
libqt3-mt-dev,
linux-kernel-headers
kdebase-dev and anything that says libqt3
Once installed here is a good walkthrough on building from source.
https://wiki.ubuntu.com/CompilingSof...akeMakeInstall


Reply With Quote
