| | |
Mepis and installing...
![]() |
•
•
Join Date: Jun 2006
Posts: 117
Reputation:
Solved Threads: 0
I just got a mepis live cd... I am running it live on my laptop.
I was able to get sound installed, but i am having trouble installing a program. The program is called "Wireless Assistant" (http://sourceforge.net/projects/wlassistant/)
Mepis detects my wireless, and it will allow me to detect my two access points, but i can not connect (dont know how...)
This is what i was told to do to install it;
I am able to extract it, and i am able to change the directory... but i can not run the command "./configure --prefix = /usr". It isn't recognised as a command?
Sorry for such a newb question, but i am still used to windo$...
Can someone please help me? I am apart of another forum, and i get extremely mad when people ask dumb questions like this, but i really have no idea!
Thank you! (i just want wireless!)
I was able to get sound installed, but i am having trouble installing a program. The program is called "Wireless Assistant" (http://sourceforge.net/projects/wlassistant/)
Mepis detects my wireless, and it will allow me to detect my two access points, but i can not connect (dont know how...)
This is what i was told to do to install it;
tar -xjvf wlassistant-0.3.9.tar.bz2 cd wlassistant-0.3.9 ./configure --prefix=/usr make su -c "make install"
I am able to extract it, and i am able to change the directory... but i can not run the command "./configure --prefix = /usr". It isn't recognised as a command?
Sorry for such a newb question, but i am still used to windo$...
Can someone please help me? I am apart of another forum, and i get extremely mad when people ask dumb questions like this, but i really have no idea!
Thank you! (i just want wireless!)
./configure is actually telling the computer to run a shell script that is contained in the current directory (which you just set by using
Look at the output printed. There should be a file listed there named "configure". If the files don't seem remotely like the source code (no INSTALL, README files), then perhaps you're in the wrong directory.
If you're using a terminal app to enter your commands, usually the easiest way to solve the problem mentioned is to drag the wlassistant onto the terminal app, which will automatically paste the folder's location; add "cd" in front of it, and then hit return. Then try the configure script again.
Hope this helps
cd). If the terminal cannot find the command, perhaps you had better check to make sure it's there. Type the following at the prompt:# cd wlassistant-0.3.9 # ls
If you're using a terminal app to enter your commands, usually the easiest way to solve the problem mentioned is to drag the wlassistant onto the terminal app, which will automatically paste the folder's location; add "cd" in front of it, and then hit return. Then try the configure script again.
Hope this helps
"Technological progress is like an axe in the hands of a pathological criminal."
•
•
Join Date: Jun 2006
Posts: 117
Reputation:
Solved Threads: 0
Yes, there is a file named "configure"...
Edit:
When i type in
i get the following error
What the heck???
Edit:
When i type in
./configure
i get the following error
bash: ./configure: /bin/sh: bad interpreter: Permission denied
What the heck???
Last edited by Marks256; Jan 17th, 2007 at 10:01 pm.
That means that the shell can find the configure script, but cannot get past a certain line. This could be due to a number of things, but the easiest way to find out what's wrong is to try this command instead:
Post any error messages you get.
sh ./configure
"Technological progress is like an axe in the hands of a pathological criminal."
•
•
Join Date: Jun 2006
Posts: 117
Reputation:
Solved Threads: 0
Checking for Python : /usr/bin/python
Checking for SCons : not found, will use mini distribution.
./configure: ./scons: /usr/bin/env: bad interpreter: Permission deniedThank you for your help so far.
You may want to try downloading and installing SCons first to see if that fixes anything.
My other suspicion is that python is not in the PATH variable. Try running
And then try running the configure script again.
My other suspicion is that python is not in the PATH variable. Try running
echo $PATH at the shell. You'll get a list of paths seperated by colons. If /usr/bin isn't listed, then you'll need to enter the following:# PATH=$PATH:/usr/bin
"Technological progress is like an axe in the hands of a pathological criminal."
Hehe, looks like you're going to have to install another package from source. 
http://prdownloads.sourceforge.net/s...0.96.94.tar.gz
That's what is annoying about compiling from source - all too often packages have other dependancies which have dependancies of their own, causing you to go on a wild goosechase trying to install all these other packages to get the original to compile.

http://prdownloads.sourceforge.net/s...0.96.94.tar.gz
That's what is annoying about compiling from source - all too often packages have other dependancies which have dependancies of their own, causing you to go on a wild goosechase trying to install all these other packages to get the original to compile.
"Technological progress is like an axe in the hands of a pathological criminal."
Ah. Unarchiving tar.gz is nearly identical to unarchiving tar.bz2. Just enter something like this at the shell:
A directory containing the source code will then be created. cd to this, and then proceed with regular compilation steps.
# tar xfz scons-source-...
"Technological progress is like an axe in the hands of a pathological criminal."
![]() |
Similar Threads
- Help installing Ubuntu? (Getting Started and Choosing a Distro)
- Installing audacity under mepis... (*nix Software)
- How do uninstall Mepis Linux and reinstall Windows 98 SE? (Troubleshooting Dead Machines)
- Switched to Linux 2 Months Ago (Getting Started and Choosing a Distro)
- problem when installing fedora core 2 (*nix Software)
Other Threads in the Getting Started and Choosing a Distro Forum
- Previous Thread: Someone help my incompetent self please
- Next Thread: Burning ISO Images- MD5 Checksums
| Thread Tools | Search this Thread |
age-related baremetal chrome cio cloudcomputing code commercial computers crystalballsunday desktop developers development distributions distro dsl elderly embedded forums google http://expertcore.org/ innovations jauntyjackalope kernel library linus linux microsoft multi-core netgear newbies openoffice.org operating operatingsystems parallel performance processing redhat routers smp studios system systembuilders systemintegrators terminalservices thecloud thinclients tools ubuntu users virtualization vmware webbased wikis windows xenon







