Hi, all
During the process of installing Apache Tomcat 5.5 on redhat 9, pop following error:
Code:
root@(protected)/
root@(protected)
root@(protected)
-bash: ./configure: Permission denied
It should be following as the instruction (http://tomcat.apache.org/tomcat-5.5-doc/setup.html):
cd $CATALINA_HOME/bin
tar xvfz jsvc.tar.gz
cd jsvc-src
autoconf
./configure
make
cp jsvc ..
cd ..
Any suggestion is highly appreciated!
Best regards,
William