atyenoria / janus-webrtc-gateway-docker

Perfect Docker Image for Media Streaming Expert User ( https://github.com/meetecho/janus-gateway )
688 stars 200 forks source link

Can't build #72

Closed Hoang-Minh closed 1 year ago

Hoang-Minh commented 2 years ago

make build gives me this error on my windows 10 image

atyenoria commented 2 years ago

sorry, I am not win expert

Hoang-Minh commented 2 years ago

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.

atyenoria commented 2 years ago

then, please check the right url

Hoang-Minh commented 2 years ago

How do I check it ? I'm following your instructions on the home page.

Meonardo commented 2 years ago

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.

Hoang-Minh commented 2 years ago

@Meonardo Thank you. I will try it out

jaapiyo commented 2 years ago

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

atyenoria commented 2 years ago

understood. I will try creating PR if possible.

trgkyle commented 2 years ago

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.

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 && \