Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zlib 404 not found. #1343

Closed
dannyZhou opened this issue Aug 21, 2023 · 1 comment
Closed

Zlib 404 not found. #1343

dannyZhou opened this issue Aug 21, 2023 · 1 comment

Comments

@dannyZhou
Copy link

dannyZhou commented Aug 21, 2023

diff --git a/scripts/installCommonDeps.sh b/scripts/installCommonDeps.sh
index c1b76abb..60291817 100644
--- a/scripts/installCommonDeps.sh
+++ b/scripts/installCommonDeps.sh
@@ -114,7 +114,7 @@ install_zlib() {
     pushd $LIB_DIR >/dev/null
     rm -rf zlib-*
     rm -f ./build/lib/zlib.*
-    wget -c https://zlib.net/zlib-${VERSION}.tar.gz
+    wget -c https://github.com/madler/zlib/releases/download/v1.2.13/zlib-${VERSION}.tar.gz
     tar -zxf zlib-${VERSION}.tar.gz
     pushd zlib-${VERSION} >/dev/null
     ./configure --prefix=$PREFIX_DIR
@@ -601,7 +601,7 @@ install_usrsctp() {
 
     cd usrsctp
     ./bootstrap
-    ./configure --prefix=$PREFIX_DIR 
+    ./configure --prefix=$PREFIX_DIR
     make && make install
   else
     mkdir -p $LIB_DIR
@raviprakashsrivastava
Copy link

Yes, we need to add the zlib release location manually as zlib has been moved recently.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants