LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   ./configure command (https://www.linuxquestions.org/questions/linux-general-1/configure-command-315662/)

kitsune55 04-21-2005 08:19 AM

./configure command
 
Need to show my ignorance!! I have been following a set of instructions for installing an HP driver; it utilizes "./configure". I am having trouble getting through the process (it hangs with an error message about no support for net-snmp) and I have been looking some things up. My question is whether "./configure" is a true command or not?!?!? Keep getting "not valid command" or something similar when I type "man ./configure" or "man configure". And I can't find that particular command in some online lists of commands.

slackie1000 04-21-2005 08:54 AM

hi there,

"configure" is not a command.
normally, it is an executable file in the directory. it gets some specifications about your system and what is installed.
instead of
Code:

man configure
try
Code:

vim .configure
regards

slackie1000

fatra2 04-21-2005 09:04 AM

Did you look at the README file? It normally gives instructions or special features on how to install different components.

pike 04-21-2005 09:17 AM

configure
 
./configure is a script that program made under GNU standars use to dectect if the system has the prerequisites for install a software.
If ./configure show an error it means that your system doesn't have installed something that the program you try to install need

this script is used when you install software directly from the source code.


All times are GMT -5. The time now is 01:01 PM.