I'm having trouble with

# make install

The last few lines of output are:

Compiling /usr/local/mailman/Mailman/htmlformat.py ...
Compiling /usr/local/mailman/Mailman/i18n.py ...
Compiling /usr/local/mailman/Mailman/versions.py ...
/bin/sh: bin/update: cannot execute
make: *** [update] Error 1
#

The file bin/update contained:

#! @PYTHON@

in the shebang line.
I changed this to:

#!/usr/local/bin/python

and this allows me to execute /bin/update from the command line
but the make install still fails so I must barking up the wrong tree.

Python version is 2.3.3

Any ideas appreciated.
-- 
View this message in context: 
http://www.nabble.com/mailman-2.1.9-on-Solaris-8%3A--bin-sh%3A--bin-update%3A-cannot-execute-tf4604696.html#a13148194
Sent from the Mailman - Users mailing list archive at Nabble.com.

------------------------------------------------------
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

Reply via email to