I have a linux/Debian system
1) I have installed Apache and some Virtual Host
2) I have installed Tomcat 4.0 b7 and it runs on port 8080
in the virtual host I want to run HTML files with apache and JSP/servlet
with Tomcat.
Since I do not have the glibc_2.2 I build the webapp module and I followed
the readme included in the source files.
When I run this command:
cvs -d :pserver:anoncvd@.... \
checkout apr
I receive this:
cvs checkout: in directory apr:
cvs checkout: cannot opern CVS/Entries for reading: No such file or
directory
cvs [checkout aborted]: cannot write <CVS/Template file>: No such file or
directory
if I ignore this and try
support/buildconf.sh
I receive that autoconf is not a command
Why??