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.
#############################################
[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]#
[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]#
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.