You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2022/04/07 11:58:12 UTC

[tomcat] branch 10.0.x updated: PR#494: Fix native library location

This is an automated email from the ASF dual-hosted git repository.

remm pushed a commit to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/10.0.x by this push:
     new 3df462befe PR#494: Fix native library location
3df462befe is described below

commit 3df462befe6c609d55f2717e017212775e0884b1
Author: remm <re...@apache.org>
AuthorDate: Thu Apr 7 13:55:35 2022 +0200

    PR#494: Fix native library location
    
    Submitted by Dimitrios Soumis.
---
 BUILDING.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/BUILDING.txt b/BUILDING.txt
index c2ccb7b9c8..db8c489a87 100644
--- a/BUILDING.txt
+++ b/BUILDING.txt
@@ -344,10 +344,10 @@ where the library binaries are located.
 
 By default the "test.apr.loc" property specifies the following location:
 
-    output/build/bin/native/
+    output/build/bin/
 
 If you are on Windows and want to test the APR connector you can put the
-tcnative-1.dll file into ${tomcat.source}/bin/native/ and it will be copied
+tcnative-1.dll file into ${tomcat.source}/bin/ and it will be copied
 into the above directory when the build runs.
 
 The unit tests include tests of the clustering functionality which require


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org