LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   ./configure on redhat 7.3 (https://www.linuxquestions.org/questions/linux-newbie-8/configure-on-redhat-7-3-a-623060/)

xhimi 02-22-2008 09:59 AM

./configure on redhat 7.3
 
need help
I'm installing a tar package on redhat 7.3 (i often done with fedora).I have done :
tar xvzf cifs-1.50c.tar.gz
cd dir
./configure
bash: ./configure:No such file or directory


any idea?

weisso5 02-22-2008 10:05 AM

when you cd into the extracted directory, can you do an ls -la and see what is in there. Also you should always try to use up2date before you compile from source especially for something like CIFS support.


-weisso

xhimi 02-22-2008 10:14 AM

when I make up2date apeared rhn_register,i'm not registered.
when I type ls -la There are to many data around 30 files.
thanks

weisso5 02-22-2008 10:29 AM

you should definitely register, up2date is the managing software, without using it you will run into a lot of headaches unless you are very comfortable with building everything from source...

-weisso

Emerson 02-22-2008 11:10 AM

Quote:

Originally Posted by weisso5 (Post 3066269)
you should definitely register, up2date is the managing software, without using it you will run into a lot of headaches unless you are very comfortable with building everything from source...

-weisso

Register? Red Hat 7.3? It is DEAD. Nobody should use this version any more, it is unmaintained.

weisso5 02-22-2008 11:20 AM

Isn't up2date built with the ability to update 7.3->8.0 . I know there was a lot of documentation back in '03....

lakris 02-22-2008 11:33 AM

Apart from other recommendations;
Is there a file called configure in that directory? (ls -l configure)
Is it executable? (chmod +x configure)
Try again...
Is there a README in the directory that You can look at and read for instructions?
They may very well differ from the "usual" incantation of ./configure;make;make install

/Lakris

Emerson 02-22-2008 11:50 AM

Quote:

Originally Posted by weisso5 (Post 3066316)
Isn't up2date built with the ability to update 7.3->8.0 . I know there was a lot of documentation back in '03....

RH-8 is dead too, and so is RH-9. Using such ancient distros does not make sense at all. No security updates for years, no new features, no new hardware support ... etc.

xhimi 02-22-2008 05:10 PM

Quote:

Originally Posted by lakris (Post 3066331)
Apart from other recommendations;
Is there a file called configure in that directory? (ls -l configure)
Is it executable? (chmod +x configure)
Try again...
Is there a README in the directory that You can look at and read for instructions?
They may very well differ from the "usual" incantation of ./configure;make;make install

/Lakris


Thanks lakris,your help is value for my environment.

Emerson 02-22-2008 07:37 PM

http://www.linuxquestions.org/questi...6/#post3046737


All times are GMT -5. The time now is 04:34 AM.