Ki Song wrote: >> >> After doing ./configure, I tried to run make install, and here's the error >> message I get: >> >> chmod: changing permissions of '/usr/local/mailman/archives/private': >> Operation not permitted >> >> The only thing is, I'm logged in as a user that has read/write priveleges >> for this folder. >> >looking at the ls -l of the private folder, I see the following: >drwxrws--- 6 apache mailman 4096 Jul 12 13:10 private > >I'm assuming that apache is the Uid and mailman is the Gid > >The user that I am logged in as belogs to the mailman group.
'make install' is trying to do chmod o+x /usr/local/mailman/archives/private What happens if you try this as the user that belongs to the mailman group? If it succeeds, then you can probably complete the 'make install', but then I wouldn't know why you could do it directly and 'make install' couldn't, and if it fails, I don't know why, but it isn't a Mailman issue. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp