Downloading libressl-2.5.5
Symptom
libressl-2.5.5 fails to be downloaded during compilation.
Key Process and Cause Analysis
None
Conclusion and Solution
- Save the downloaded apr-1.6.3.tar.gz package to the specified directory.
1cp apr-1.6.3.tar.gz netty-tcnative-netty-tcnative-parent-2.0.7.Final/libressl-static/target
- Modify the libressl-static/pom.xml file.
- Open the file.
1vi libressl-static/pom.xml - Press i to enter the insert mode and comment out the content of downloading libressl-2.5.5 in the file.
1src="http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/${libresslArchive}" dest="${project.build.directory}/${libresslArchive}" verbose="on - Press Esc, type :wq!, and press Enter to save the file and exit.
- Open the file.
- Download the libressl-2.5.5.tar.gz package to the specified directory.
1 2
wget http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.5.5.tar.gz mv libressl-2.5.5.tar.gz netty-tcnative-netty-tcnative-parent-2.0.7.Final/libressl-static/target
- Compile and package the file to the local Maven repository.
1mvn install
Parent topic: Troubleshooting