On Mon, Aug 17, 2009 at 4:03 PM, Rich Shepard <[email protected]>wrote:
> On Mon, 17 Aug 2009, Rich Shepard wrote: > > > --with-mail-gid=postfix,mailman,daemon > > --with-cgi-gid=apache,nobody > > Well, Mailman wants only a single group so I used postdrop and apache, > respectively. > > However, there's now a problem when running 'make install': > > /bin/ginstall: ./test_membership.py' and > /usr/local/mailman/tests/test_membership.py' are the same file > /bin/ginstall: ./test_message.py' and > /usr/local/mailman/tests/test_message.py' are the same file > /bin/ginstall: ./test_runners.py' and > /usr/local/mailman/tests/test_runners.py' are the same file > /bin/ginstall: ./test_safedict.py' and > /usr/local/mailman/tests/test_safedict.py' are the same file > /bin/ginstall: ./test_security_mgr.py' and > /usr/local/mailman/tests/test_security_mgr.py' are the same file > /bin/ginstall: ./test_smtp.py' and /usr/local/mailman/tests/test_smtp.py' > are the same file > /bin/ginstall: ./testall.py' and /usr/local/mailman/tests/testall.py' are > the same file > /bin/ginstall: ./EmailBase.py' and /usr/local/mailman/tests/EmailBase.py' > are the same file > /bin/ginstall: ./TestBase.py' and /usr/local/mailman/tests/TestBase.py' are > the same file > make[1]: *** [install] Error 1 > make[1]: Leaving directory /usr/local/mailman/tests' > make: *** [doinstall] Error 2 > > I'm running the command as root in /usr/local/mailman. What do I do > differently so the application installs? > > Rich > How did you discover that Mailman wants only 1 group for each parameter? If it was by doing a make install previously, you might consider doing a make clean and then another make && make install. -wes _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
