Asterisk 20 + Centos 7

Hi Guys

Let’s go check if you can help-me
CentOS Linux release 7.9.2009 (Core)
asterisk-20.1.0

We did install_prereq install
However the ./configure show this error on console:

checking for OPENSSL… yes
checking for embedded pjproject (may have to download)… configuring
make: *** third-party/pjproject: No such file or directory. Stop.
failed
configure: Unable to configure third-party/pjproject
configure: error: Re-run the ./configure command with ‘NOISY_BUILD=yes’ appended to see error details.

even after running ./configure again with (‘NOISY_BUILD=yes’) the message is repeated in the console:

checking for OPENSSL… yes
checking for embedded pjproject (may have to download)… configuring
make: *** third-party/pjproject: No such file or directory. Stop.
failed
configure: Unable to configure third-party/pjproject
configure: error: Re-run the ./configure command with ‘NOISY_BUILD=yes’ appended to see error details.

Does anyone know what can it be ?

What EXACTLY did you do from start to finish?

after wget asterik 20, after ./contrib/scripts/install_preq install :

urw-base35-fonts.noarch 0:20170801-10.el7 urw-base35-fonts-common.noarch 0:20170801-10.el7
urw-base35-gothic-fonts.noarch 0:20170801-10.el7 urw-base35-nimbus-mono-ps-fonts.noarch 0:20170801-10.el7
urw-base35-nimbus-roman-fonts.noarch 0:20170801-10.el7 urw-base35-nimbus-sans-fonts.noarch 0:20170801-10.el7
urw-base35-p052-fonts.noarch 0:20170801-10.el7 urw-base35-standard-symbols-ps-fonts.noarch 0:20170801-10.el7
urw-base35-z003-fonts.noarch 0:20170801-10.el7 xorg-x11-font-utils.x86_64 1:7.5-21.el7
xorg-x11-server-utils.x86_64 0:7.7-20.el7

Concluído!
#############################################

install completed successfully

#############################################
[root@localhost asterisk-20.1.0]# ./configure
checking build system type… x86_64-pc-linux-gnu
checking host system type… x86_64-pc-linux-gnu
checking for gcc… gcc
checking whether the C compiler works… yes
checking for C compiler default output file name… a.out
checking for suffix of executables…
checking whether we are cross compiling… no
checking for suffix of object files… o
checking whether the compiler supports GNU C… yes
checking whether gcc accepts -g… yes
checking for gcc option to enable C11 features… -std=gnu11
checking for stdio.h… yes
checking for stdlib.h… yes
checking for string.h… yes
checking for inttypes.h… yes
checking for stdint.h… yes
checking for strings.h… yes
checking for sys/stat.h… yes
checking for sys/types.h… yes
checking for unistd.h… yes
checking for wchar.h… yes
checking for minix/config.h… no
checking for sys/time.h… yes
checking for sys/param.h… yes
checking for sys/select.h… yes
checking for sys/socket.h… yes
checking for utime.h… yes
checking whether it is safe to define EXTENSIONS… yes
checking whether _XOPEN_SOURCE should be defined… no
checking whether char is unsigned… no
checking for uname… /usr/bin/uname
checking for g++… g++
checking whether the compiler supports GNU C++… yes
checking whether g++ accepts -g… yes
checking for g++ option to enable C++11 features… none needed
checking how to run the C preprocessor… gcc -std=gnu11 -E
checking how to run the C++ preprocessor… g++ -E
checking for a sed that does not truncate output… /usr/bin/sed
checking for egrep… grep -E
checking for ld used by gcc -std=gnu11… /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld… yes
checking for gawk… gawk
checking for a BSD-compatible install… /usr/bin/install -c
checking whether ln -s works… yes
checking for ranlib… ranlib
checking for GNU make… make
checking for grep that handles long lines and -e… /usr/bin/grep
checking for egrep… /usr/bin/grep -E
checking for strip… strip
checking for ar… ar
checking for bison… /usr/bin/bison
checking for cmp… /usr/bin/cmp
checking for cat… /usr/bin/cat
checking for cut… /usr/bin/cut
checking for flex… /usr/bin/flex
checking for grep… (cached) /usr/bin/grep
checking for python2.7… /usr/bin/python2.7
checking for find… /usr/bin/find
checking for basename… /usr/bin/basename
checking for dirname… /usr/bin/dirname
checking for sh… /bin/sh
checking for ln… /usr/bin/ln
checking for doxygen… /usr/bin/doxygen
checking for dot… /usr/bin/dot
checking for wget… /usr/bin/wget
checking for curl… /usr/bin/curl
checking for xmllint… /usr/bin/xmllint
checking for xmlstarlet… /usr/bin/xmlstarlet
checking for bash… /bin/sh
checking for git… /usr/bin/git
checking for alembic… :
checking for bzip2… /usr/bin/bzip2
checking for tar… /usr/bin/tar
checking for patch… /usr/bin/patch
checking for sed… (cached) /usr/bin/sed
checking for nm… /usr/bin/nm
checking for realpath… /usr/bin/realpath
checking for ldconfig… /usr/sbin/ldconfig
checking for sha1sum… /usr/bin/sha1sum
checking for openssl… /usr/bin/openssl
checking for pkg-config… /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0… yes
checking for bison that supports parse-param… /usr/bin/bison
checking for soxmix… no
checking for md5… no
checking for md5sum… md5sum
checking for a sed that does not truncate output… (cached) /usr/bin/sed
checking whether gcc -std=gnu11 is Clang… no
checking whether pthreads work with -pthread… yes
checking for joinable pthread attribute… PTHREAD_CREATE_JOINABLE
checking whether more special flags are required for pthreads… no
checking for PTHREAD_PRIO_INHERIT… yes
checking for RAII support… checking for gcc -fnested-functions… no
checking for clang strsep/strcmp optimization… no
configure: checking OPENSSL with pkg-config
configure: checking whether system openssl > 1.1.0
checking for OPENSSL… no
configure: checking whether alternate openssl11 is installed
checking for OPENSSL… no
configure: checking fallback system openssl
checking for OPENSSL… yes
checking for embedded pjproject (may have to download)… configuring
make: *** third-party/pjproject: No such file or directory. Stop.
failed
configure: Unable to configure third-party/pjproject
configure: error: Re-run the ./configure command with ‘NOISY_BUILD=yes’ appended to see error details.
[root@localhost asterisk-20.1.0]# ./configure’NOISY_BUILD=yes’
-bash: ./configureNOISY_BUILD=yes: Arquivo ou diretório não encontrado
[root@localhost asterisk-20.1.0]# ./configure ‘NOISY_BUILD=yes’
checking build system type… x86_64-pc-linux-gnu
checking host system type… x86_64-pc-linux-gnu
checking for gcc… gcc
checking whether the C compiler works… yes
checking for C compiler default output file name… a.out
checking for suffix of executables…
checking whether we are cross compiling… no
checking for suffix of object files… o
checking whether the compiler supports GNU C… yes
checking whether gcc accepts -g… yes
checking for gcc option to enable C11 features… -std=gnu11
checking for stdio.h… yes
checking for stdlib.h… yes
checking for string.h… yes
checking for inttypes.h… yes
checking for stdint.h… yes
checking for strings.h… yes
checking for sys/stat.h… yes
checking for sys/types.h… yes
checking for unistd.h… yes
checking for wchar.h… yes
checking for minix/config.h… no
checking for sys/time.h… yes
checking for sys/param.h… yes
checking for sys/select.h… yes
checking for sys/socket.h… yes
checking for utime.h… yes
checking whether it is safe to define EXTENSIONS… yes
checking whether _XOPEN_SOURCE should be defined… no
checking whether char is unsigned… no
checking for uname… /usr/bin/uname
checking for g++… g++
checking whether the compiler supports GNU C++… yes
checking whether g++ accepts -g… yes
checking for g++ option to enable C++11 features… none needed
checking how to run the C preprocessor… gcc -std=gnu11 -E
checking how to run the C++ preprocessor… g++ -E
checking for a sed that does not truncate output… /usr/bin/sed
checking for egrep… grep -E
checking for ld used by gcc -std=gnu11… /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld… yes
checking for gawk… gawk
checking for a BSD-compatible install… /usr/bin/install -c
checking whether ln -s works… yes
checking for ranlib… ranlib
checking for GNU make… make
checking for grep that handles long lines and -e… /usr/bin/grep
checking for egrep… /usr/bin/grep -E
checking for strip… strip
checking for ar… ar
checking for bison… /usr/bin/bison
checking for cmp… /usr/bin/cmp
checking for cat… /usr/bin/cat
checking for cut… /usr/bin/cut
checking for flex… /usr/bin/flex
checking for grep… (cached) /usr/bin/grep
checking for python2.7… /usr/bin/python2.7
checking for find… /usr/bin/find
checking for basename… /usr/bin/basename
checking for dirname… /usr/bin/dirname
checking for sh… /bin/sh
checking for ln… /usr/bin/ln
checking for doxygen… /usr/bin/doxygen
checking for dot… /usr/bin/dot
checking for wget… /usr/bin/wget
checking for curl… /usr/bin/curl
checking for xmllint… /usr/bin/xmllint
checking for xmlstarlet… /usr/bin/xmlstarlet
checking for bash… /bin/sh
checking for git… /usr/bin/git
checking for alembic… :
checking for bzip2… /usr/bin/bzip2
checking for tar… /usr/bin/tar
checking for patch… /usr/bin/patch
checking for sed… (cached) /usr/bin/sed
checking for nm… /usr/bin/nm
checking for realpath… /usr/bin/realpath
checking for ldconfig… /usr/sbin/ldconfig
checking for sha1sum… /usr/bin/sha1sum
checking for openssl… /usr/bin/openssl
checking for pkg-config… /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0… yes
checking for bison that supports parse-param… /usr/bin/bison
checking for soxmix… no
checking for md5… no
checking for md5sum… md5sum
checking for a sed that does not truncate output… (cached) /usr/bin/sed
checking whether gcc -std=gnu11 is Clang… no
checking whether pthreads work with -pthread… yes
checking for joinable pthread attribute… PTHREAD_CREATE_JOINABLE
checking whether more special flags are required for pthreads… no
checking for PTHREAD_PRIO_INHERIT… yes
checking for RAII support… checking for gcc -fnested-functions… no
checking for clang strsep/strcmp optimization… no
configure: checking OPENSSL with pkg-config
configure: checking whether system openssl > 1.1.0
checking for OPENSSL… no
configure: checking whether alternate openssl11 is installed
checking for OPENSSL… no
configure: checking fallback system openssl
checking for OPENSSL… yes
checking for embedded pjproject (may have to download)… configuring
make: *** third-party/pjproject: No such file or directory. Stop.
failed
configure: Unable to configure third-party/pjproject
configure: error: Re-run the ./configure command with ‘NOISY_BUILD=yes’ appended to see error details.
[root@localhost asterisk-20.1.0]# ./configure ‘NOISY_BUILD=yes’
checking build system type… x86_64-pc-linux-gnu
checking host system type… x86_64-pc-linux-gnu
checking for gcc… gcc
checking whether the C compiler works… yes
checking for C compiler default output file name… a.out
checking for suffix of executables…
checking whether we are cross compiling… no
checking for suffix of object files… o
checking whether the compiler supports GNU C… yes
checking whether gcc accepts -g… yes
checking for gcc option to enable C11 features… -std=gnu11
checking for stdio.h… yes
checking for stdlib.h… yes
checking for string.h… yes
checking for inttypes.h… yes
checking for stdint.h… yes
checking for strings.h… yes
checking for sys/stat.h… yes
checking for sys/types.h… yes
checking for unistd.h… yes
checking for wchar.h… yes
checking for minix/config.h… no
checking for sys/time.h… yes
checking for sys/param.h… yes
checking for sys/select.h… yes
checking for sys/socket.h… yes
checking for utime.h… yes
checking whether it is safe to define EXTENSIONS… yes
checking whether _XOPEN_SOURCE should be defined… no
checking whether char is unsigned… no
checking for uname… /usr/bin/uname
checking for g++… g++
checking whether the compiler supports GNU C++… yes
checking whether g++ accepts -g… yes
checking for g++ option to enable C++11 features… none needed
checking how to run the C preprocessor… gcc -std=gnu11 -E
checking how to run the C++ preprocessor… g++ -E
checking for a sed that does not truncate output… /usr/bin/sed
checking for egrep… grep -E
checking for ld used by gcc -std=gnu11… /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld… yes
checking for gawk… gawk
checking for a BSD-compatible install… /usr/bin/install -c
checking whether ln -s works… yes
checking for ranlib… ranlib
checking for GNU make… make
checking for grep that handles long lines and -e… /usr/bin/grep
checking for egrep… /usr/bin/grep -E
checking for strip… strip
checking for ar… ar
checking for bison… /usr/bin/bison
checking for cmp… /usr/bin/cmp
checking for cat… /usr/bin/cat
checking for cut… /usr/bin/cut
checking for flex… /usr/bin/flex
checking for grep… (cached) /usr/bin/grep
checking for python2.7… /usr/bin/python2.7
checking for find… /usr/bin/find
checking for basename… /usr/bin/basename
checking for dirname… /usr/bin/dirname
checking for sh… /bin/sh
checking for ln… /usr/bin/ln
checking for doxygen… /usr/bin/doxygen
checking for dot… /usr/bin/dot
checking for wget… /usr/bin/wget
checking for curl… /usr/bin/curl
checking for xmllint… /usr/bin/xmllint
checking for xmlstarlet… /usr/bin/xmlstarlet
checking for bash… /bin/sh
checking for git… /usr/bin/git
checking for alembic… :
checking for bzip2… /usr/bin/bzip2
checking for tar… /usr/bin/tar
checking for patch… /usr/bin/patch
checking for sed… (cached) /usr/bin/sed
checking for nm… /usr/bin/nm
checking for realpath… /usr/bin/realpath
checking for ldconfig… /usr/sbin/ldconfig
checking for sha1sum… /usr/bin/sha1sum
checking for openssl… /usr/bin/openssl
checking for pkg-config… /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0… yes
checking for bison that supports parse-param… /usr/bin/bison
checking for soxmix… no
checking for md5… no
checking for md5sum… md5sum
checking for a sed that does not truncate output… (cached) /usr/bin/sed
checking whether gcc -std=gnu11 is Clang… no
checking whether pthreads work with -pthread… yes
checking for joinable pthread attribute… PTHREAD_CREATE_JOINABLE
checking whether more special flags are required for pthreads… no
checking for PTHREAD_PRIO_INHERIT… yes
checking for RAII support… checking for gcc -fnested-functions… no
checking for clang strsep/strcmp optimization… no
configure: checking OPENSSL with pkg-config
configure: checking whether system openssl > 1.1.0
checking for OPENSSL… no
configure: checking whether alternate openssl11 is installed
checking for OPENSSL… no
configure: checking fallback system openssl
checking for OPENSSL… yes
checking for embedded pjproject (may have to download)… configuring
make: *** third-party/pjproject: No such file or directory. Stop.
failed
configure: Unable to configure third-party/pjproject
configure: error: Re-run the ./configure command with ‘NOISY_BUILD=yes’ appended to see error details.
[root@localhost asterisk-20.1.0]# make clean
make: *** utils: Arquivo ou diretório não encontrado. Pare.
make: ** [utils-clean] Erro 2
[root@localhost asterisk-20.1.0]# ./configure ‘NOISY_BUILD=yes’
checking build system type… x86_64-pc-linux-gnu
checking host system type… x86_64-pc-linux-gnu
checking for gcc… gcc
checking whether the C compiler works… yes
checking for C compiler default output file name… a.out
checking for suffix of executables…
checking whether we are cross compiling… no
checking for suffix of object files… o
checking whether the compiler supports GNU C… yes
checking whether gcc accepts -g… yes
checking for gcc option to enable C11 features… -std=gnu11
checking for stdio.h… yes
checking for stdlib.h… yes
checking for string.h… yes
checking for inttypes.h… yes
checking for stdint.h… yes
checking for strings.h… yes
checking for sys/stat.h… yes
checking for sys/types.h… yes
checking for unistd.h… yes
checking for wchar.h… yes
checking for minix/config.h… no
checking for sys/time.h… yes
checking for sys/param.h… yes
checking for sys/select.h… yes
checking for sys/socket.h… yes
checking for utime.h… yes
checking whether it is safe to define EXTENSIONS… yes
checking whether _XOPEN_SOURCE should be defined… no
checking whether char is unsigned… no
checking for uname… /usr/bin/uname
checking for g++… g++
checking whether the compiler supports GNU C++… yes
checking whether g++ accepts -g… yes
checking for g++ option to enable C++11 features… none needed
checking how to run the C preprocessor… gcc -std=gnu11 -E
checking how to run the C++ preprocessor… g++ -E
checking for a sed that does not truncate output… /usr/bin/sed
checking for egrep… grep -E
checking for ld used by gcc -std=gnu11… /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld… yes
checking for gawk… gawk
checking for a BSD-compatible install… /usr/bin/install -c
checking whether ln -s works… yes
checking for ranlib… ranlib
checking for GNU make… make
checking for grep that handles long lines and -e… /usr/bin/grep
checking for egrep… /usr/bin/grep -E
checking for strip… strip
checking for ar… ar
checking for bison… /usr/bin/bison
checking for cmp… /usr/bin/cmp
checking for cat… /usr/bin/cat
checking for cut… /usr/bin/cut
checking for flex… /usr/bin/flex
checking for grep… (cached) /usr/bin/grep
checking for python2.7… /usr/bin/python2.7
checking for find… /usr/bin/find
checking for basename… /usr/bin/basename
checking for dirname… /usr/bin/dirname
checking for sh… /bin/sh
checking for ln… /usr/bin/ln
checking for doxygen… /usr/bin/doxygen
checking for dot… /usr/bin/dot
checking for wget… /usr/bin/wget
checking for curl… /usr/bin/curl
checking for xmllint… /usr/bin/xmllint
checking for xmlstarlet… /usr/bin/xmlstarlet
checking for bash… /bin/sh
checking for git… /usr/bin/git
checking for alembic… :
checking for bzip2… /usr/bin/bzip2
checking for tar… /usr/bin/tar
checking for patch… /usr/bin/patch
checking for sed… (cached) /usr/bin/sed
checking for nm… /usr/bin/nm
checking for realpath… /usr/bin/realpath
checking for ldconfig… /usr/sbin/ldconfig
checking for sha1sum… /usr/bin/sha1sum
checking for openssl… /usr/bin/openssl
checking for pkg-config… /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0… yes
checking for bison that supports parse-param… /usr/bin/bison
checking for soxmix… no
checking for md5… no
checking for md5sum… md5sum
checking for a sed that does not truncate output… (cached) /usr/bin/sed
checking whether gcc -std=gnu11 is Clang… no
checking whether pthreads work with -pthread… yes
checking for joinable pthread attribute… PTHREAD_CREATE_JOINABLE
checking whether more special flags are required for pthreads… no
checking for PTHREAD_PRIO_INHERIT… yes
checking for RAII support… checking for gcc -fnested-functions… no
checking for clang strsep/strcmp optimization… no
configure: checking OPENSSL with pkg-config
configure: checking whether system openssl > 1.1.0
checking for OPENSSL… no
configure: checking whether alternate openssl11 is installed
checking for OPENSSL… no
configure: checking fallback system openssl
checking for OPENSSL… yes
checking for embedded pjproject (may have to download)… configuring
make: *** third-party/pjproject: No such file or directory. Stop.
failed
configure: Unable to configure third-party/pjproject
configure: error: Re-run the ./configure command with ‘NOISY_BUILD=yes’ appended to see error details.
[root@localhost asterisk-20.1.0]# cat /etc/centos-release
CentOS Linux release 7.9.2009 (Core)
[root@localhost asterisk-20.1.0]#

after:

[root@localhost asterisk-20.1.0]# ./configure ‘NOISY_BUILD=yes’
checking build system type… x86_64-pc-linux-gnu
checking host system type… x86_64-pc-linux-gnu
checking for gcc… gcc
checking whether the C compiler works… yes
checking for C compiler default output file name… a.out
checking for suffix of executables…
checking whether we are cross compiling… no
checking for suffix of object files… o
checking whether the compiler supports GNU C… yes
checking whether gcc accepts -g… yes
checking for gcc option to enable C11 features… -std=gnu11
checking for stdio.h… yes
checking for stdlib.h… yes
checking for string.h… yes
checking for inttypes.h… yes
checking for stdint.h… yes
checking for strings.h… yes
checking for sys/stat.h… yes
checking for sys/types.h… yes
checking for unistd.h… yes
checking for wchar.h… yes
checking for minix/config.h… no
checking for sys/time.h… yes
checking for sys/param.h… yes
checking for sys/select.h… yes
checking for sys/socket.h… yes
checking for utime.h… yes
checking whether it is safe to define EXTENSIONS… yes
checking whether _XOPEN_SOURCE should be defined… no
checking whether char is unsigned… no
checking for uname… /usr/bin/uname
checking for g++… g++
checking whether the compiler supports GNU C++… yes
checking whether g++ accepts -g… yes
checking for g++ option to enable C++11 features… none needed
checking how to run the C preprocessor… gcc -std=gnu11 -E
checking how to run the C++ preprocessor… g++ -E
checking for a sed that does not truncate output… /usr/bin/sed
checking for egrep… grep -E
checking for ld used by gcc -std=gnu11… /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld… yes
checking for gawk… gawk
checking for a BSD-compatible install… /usr/bin/install -c
checking whether ln -s works… yes
checking for ranlib… ranlib
checking for GNU make… make
checking for grep that handles long lines and -e… /usr/bin/grep
checking for egrep… /usr/bin/grep -E
checking for strip… strip
checking for ar… ar
checking for bison… /usr/bin/bison
checking for cmp… /usr/bin/cmp
checking for cat… /usr/bin/cat
checking for cut… /usr/bin/cut
checking for flex… /usr/bin/flex
checking for grep… (cached) /usr/bin/grep
checking for python2.7… /usr/bin/python2.7
checking for find… /usr/bin/find
checking for basename… /usr/bin/basename
checking for dirname… /usr/bin/dirname
checking for sh… /bin/sh
checking for ln… /usr/bin/ln
checking for doxygen… /usr/bin/doxygen
checking for dot… /usr/bin/dot
checking for wget… /usr/bin/wget
checking for curl… /usr/bin/curl
checking for xmllint… /usr/bin/xmllint
checking for xmlstarlet… /usr/bin/xmlstarlet
checking for bash… /bin/sh
checking for git… /usr/bin/git
checking for alembic… :
checking for bzip2… /usr/bin/bzip2
checking for tar… /usr/bin/tar
checking for patch… /usr/bin/patch
checking for sed… (cached) /usr/bin/sed
checking for nm… /usr/bin/nm
checking for realpath… /usr/bin/realpath
checking for ldconfig… /usr/sbin/ldconfig
checking for sha1sum… /usr/bin/sha1sum
checking for openssl… /usr/bin/openssl
checking for pkg-config… /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0… yes
checking for bison that supports parse-param… /usr/bin/bison
checking for soxmix… no
checking for md5… no
checking for md5sum… md5sum
checking for a sed that does not truncate output… (cached) /usr/bin/sed
checking whether gcc -std=gnu11 is Clang… no
checking whether pthreads work with -pthread… yes
checking for joinable pthread attribute… PTHREAD_CREATE_JOINABLE
checking whether more special flags are required for pthreads… no
checking for PTHREAD_PRIO_INHERIT… yes
checking for RAII support… checking for gcc -fnested-functions… no
checking for clang strsep/strcmp optimization… no
configure: checking OPENSSL with pkg-config
configure: checking whether system openssl > 1.1.0
checking for OPENSSL… no
configure: checking whether alternate openssl11 is installed
checking for OPENSSL… no
configure: checking fallback system openssl
checking for OPENSSL… yes
checking for embedded pjproject (may have to download)… configuring
make: *** third-party/pjproject: No such file or directory. Stop.
failed
configure: Unable to configure third-party/pjproject
configure: error: Re-run the ./configure command with ‘NOISY_BUILD=yes’ appended to see error details.
[root@localhost asterisk-20.1.0]#

How did you download Asterisk? Does the third-party directory exist? Does the third-party/pjproject directory exist in it?

we did theses commands:

wget /usr/src/https://downloads.asterisk.org/pub/telephony/asterisk/asterisk-20-current.tar.gz

after cd /usr/src/asterisk-20…

after
./contrib/scripts/install_preq install

after run ./configure inside /usr/src/asterisk-20…

so we recive the error

That’s not the exact commands. That wget command is incorrect, and you don’t have a command to untar it. What I’m trying to determine is why the third-party/pjproject directory doesn’t seem to exist for you.

I just downloaded the tarball, untarred it, did configure, which worked and confirmed third-party/pjproject exists.

If you untar the tarball again does it then work?

yes we are unpacking with tar -xf

something is broken my connection:

[root@localhost src]# wget http://downloads.asterisk.org/pub/telephony/asterisk/asterisk-20-current.tar.gz
–2023-03-09 16:21:47-- http://downloads.asterisk.org/pub/telephony/asterisk/asterisk-20-current.tar.gz
Resolvendo downloads.asterisk.org (downloads.asterisk.org)… 170.249.154.172
Conectando-se a downloads.asterisk.org (downloads.asterisk.org)|170.249.154.172|:80… conectado.
A requisição HTTP foi enviada, aguardando resposta… 200 OK
Tamanho: 28058875 (27M) [application/x-gzip]
Salvando em: “asterisk-20-current.tar.gz”

68% [=======================================================================================> ] 19.297.130 152KB/s em 3m 9s

2023-03-09 16:24:58 (99,5 KB/s) - Erro de leitura no byte 19297130/28058875 (Conexão fechada pela outra ponta). Tentando novamente.

–2023-03-09 16:24:59-- (tentativa: 2) http://downloads.asterisk.org/pub/telephony/asterisk/asterisk-20-current.tar.gz
Conectando-se a downloads.asterisk.org (downloads.asterisk.org)|170.249.154.172|:80… conectado.
A requisição HTTP foi enviada, aguardando resposta… 206 Partial Content
Tamanho: 28058875 (27M), 8761745 (8,4M) restantes [application/x-gzip]
Salvando em: “asterisk-20-current.tar.gz”

68% [++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ] 19.311.159 --.-K/s em 0,001s

2023-03-09 16:25:00 (23,0 MB/s) - Erro de leitura no byte 19311159/28058875 (Conexão fechada pela outra ponta). Tentando novamente.

–2023-03-09 16:25:02-- (tentativa: 3) http://downloads.asterisk.org/pub/telephony/asterisk/asterisk-20-current.tar.gz
Conectando-se a downloads.asterisk.org (downloads.asterisk.org)|170.249.154.172|:80… conectado.
A requisição HTTP foi enviada, aguardando resposta… 206 Partial Content
Tamanho: 28058875 (27M), 8747716 (8,3M) restantes [application/x-gzip]
Salvando em: “asterisk-20-current.tar.gz”

68% [++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ] 19.339.588 113KB/s em 0,2s

Im trying download again, my servers are Brazil/Sao Paulo

dowload is very slow 40h…

70% [++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ] 19.758.081 --.-K/s TED 42h 32m

trouble is my connection internet

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.