You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by GitBox <gi...@apache.org> on 2020/01/09 08:50:44 UTC

[GitHub] [tomcat-native] michael-o edited a comment on issue #6: Install libtcnative** files in $prefix/bin folder

michael-o edited a comment on issue #6: Install libtcnative** files in $prefix/bin folder
URL: https://github.com/apache/tomcat-native/pull/6#issuecomment-572455786
 
 
   > 
   > 
   > @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.
   
   I haven't looked into the scripts itself, but `./configure --libdir=...` should always do. If it does not, it needs to be fixed.
   
   This is how I compile `libtcnative` and it perfectly works:
   
   ```
   export PREFIX=/opt/ports
   export LIBDIR=$PREFIX/lib/hpux32
   ./configure --prefix=$PREFIX --libdir=$LIBDIR --with-ssl=/opt/openssl --with-apr=$PREFIX --with-java-home=/opt/java8
   ```
   
   ```
   $ ldd /opt/ports/lib/hpux32/libtcnative-1.so
   
   /opt/ports/lib/hpux32/libtcnative-1.so:
           libssl.so.1.0.0 =>      /usr/lib/hpux32/libssl.so.1.0.0
           libcrypto.so.1.0.0 =>   /usr/lib/hpux32/libcrypto.so.1.0.0
           libapr.so.6 =>  /opt/ports/lib/hpux32/libapr.so.6
           librt.so.1 =>   /usr/lib/hpux32/librt.so.1
           libm.so.1 =>    /usr/lib/hpux32/libm.so.1
           libpthread.so.1 =>      /usr/lib/hpux32/libpthread.so.1
           libc.so.1 =>    /usr/lib/hpux32/libc.so.1
           libdl.so.1 =>   /usr/lib/hpux32/libdl.so.1
           librt.so.1 =>   /usr/lib/hpux32/librt.so.1
           libm.so.1 =>    /usr/lib/hpux32/libm.so.1
           libpthread.so.1 =>      /usr/lib/hpux32/libpthread.so.1
           libc.so.1 =>    /usr/lib/hpux32/libc.so.1
           libdl.so.1 =>   /usr/lib/hpux32/libdl.so.1
   ```
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

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