I think that you are only 'sudo-ing', so to speak, the "./configure", and then trying to do the "make" and "make install" as a regular user. Try separate commands:
sudo ./configure
sudo make
sudo "make install"
The quotes are necessary in the 3rd line, so that "make install" is passed to sudo instead of just "make". In fact, it might be interesting to see what happens with:
sudo "./configure && make && make install" ,
maybe you'd even need:
sudo "./configure && make && 'make install' ".
Kurt Reimer
-------- Original Message --------
Subject: [OATH-Toolkit-help] [sr #109049] .version-t: Permission denied
error
From: anonymous <[email protected]>
Date: Wed, May 25, 2016 8:57 am
To: [email protected]
URL:
<http://savannah.nongnu.org/support/?109049>
Summary: .version-t: Permission denied error
Project: OATH Toolkit
Submitted by: None
Submitted on: Wed 25 May 2016 12:57:48 PM UTC
Category: None
Priority: 5 - Normal
Severity: 5 - Blocker
Status: None
Privacy: Public
Assigned to: None
Originator Email:
Open/Closed: Open
Discussion Lock: Any
Operating System: GNU/Linux
_______________________________________________________
Details:
Hello,
I have downloaded 2.6.1-1 (current stable version) for Ubuntu and I get the
following error when installing:
configure: summary of build options:
version: 2.6.1
Install prefix: /usr/local
Compiler: gcc
Build PAM module: no
PSKC: no
echo 2.6.1 > .version-t && mv .version-t .version
/bin/bash: .version-t: Permission denied
make: *** [.version] Error 1
Command i have entered:
sudo ./configure && make && make install
My OS is ubuntu 14.04 LTS.
I have also tried with 2.6.1 (supported) and I get the same error.
Can you please help me with this?
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/support/?109049>
_______________________________________________
Message sent via/by Savannah
http://savannah.nongnu.org/
