Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Next, copy the APR libraries:

No Format
 $ cp -a$aR $APR_HOME/libexec/lib/* apache-tomcat-x.y.z-src/output/build/bin/

Finally, if you are using a custom OpenSSL build, copy those libraries as well:

No Format
 $ cp -a$aR $OPENSSL_HOME/lib/* apache-tomcat-x.y.z-src/output/build/bin/

...