Results 1 to 7 of 7
good morning
am trying to install autoconf in my redhat , the first step is ./configure, every thing ok, then i made "make" , to be succefull i have to ...
- 04-29-2010 #1Just Joined!
- Join Date
- Apr 2010
- Posts
- 15
problem with changing rights for a file
good morning
am trying to install autoconf in my redhat , the first step is ./configure, every thing ok, then i made "make" , to be succefull i have to change the rights of a file called autom4te.tmp from 0700 to 0711, although am root, it didnt accept the modification,
whats wrong ?
thank you
- 04-29-2010 #2
What does the output say when executing:
Code:chmod -Rv 0711 autom4te.tmp
- 04-29-2010 #3Just Joined!
- Join Date
- Apr 2010
- Posts
- 15
acces mode of 'autom4te.tmp' has been modified to 0711 (rwx--x--x).
chmod:changing permissoons of 'autom4te.tmp' (requested:0711,actuel:0700):operation not permited .
then when i check the rights of the file, they still be 0711
- 04-29-2010 #4
Not sure why you need to change that file though.
With me it just works with: ./configure; make; make installl
- 04-29-2010 #5Just Joined!
- Join Date
- Apr 2010
- Posts
- 6
- 04-29-2010 #6
- 04-29-2010 #7Just Joined!
- Join Date
- Apr 2010
- Posts
- 6


Reply With Quote
