Hi,
during the installation of Freeradius after paching the rlm_raw_patch module i am trying to complete the next step which is the commands but getting these errors:
./configure | tee config_out.txt ---> ERROR text : tee: config_out.txt: Permission denied
./configure: line 2341: config.log: Permission denied
./configure: line 2351: config.log: Permission denied
make -----> ERROR text: Makefile:10: Make.inc: No such file or directory
make: *** No rule to make target `Make.inc'. Stop.
sudo make install -----> ERROR text: Makefile:10: Make.inc: No such file or directory
make: *** No rule to make target `Make.inc'. Stop.
Any suggestions?
Cheers
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
during the installation of Freeradius after paching the rlm_raw_patch
module i am trying to complete the next step which is the commands but
getting these errors:
./configure | tee config_out.txt ---> ERROR text : tee: config_out.txt:
Permission denied
./configure: line 2341: config.log: Permission denied
./configure: line 2351: config.log: Permission denied
make -----> ERROR text: Makefile:10: Make.inc: No such file or directory
make: *** No rule to make target `Make.inc'. Stop.
sudo make install -----> ERROR text: Makefile:10: Make.inc: No such file
or directory
make: *** No rule to make target `Make.inc'. Stop.
Hi,
during the installation of Freeradius after paching the rlm_raw_patch module i am trying to complete the next step which is the commands but getting these errors:
./configure | tee config_out.txt ---> ERROR text : tee: config_out.txt: Permission denied
./configure: line 2341: config.log: Permission denied
./configure: line 2351: config.log: Permission denied
make -----> ERROR text: Makefile:10: Make.inc: No such file or directory
make: *** No rule to make target `Make.inc'. Stop.
sudo make install -----> ERROR text: Makefile:10: Make.inc: No such file or directory
make: *** No rule to make target `Make.inc'. Stop.
Any suggestions?
Cheers
Use sudo to run make, i.e. sudo make && sudo make install
On May 31, 2014 12:11 PM, "Nikos Galanakis" epp1628@users.sf.net wrote:
I have allready tried with sudo and seemed that it worked but i can't confirm rlm_raw is installed.I can't find it in folder /usr/local/lib.
Cheers