janus-webrtc-gateway-docker
janus-webrtc-gateway-docker copied to clipboard
Can't build
make build gives me this error on my windows 10
sorry, I am not win expert
Hi @atyenoria to be exact, I'm trying to install it under Windows system for linux. As you can see in the error message, it says that connection refused, meaning that, the ftp server is unavailable.
then, please check the right url
How do I check it ? I'm following your instructions on the home page.
How do I check it ? I'm following your instructions on the home page.
Please change the pcre-8.41.tar.gz
download URL in the Dockerfile.
I upload one pcre-8.41.tar.gz
copy to my repo directory, you can replace the original one to this.
@Meonardo Thank you. I will try it out
It looks like PCRE is end-of-life and thus no longer available for download.
The older, but still widely deployed PCRE library, originally released in 1997, is at version 8.45. This version of PCRE is now at end of life, and is no longer being actively maintained. Version 8.45 is expected to be the final release of the older PCRE library, and new projects should use PCRE2 instead. From: https://pcre.org/
I created a git just to continue my installation, it's available here: https://github.com/jaapiyo/pcre/raw/main/pcre-8.41.tar.gz
understood. I will try creating PR if possible.
How do I check it ? I'm following your instructions on the home page.
Please change the
pcre-8.41.tar.gz
download URL in the Dockerfile. I upload onepcre-8.41.tar.gz
copy to my repo directory, you can replace the original one to this.
Yub just modify that line and replace with
wget https://osdn.net/frs/g_redir.php?m=rwthaachen&f=pcre%2Fpcre%2F8.41%2Fpcre-8.41.tar.gz && \
mv g_redir.php?m=rwthaachen&f=pcre%2Fpcre%2F8.41%2Fpcre-8.41.tar.gz pcre-$PCRE.tar.gz && \