Hi All,<br><br>Is there a way to install the program as a different user other than root?? I&#39;m installing this on Ubuntu Server 8.10.<br><br>For example I&#39;ve created a user called tac-plus with uid and gid of 1001.<br>
<br>/etc/passwd:<br>tac-plus:x:1001:1001:TACACS+ User,,,:/home/tac-plus:/bin/bash<br><br>/etc/group:<br>tac-plus:x:1001:<br><br>I then configured it with the userid and groupid:<br><br>./configure --prefix /tac-plus --with-acctfile=/var/log/tac_acc.log --with-logfile=/var/log/tac_plus.log --with-userid=1001 --with-groupid=1001<br>
<br>But once the program was installed, the files and directories are all still own by root?<br><br>root@tacacs-1:/tac-plus# ls -la<br>total 24<br>drwxr-xr-x  6 root root 4096 2009-11-25 12:14 .<br>drwxr-xr-x 21 root root 4096 2009-11-25 12:14 ..<br>
drwxr-xr-x  2 root root 4096 2009-11-25 12:14 bin<br>drwxr-xr-x  2 root root 4096 2009-11-25 12:14 include<br>drwxr-xr-x  2 root root 4096 2009-11-25 12:14 lib<br>drwxr-xr-x  4 root root 4096 2009-11-25 12:14 share<br><br>
Any ideas how to install it as a different user?<br><br>Thanks.<br><br>Andy<br><br><br>