[GitHub] [tomcat-native] martin-g commented on issue #6: Install libtcnative** files in $prefix/bin folder

2020-01-09 Thread GitBox
martin-g commented on issue #6: Install libtcnative** files in $prefix/bin 
folder
URL: https://github.com/apache/tomcat-native/pull/6#issuecomment-572902043
 
 
   Closing this PR since it is obvious the proposed change is wrong.
   The discussion will continue in the Bugzilla ticket.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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



[GitHub] [tomcat-native] martin-g commented on issue #6: Install libtcnative** files in $prefix/bin folder

2020-01-09 Thread GitBox
martin-g commented on issue #6: Install libtcnative** files in $prefix/bin 
folder
URL: https://github.com/apache/tomcat-native/pull/6#issuecomment-572472341
 
 
   
https://github.com/apache/tomcat-native/blob/66c8296137a80b35e24bda542bb2abb8d8dbae39/native/BUILDING#L76
 explains how to build them but not how to make use of them in Tomcat.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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



[GitHub] [tomcat-native] martin-g commented on issue #6: Install libtcnative** files in $prefix/bin folder

2020-01-09 Thread GitBox
martin-g commented on issue #6: Install libtcnative** files in $prefix/bin 
folder
URL: https://github.com/apache/tomcat-native/pull/6#issuecomment-572460792
 
 
   @michael-o The goal of the suggested change is to make libtcnative available 
for Tomcat.
   At the moment the documentation at https://tomcat.apache.org/native-doc/ 
suggests to use `--prefix=$CATALINA_HOME` and this installs the native library 
in $CATALINA_HOME/lib. Starting Tomcat without any additional work does not 
load APR because it does not check in `lib` folder.
   In the linked mailing list discussion Remy suggested to copy the files from 
`lib` to `bin` or to a folder that is in LD_LIBRARY_PATH.
   
   Your snippet above shows the libtcnative is properly linked to its 
dependencies but unless `/opt/ports/lib/hpux32` is in your library path it 
won't be visible for Tomcat.
   
   As I said in Bugzilla: if this change is wrong then we should probably 
improve the documentation.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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



[GitHub] [tomcat-native] martin-g commented on issue #6: Install libtcnative** files in $prefix/bin folder

2020-01-08 Thread GitBox
martin-g commented on issue #6: Install libtcnative** files in $prefix/bin 
folder
URL: https://github.com/apache/tomcat-native/pull/6#issuecomment-572436295
 
 
   I see now your comment in Bugzilla


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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



[GitHub] [tomcat-native] martin-g commented on issue #6: Install libtcnative** files in $prefix/bin folder

2020-01-08 Thread GitBox
martin-g commented on issue #6: Install libtcnative** files in $prefix/bin 
folder
URL: https://github.com/apache/tomcat-native/pull/6#issuecomment-572435443
 
 
   @michael-o Care to explain why ? 
   Do you have a better solution ? 
   I didn't pushed directly the change but created PR because I am also not 
sure whether this is the right solution.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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