Following error is seen when installing on Linux x86 64bit m/c
>
if test -f /users/ruday/mutt-install//bin/mutt_dotlock && test xmail
!= x ; then \
        chgrp mail /users/ruday/mutt-install//bin/mutt_dotlock && \
        chmod 2755 /users/ruday/mutt-install//bin/mutt_dotlock || \
        { echo "Can't fix mutt_dotlock's permissions!" >&2 ; exit 1 ; } \
fi
chgrp: changing group of
`/users/ruday/mutt-install//bin/mutt_dotlock': Operation not permitted
Can't fix mutt_dotlock's permissions!
make-3.79.1-p7[4]: *** [install-exec-hook] Error 1
make-3.79.1-p7[4]: Leaving directory `/users/ruday/mutt-1.5.19'
make-3.79.1-p7[3]: *** [install-exec-am] Error 2
make-3.79.1-p7[3]: Leaving directory `/users/ruday/mutt-1.5.19'
make-3.79.1-p7[2]: *** [install-am] Error 2
make-3.79.1-p7[2]: Leaving directory `/users/ruday/mutt-1.5.19'
make-3.79.1-p7[1]: *** [install-recursive] Error 1
make-3.79.1-p7[1]: Leaving directory `/users/ruday/mutt-1.5.19'
make-3.79.1-p7: *** [install] Error 2
bash-3.00$
>
Anybody knows how to fix it.
- Ravi
configure was done using :
bash-3.00$
bash-3.00$ cat tmp.txt
bash-3.00$ configure --with-exec-shell=bash --enable-imap --enable-pop
--prefix=/users/ruday/mutt-install/ --with-ssl --disable-fcntl
--without-wc-funcs --enable-exact-address
bash-3.00$
bash-3.00$
bash-3.00$ cd bin
bash-3.00$
bash-3.00$ ls
flea  mutt  muttbug  mutt_dotlock  pgpewrap  pgpring  smime_keys
bash-3.00$
bash-3.00$
bash-3.00$ ls -al
total 2580
drwxr-xr-x  2 ruday eng    4096 Aug  4 18:14 .
drwxr-xr-x  5 ruday eng    4096 Aug  4 18:14 ..
-rwxr-xr-x  1 ruday eng    8066 Aug  4 18:14 flea
-rwxr-xr-x  1 ruday eng 2414752 Aug  4 18:14 mutt
-rwxr-xr-x  1 ruday eng      26 Aug  4 18:14 muttbug
-rwxr-xr-x  1 ruday eng   27062 Aug  4 18:14 mutt_dotlock
-rwxr-xr-x  1 ruday eng   12318 Aug  4 18:14 pgpewrap
-rwxr-xr-x  1 ruday eng  120959 Aug  4 18:14 pgpring
-rwxr-xr-x  1 ruday eng   26284 Aug  4 18:14 smime_keys
bash-3.00$

Reply via email to