Greetings,
 
I am trying to install Mailman 2.1b2 on Redhat Linux 7.3.  Redhat has apparently chosen to include both python 1.5.2-38 AND python2-2.2-16.
 
In order to have both installed they have changed the name of python 2 to python2.  I have changed the configure file to point to python2 instead of python 2 and the configuration script is successful, but when I make install I get:
 
make[2]: Entering directory `/home/stiret/tar/mailman-2.1b2/tests/bounces'
for f in *.txt; \
do \
    /usr/bin/install -c -m 644 $f /usr/local/mailman/tests/bounces; \
        done
make[2]: Leaving directory `/home/stiret/tar/mailman-2.1b2/tests/bounces'
make[2]: Entering directory `/home/stiret/tar/mailman-2.1b2/tests/msgs'
for f in *.txt; \
do \
    /usr/bin/install -c -m 644 $f /usr/local/mailman/tests/msgs; \
        done
make[2]: Leaving directory `/home/stiret/tar/mailman-2.1b2/tests/msgs'
make[1]: Leaving directory `/home/stiret/tar/mailman-2.1b2/tests'
make: execvp: PYTHON2@: Permission denied
make: *** [doinstall] Error 127
[mailman@cort mailman-2.1b2]$
Is there another way to do this?
 
Thanks,
 
Scott Tiret

Reply via email to