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: 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