Roberto B. at [EMAIL PROTECTED] wrote:
> 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
If you download the sources from this URL
http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0-b7/src/weba
pp-module-1.0-tc40b7.src.tar.gz
All you have to do is start from when it says "./configure...."... You don't
have to update anything...
Pier