Bill Honneus wrote: > >I am trying to perform the check installation step in the Mailman >Installation Guide. I am receiving an error when I run the check_perms >script from within my installation folder. > >[EMAIL PROTECTED] mailman-2.1.10]# bin/check_perms >-bash: bin/check_perms: @PYTHON@: bad interpreter: No such file or >directory
You are trying to run an unconfigured check_perms. I am guessing mailman-2.1.10 is the directory in which you unpacked the tarball and ran configure and make. You need to run 'make install' if you haven't already, and run bin/check_perms from the 'prefix' directory (/usr/local/mailman by default). -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list [email protected] 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
