jfclere 2004/03/22 03:47:50 Modified: jk/native2 INSTALL.txt Log: Add a note about the mirrors. Revision Changes Path 1.4 +8 -0 jakarta-tomcat-connectors/jk/native2/INSTALL.txt Index: INSTALL.txt =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/INSTALL.txt,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- INSTALL.txt 22 Mar 2004 11:41:32 -0000 1.3 +++ INSTALL.txt 22 Mar 2004 11:47:50 -0000 1.4 @@ -46,6 +46,14 @@ wget http://www.apache.org/dist/apr/apr-0.9.4.tar.gz wget http://www.apache.org/dist/apr/apr-util-0.9.4.tar.gz + NOTE: * Use a mirror to find the best location of apr see + http://www.apache.org/dyn/closer.cgi/apr/ + (For me it gives http://www.apache.de/dist/apr/apr-0.9.4.tar.gz and + So I have done: + wget http://www.apache.de/dist/apr/apr-0.9.4.tar.gz + wget http://www.apache.de/dist/apr/apr-util-0.9.4.tar.gz + ) + Extract the apr and apr-util sources: gtar xvf apr-0.9.4.tar.gz gtar xvf apr-util-0.9.4.tar.gz
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]