Issue installing aircrack-ng on OSX (missing library?)









up vote
0
down vote

favorite












I'm trying to install aircrack-ng and am running into a problem when on make.



I ran the process:
autoreconf -i
./configure --with-experimental
make



After running autoreconf -i i get the output:



/usr/local/bin/glibtoolize: line 406: /usr/local/Library/ENV/4.3/sed: No such file or directory
/usr/local/bin/glibtoolize: line 2513: /usr/local/Library/ENV/4.3/sed: No such file or directory
/usr/local/bin/glibtoolize: line 2513: /usr/local/Library/ENV/4.3/sed: No such file or directory
/usr/local/bin/glibtoolize: line 3601: /usr/local/Library/ENV/4.3/sed: No such file or directory
/usr/local/bin/glibtoolize: line 3845: /usr/local/Library/ENV/4.3/sed: No such file or directory
/usr/local/bin/glibtoolize: line 3124: /usr/local/Library/ENV/4.3/sed: No such file or directory
/usr/local/bin/glibtoolize: line 753: /usr/local/Library/ENV/4.3/sed: No such file or directory
/usr/local/bin/glibtoolize: line 754: /usr/local/Library/ENV/4.3/sed: No such file or directory
/usr/local/bin/glibtoolize: line 753: /usr/local/Library/ENV/4.3/sed: No such file or directory
/usr/local/bin/glibtoolize: line 754: /usr/local/Library/ENV/4.3/sed: No such file or directory
/usr/local/bin/glibtoolize: line 753: /usr/local/Library/ENV/4.3/sed: No such file or directory
/usr/local/bin/glibtoolize: line 754: /usr/local/Library/ENV/4.3/sed: No such file or directory
/usr/local/bin/glibtoolize: line 753: /usr/local/Library/ENV/4.3/sed: No such file or directory
/usr/local/bin/glibtoolize: line 754: /usr/local/Library/ENV/4.3/sed: No such file or directory
/usr/local/bin/glibtoolize: line 753: /usr/local/Library/ENV/4.3/sed: No such file or directory
/usr/local/bin/glibtoolize: line 754: /usr/local/Library/ENV/4.3/sed: No such file or directory
/usr/local/bin/glibtoolize: line 753: /usr/local/Library/ENV/4.3/sed: No such file or directory
/usr/local/bin/glibtoolize: line 754: /usr/local/Library/ENV/4.3/sed: No such file or directory
/usr/local/bin/glibtoolize: line 753: /usr/local/Library/ENV/4.3/sed: No such file or directory
/usr/local/bin/glibtoolize: line 754: /usr/local/Library/ENV/4.3/sed: No such file or directory
/usr/local/bin/glibtoolize: line 757: /usr/local/Library/ENV/4.3/sed: No such file or directory
: warning: no serial number in '/usr/local/Cellar/libtool/2.4.6/share/libtool/build-aux/ltmain.sh', not copying.
/usr/local/bin/glibtoolize: line 3771: /usr/local/Library/ENV/4.3/sed: No such file or directory


After running ./configure --with-experimental i get the output:



checking build system type... x86_64-apple-darwin16.7.0
checking host system type... x86_64-apple-darwin16.7.0
checking target system type... x86_64-apple-darwin16.7.0
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking whether make supports nested variables... (cached) yes
checking whether make supports the include directive... yes (GNU style)
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 we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking dependency style of gcc... gcc3
checking for pkg-config... /usr/local/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking how to convert x86_64-apple-darwin16.7.0 file names to x86_64-apple-darwin16.7.0 format... func_convert_file_noop
checking how to convert x86_64-apple-darwin16.7.0 file names to toolchain format... func_convert_file_noop
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %sn
checking for ar... ar
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking for -force_load linker flag... yes
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fno-common -DPIC
checking if gcc PIC flag -fno-common -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin16.7.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking whether the g++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fno-common -DPIC
checking if g++ PIC flag -fno-common -DPIC works... yes
checking if g++ static flag -static works... no
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin16.7.0 dyld
checking how to hardcode library paths into programs... immediate
checking for brew... /usr/local/bin/brew
checking for /usr/local/Homebrew... yes
checking for /opt/local/include... no
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift-migrator/sdk/MacOSX.sdk/usr/include... no
checking for OPENSSL_init in -lcrypto... yes
checking openssl/crypto.h usability... yes
checking openssl/crypto.h presence... yes
checking for openssl/crypto.h... yes
checking whether gcrypt is enabled...
checking for OpenSSL or libgcrypt... OpenSSL
checking openssl/cmac.h usability... yes
checking openssl/cmac.h presence... yes
checking for openssl/cmac.h... yes
checking for python3... /Library/Frameworks/Python.framework/Versions/3.6/bin/python3
checking for python3-config... /Library/Frameworks/Python.framework/Versions/3.6/bin/python3-config
checking for Python prefix... /Library/Frameworks/Python.framework/Versions/3.6
checking for Python site-packages directory... lib/python3.6/site-packages
checking if Python >= '2.7'... yes
checking if Python <= '4.0'... yes
checking for greadlink... no
checking for readlink... readlink
checking for HWLOC... no
checking pcap header directories... not found
checking pcap.h usability... yes
checking pcap.h presence... yes
checking for pcap.h... yes
checking for pcap_open_live in -lpcap... yes
checking for PCRE... yes
checking for rfkill... no
checking for SQLite3 header... not found
checking sqlite3.h usability... yes
checking sqlite3.h presence... yes
checking for sqlite3.h... yes
checking for sqlite3_open in -lsqlite3... yes
checking for SQLite3 library version >= 3.0.0... yes
cat: /include/sqlite3.h: No such file or directory
./configure: line 23424: test: !=: unary operator expected
configure: WARNING: Cannot find SQLITE_VERSION macro in sqlite3.h header to retrieve SQLite version!
checking for ZLIB... no
checking for CMOCKA... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking whether to add -D_FORTIFY_SOURCE=2 to CPPFLAGS... yes
checking whether gcc is Clang... yes
checking whether Clang needs flag to prevent "argument unused" warning when linking with -pthread... -Qunused-arguments
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 pthread_create in -lpthread... yes
checking for pthread_setaffinity_np... no
checking for library containing gethostbyname... none required
checking for library containing socket... none required
checking for dlopen in -ldl... yes
checking for sin in -lm... yes
checking whether to build with code coverage support... no
checking for valgrind... valgrind
checking for Valgrind tool memcheck... memcheck
checking for Valgrind tool helgrind... helgrind
checking for Valgrind tool drd... drd
checking for Valgrind tool exp-sgcheck...
checking for C compiler vendor... clang
checking for C compiler version... 9.0.0
checking CFLAGS for maximum warnings... -Wall
checking CXXFLAGS for maximum warnings... -Wall
checking whether C compiler accepts -O3... yes
checking whether C compiler accepts -std=gnu99... yes
checking whether C compiler accepts -Wpointer-arith... yes
checking whether C compiler accepts -Wstrict-overflow=2... yes
checking whether C compiler accepts -fvisibility=hidden... yes
checking whether C compiler accepts -fstack-protector-strong... yes
checking whether C compiler accepts -Wno-array-bounds... yes
checking for C++ compiler vendor... clang
checking for C++ compiler version... 9.0.0
checking CFLAGS for maximum warnings... (cached) -Wall
checking CXXFLAGS for maximum warnings... (cached) -Wall
checking whether C++ compiler accepts -O3... yes
checking whether C++ compiler accepts -fvisibility=hidden... yes
checking whether C++ compiler accepts -fstack-protector-strong... yes
checking whether C++ compiler accepts -Wno-array-bounds... yes
checking for C compiler vendor... (cached) clang
checking for C compiler version... (cached) 9.0.0
checking whether C compiler accepts -mavx2... yes
checking whether C compiler accepts -mavx... yes
checking whether C compiler accepts -msse2... yes
checking whether C compiler accepts -mmmx... yes
checking for C++ compiler vendor... (cached) clang
checking for C++ compiler version... (cached) 9.0.0
checking whether C++ compiler accepts -masm=intel... yes
checking whether C++ compiler accepts -mavx2... yes
checking whether C++ compiler accepts -mavx... yes
checking whether C++ compiler accepts -msse2... yes
checking whether C++ compiler accepts -mmmx... yes
checking for malloc in -lduma... no
checking for C compiler vendor... (cached) clang
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating manpages/Makefile
config.status: creating scripts/Makefile
config.status: creating scripts/airdrop-ng/Makefile
config.status: creating scripts/airdrop-ng/doc/Makefile
config.status: creating scripts/airgraph-ng/Makefile
config.status: creating scripts/airgraph-ng/man/Makefile
config.status: creating scripts/versuck-ng/Makefile
config.status: creating src/Makefile
config.status: creating src/aircrack-crypto/Makefile
config.status: creating src/aircrack-util/Makefile
config.status: creating src/include/Makefile
config.status: creating src/aircrack-osdep/Makefile
config.status: creating src/aircrack-osdep/radiotap/Makefile
config.status: creating test/Makefile
config.status: creating test/test-env.sh
config.status: creating test/cryptounittest/Makefile
config.status: creating test/unit/Makefile
config.status: executing depfiles commands
config.status: executing libtool commands

aircrack-ng 1.4

Build Environment:
Build Machine: x86_64-apple-darwin16.7.0
Host Machine: x86_64-apple-darwin16.7.0
Target Machine: x86_64-apple-darwin16.7.0

Install Prefix: /usr/local

Compiler Environment:
C Compiler: gcc
C++ Compiler: g++
Python: /Library/Frameworks/Python.framework/Versions/3.6/bin/python3

CFLAGS: -I/usr/local/opt/openssl/include
CXXFLAGS: -I/usr/local/opt/openssl/include
CPPFLAGS: -I/usr/local/opt/openssl/include -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_FORTIFY_SOURCE=2
LDFLAGS: -L/usr/local/opt/openssl/lib
LIBS: -ldl -lm

Optimized CFLAGS: -Wall -Wno-unused-command-line-argument -O3 -std=gnu99 -Wpointer-arith -Wstrict-overflow=2 -Wstrict-prototypes -fvisibility=hidden -fstack-protector-strong -Wno-array-bounds
Optimized CXXFLAGS: -Wall -Wno-unused-command-line-argument -O3 -fvisibility=hidden -fstack-protector-strong -Wno-array-bounds -masm=intel
Optimized CPPFLAGS: -Wno-unused-command-line-argument
Optimized LIBS:

Target Environment:
OS: darwin
ASAN: no
CPU L1 cache-line size: 64

Crypto Libraries:
Gcrypt:
OpenSSL: -lcrypto

Required Libraries:
Ethtool: not required
Libnl: not required

Optional Libraries:
Airpcap: no
Cmocka: yes
DUMA: no
Hwloc: no
Jemalloc: no
Pcap: yes
Pcre: yes
Sqlite: yes
Tcmalloc: no
Zlib: no

Features:
CMAC Support: yes
Experimental Extra Scripts: no
Experimental Features: yes


When I then run make I get the output:



Making all in manpages
make[1]: Nothing to be done for `all'.
Making all in scripts
make[2]: Nothing to be done for `all-am'.
Making all in src
Making all in aircrack-crypto
make[2]: Nothing to be done for `all'.
Making all in aircrack-util
make[2]: Nothing to be done for `all'.
Making all in include
make[2]: Nothing to be done for `all'.
Making all in aircrack-osdep
Making all in radiotap
make[3]: Nothing to be done for `all'.
make[3]: Nothing to be done for `all-am'.
CCLD easside-ng
Undefined symbols for architecture x86_64:
"_crc32", referenced from:
_own in easside_ng-easside-ng.o
_decrypt_packet in easside_ng-easside-ng.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [easside-ng] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1


I'm not sure where the errors come from, I'm guessing a missing library, but am not sure what library is missing...



Thanks










share|improve this question

























    up vote
    0
    down vote

    favorite












    I'm trying to install aircrack-ng and am running into a problem when on make.



    I ran the process:
    autoreconf -i
    ./configure --with-experimental
    make



    After running autoreconf -i i get the output:



    /usr/local/bin/glibtoolize: line 406: /usr/local/Library/ENV/4.3/sed: No such file or directory
    /usr/local/bin/glibtoolize: line 2513: /usr/local/Library/ENV/4.3/sed: No such file or directory
    /usr/local/bin/glibtoolize: line 2513: /usr/local/Library/ENV/4.3/sed: No such file or directory
    /usr/local/bin/glibtoolize: line 3601: /usr/local/Library/ENV/4.3/sed: No such file or directory
    /usr/local/bin/glibtoolize: line 3845: /usr/local/Library/ENV/4.3/sed: No such file or directory
    /usr/local/bin/glibtoolize: line 3124: /usr/local/Library/ENV/4.3/sed: No such file or directory
    /usr/local/bin/glibtoolize: line 753: /usr/local/Library/ENV/4.3/sed: No such file or directory
    /usr/local/bin/glibtoolize: line 754: /usr/local/Library/ENV/4.3/sed: No such file or directory
    /usr/local/bin/glibtoolize: line 753: /usr/local/Library/ENV/4.3/sed: No such file or directory
    /usr/local/bin/glibtoolize: line 754: /usr/local/Library/ENV/4.3/sed: No such file or directory
    /usr/local/bin/glibtoolize: line 753: /usr/local/Library/ENV/4.3/sed: No such file or directory
    /usr/local/bin/glibtoolize: line 754: /usr/local/Library/ENV/4.3/sed: No such file or directory
    /usr/local/bin/glibtoolize: line 753: /usr/local/Library/ENV/4.3/sed: No such file or directory
    /usr/local/bin/glibtoolize: line 754: /usr/local/Library/ENV/4.3/sed: No such file or directory
    /usr/local/bin/glibtoolize: line 753: /usr/local/Library/ENV/4.3/sed: No such file or directory
    /usr/local/bin/glibtoolize: line 754: /usr/local/Library/ENV/4.3/sed: No such file or directory
    /usr/local/bin/glibtoolize: line 753: /usr/local/Library/ENV/4.3/sed: No such file or directory
    /usr/local/bin/glibtoolize: line 754: /usr/local/Library/ENV/4.3/sed: No such file or directory
    /usr/local/bin/glibtoolize: line 753: /usr/local/Library/ENV/4.3/sed: No such file or directory
    /usr/local/bin/glibtoolize: line 754: /usr/local/Library/ENV/4.3/sed: No such file or directory
    /usr/local/bin/glibtoolize: line 757: /usr/local/Library/ENV/4.3/sed: No such file or directory
    : warning: no serial number in '/usr/local/Cellar/libtool/2.4.6/share/libtool/build-aux/ltmain.sh', not copying.
    /usr/local/bin/glibtoolize: line 3771: /usr/local/Library/ENV/4.3/sed: No such file or directory


    After running ./configure --with-experimental i get the output:



    checking build system type... x86_64-apple-darwin16.7.0
    checking host system type... x86_64-apple-darwin16.7.0
    checking target system type... x86_64-apple-darwin16.7.0
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for a thread-safe mkdir -p... ./install-sh -c -d
    checking for gawk... no
    checking for mawk... no
    checking for nawk... no
    checking for awk... awk
    checking whether make sets $(MAKE)... yes
    checking whether make supports nested variables... yes
    checking whether to enable maintainer-specific portions of Makefiles... yes
    checking whether make supports nested variables... (cached) yes
    checking whether make supports the include directive... yes (GNU style)
    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 we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ISO C89... none needed
    checking whether gcc understands -c and -o together... yes
    checking dependency style of gcc... gcc3
    checking for g++... g++
    checking whether we are using the GNU C++ compiler... yes
    checking whether g++ accepts -g... yes
    checking dependency style of g++... gcc3
    checking dependency style of gcc... gcc3
    checking for pkg-config... /usr/local/bin/pkg-config
    checking pkg-config is at least version 0.9.0... yes
    checking how to print strings... printf
    checking for a sed that does not truncate output... /usr/bin/sed
    checking for grep that handles long lines and -e... /usr/bin/grep
    checking for egrep... /usr/bin/grep -E
    checking for fgrep... /usr/bin/grep -F
    checking for ld used by gcc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
    checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
    checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
    checking the name lister (/usr/bin/nm -B) interface... BSD nm
    checking whether ln -s works... yes
    checking the maximum length of command line arguments... 196608
    checking how to convert x86_64-apple-darwin16.7.0 file names to x86_64-apple-darwin16.7.0 format... func_convert_file_noop
    checking how to convert x86_64-apple-darwin16.7.0 file names to toolchain format... func_convert_file_noop
    checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
    checking for objdump... objdump
    checking how to recognize dependent libraries... pass_all
    checking for dlltool... no
    checking how to associate runtime and link libraries... printf %sn
    checking for ar... ar
    checking for archiver @FILE support... no
    checking for strip... strip
    checking for ranlib... ranlib
    checking command to parse /usr/bin/nm -B output from gcc object... ok
    checking for sysroot... no
    checking for a working dd... /bin/dd
    checking how to truncate binary pipes... /bin/dd bs=4096 count=1
    checking for mt... no
    checking if : is a manifest tool... no
    checking for dsymutil... dsymutil
    checking for nmedit... nmedit
    checking for lipo... lipo
    checking for otool... otool
    checking for otool64... no
    checking for -single_module linker flag... yes
    checking for -exported_symbols_list linker flag... yes
    checking for -force_load linker flag... yes
    checking how to run the C preprocessor... gcc -E
    checking for ANSI C header files... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking for dlfcn.h... yes
    checking for objdir... .libs
    checking if gcc supports -fno-rtti -fno-exceptions... yes
    checking for gcc option to produce PIC... -fno-common -DPIC
    checking if gcc PIC flag -fno-common -DPIC works... yes
    checking if gcc static flag -static works... no
    checking if gcc supports -c -o file.o... yes
    checking if gcc supports -c -o file.o... (cached) yes
    checking whether the gcc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
    checking dynamic linker characteristics... darwin16.7.0 dyld
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... yes
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... no
    checking how to run the C++ preprocessor... g++ -E
    checking for ld used by g++... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
    checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
    checking whether the g++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
    checking for g++ option to produce PIC... -fno-common -DPIC
    checking if g++ PIC flag -fno-common -DPIC works... yes
    checking if g++ static flag -static works... no
    checking if g++ supports -c -o file.o... yes
    checking if g++ supports -c -o file.o... (cached) yes
    checking whether the g++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
    checking dynamic linker characteristics... darwin16.7.0 dyld
    checking how to hardcode library paths into programs... immediate
    checking for brew... /usr/local/bin/brew
    checking for /usr/local/Homebrew... yes
    checking for /opt/local/include... no
    checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift-migrator/sdk/MacOSX.sdk/usr/include... no
    checking for OPENSSL_init in -lcrypto... yes
    checking openssl/crypto.h usability... yes
    checking openssl/crypto.h presence... yes
    checking for openssl/crypto.h... yes
    checking whether gcrypt is enabled...
    checking for OpenSSL or libgcrypt... OpenSSL
    checking openssl/cmac.h usability... yes
    checking openssl/cmac.h presence... yes
    checking for openssl/cmac.h... yes
    checking for python3... /Library/Frameworks/Python.framework/Versions/3.6/bin/python3
    checking for python3-config... /Library/Frameworks/Python.framework/Versions/3.6/bin/python3-config
    checking for Python prefix... /Library/Frameworks/Python.framework/Versions/3.6
    checking for Python site-packages directory... lib/python3.6/site-packages
    checking if Python >= '2.7'... yes
    checking if Python <= '4.0'... yes
    checking for greadlink... no
    checking for readlink... readlink
    checking for HWLOC... no
    checking pcap header directories... not found
    checking pcap.h usability... yes
    checking pcap.h presence... yes
    checking for pcap.h... yes
    checking for pcap_open_live in -lpcap... yes
    checking for PCRE... yes
    checking for rfkill... no
    checking for SQLite3 header... not found
    checking sqlite3.h usability... yes
    checking sqlite3.h presence... yes
    checking for sqlite3.h... yes
    checking for sqlite3_open in -lsqlite3... yes
    checking for SQLite3 library version >= 3.0.0... yes
    cat: /include/sqlite3.h: No such file or directory
    ./configure: line 23424: test: !=: unary operator expected
    configure: WARNING: Cannot find SQLITE_VERSION macro in sqlite3.h header to retrieve SQLite version!
    checking for ZLIB... no
    checking for CMOCKA... yes
    checking for special C compiler options needed for large files... no
    checking for _FILE_OFFSET_BITS value needed for large files... no
    checking whether to add -D_FORTIFY_SOURCE=2 to CPPFLAGS... yes
    checking whether gcc is Clang... yes
    checking whether Clang needs flag to prevent "argument unused" warning when linking with -pthread... -Qunused-arguments
    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 pthread_create in -lpthread... yes
    checking for pthread_setaffinity_np... no
    checking for library containing gethostbyname... none required
    checking for library containing socket... none required
    checking for dlopen in -ldl... yes
    checking for sin in -lm... yes
    checking whether to build with code coverage support... no
    checking for valgrind... valgrind
    checking for Valgrind tool memcheck... memcheck
    checking for Valgrind tool helgrind... helgrind
    checking for Valgrind tool drd... drd
    checking for Valgrind tool exp-sgcheck...
    checking for C compiler vendor... clang
    checking for C compiler version... 9.0.0
    checking CFLAGS for maximum warnings... -Wall
    checking CXXFLAGS for maximum warnings... -Wall
    checking whether C compiler accepts -O3... yes
    checking whether C compiler accepts -std=gnu99... yes
    checking whether C compiler accepts -Wpointer-arith... yes
    checking whether C compiler accepts -Wstrict-overflow=2... yes
    checking whether C compiler accepts -fvisibility=hidden... yes
    checking whether C compiler accepts -fstack-protector-strong... yes
    checking whether C compiler accepts -Wno-array-bounds... yes
    checking for C++ compiler vendor... clang
    checking for C++ compiler version... 9.0.0
    checking CFLAGS for maximum warnings... (cached) -Wall
    checking CXXFLAGS for maximum warnings... (cached) -Wall
    checking whether C++ compiler accepts -O3... yes
    checking whether C++ compiler accepts -fvisibility=hidden... yes
    checking whether C++ compiler accepts -fstack-protector-strong... yes
    checking whether C++ compiler accepts -Wno-array-bounds... yes
    checking for C compiler vendor... (cached) clang
    checking for C compiler version... (cached) 9.0.0
    checking whether C compiler accepts -mavx2... yes
    checking whether C compiler accepts -mavx... yes
    checking whether C compiler accepts -msse2... yes
    checking whether C compiler accepts -mmmx... yes
    checking for C++ compiler vendor... (cached) clang
    checking for C++ compiler version... (cached) 9.0.0
    checking whether C++ compiler accepts -masm=intel... yes
    checking whether C++ compiler accepts -mavx2... yes
    checking whether C++ compiler accepts -mavx... yes
    checking whether C++ compiler accepts -msse2... yes
    checking whether C++ compiler accepts -mmmx... yes
    checking for malloc in -lduma... no
    checking for C compiler vendor... (cached) clang
    checking that generated files are newer than configure... done
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating manpages/Makefile
    config.status: creating scripts/Makefile
    config.status: creating scripts/airdrop-ng/Makefile
    config.status: creating scripts/airdrop-ng/doc/Makefile
    config.status: creating scripts/airgraph-ng/Makefile
    config.status: creating scripts/airgraph-ng/man/Makefile
    config.status: creating scripts/versuck-ng/Makefile
    config.status: creating src/Makefile
    config.status: creating src/aircrack-crypto/Makefile
    config.status: creating src/aircrack-util/Makefile
    config.status: creating src/include/Makefile
    config.status: creating src/aircrack-osdep/Makefile
    config.status: creating src/aircrack-osdep/radiotap/Makefile
    config.status: creating test/Makefile
    config.status: creating test/test-env.sh
    config.status: creating test/cryptounittest/Makefile
    config.status: creating test/unit/Makefile
    config.status: executing depfiles commands
    config.status: executing libtool commands

    aircrack-ng 1.4

    Build Environment:
    Build Machine: x86_64-apple-darwin16.7.0
    Host Machine: x86_64-apple-darwin16.7.0
    Target Machine: x86_64-apple-darwin16.7.0

    Install Prefix: /usr/local

    Compiler Environment:
    C Compiler: gcc
    C++ Compiler: g++
    Python: /Library/Frameworks/Python.framework/Versions/3.6/bin/python3

    CFLAGS: -I/usr/local/opt/openssl/include
    CXXFLAGS: -I/usr/local/opt/openssl/include
    CPPFLAGS: -I/usr/local/opt/openssl/include -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_FORTIFY_SOURCE=2
    LDFLAGS: -L/usr/local/opt/openssl/lib
    LIBS: -ldl -lm

    Optimized CFLAGS: -Wall -Wno-unused-command-line-argument -O3 -std=gnu99 -Wpointer-arith -Wstrict-overflow=2 -Wstrict-prototypes -fvisibility=hidden -fstack-protector-strong -Wno-array-bounds
    Optimized CXXFLAGS: -Wall -Wno-unused-command-line-argument -O3 -fvisibility=hidden -fstack-protector-strong -Wno-array-bounds -masm=intel
    Optimized CPPFLAGS: -Wno-unused-command-line-argument
    Optimized LIBS:

    Target Environment:
    OS: darwin
    ASAN: no
    CPU L1 cache-line size: 64

    Crypto Libraries:
    Gcrypt:
    OpenSSL: -lcrypto

    Required Libraries:
    Ethtool: not required
    Libnl: not required

    Optional Libraries:
    Airpcap: no
    Cmocka: yes
    DUMA: no
    Hwloc: no
    Jemalloc: no
    Pcap: yes
    Pcre: yes
    Sqlite: yes
    Tcmalloc: no
    Zlib: no

    Features:
    CMAC Support: yes
    Experimental Extra Scripts: no
    Experimental Features: yes


    When I then run make I get the output:



    Making all in manpages
    make[1]: Nothing to be done for `all'.
    Making all in scripts
    make[2]: Nothing to be done for `all-am'.
    Making all in src
    Making all in aircrack-crypto
    make[2]: Nothing to be done for `all'.
    Making all in aircrack-util
    make[2]: Nothing to be done for `all'.
    Making all in include
    make[2]: Nothing to be done for `all'.
    Making all in aircrack-osdep
    Making all in radiotap
    make[3]: Nothing to be done for `all'.
    make[3]: Nothing to be done for `all-am'.
    CCLD easside-ng
    Undefined symbols for architecture x86_64:
    "_crc32", referenced from:
    _own in easside_ng-easside-ng.o
    _decrypt_packet in easside_ng-easside-ng.o
    ld: symbol(s) not found for architecture x86_64
    clang: error: linker command failed with exit code 1 (use -v to see invocation)
    make[2]: *** [easside-ng] Error 1
    make[1]: *** [all-recursive] Error 1
    make: *** [all-recursive] Error 1


    I'm not sure where the errors come from, I'm guessing a missing library, but am not sure what library is missing...



    Thanks










    share|improve this question























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      I'm trying to install aircrack-ng and am running into a problem when on make.



      I ran the process:
      autoreconf -i
      ./configure --with-experimental
      make



      After running autoreconf -i i get the output:



      /usr/local/bin/glibtoolize: line 406: /usr/local/Library/ENV/4.3/sed: No such file or directory
      /usr/local/bin/glibtoolize: line 2513: /usr/local/Library/ENV/4.3/sed: No such file or directory
      /usr/local/bin/glibtoolize: line 2513: /usr/local/Library/ENV/4.3/sed: No such file or directory
      /usr/local/bin/glibtoolize: line 3601: /usr/local/Library/ENV/4.3/sed: No such file or directory
      /usr/local/bin/glibtoolize: line 3845: /usr/local/Library/ENV/4.3/sed: No such file or directory
      /usr/local/bin/glibtoolize: line 3124: /usr/local/Library/ENV/4.3/sed: No such file or directory
      /usr/local/bin/glibtoolize: line 753: /usr/local/Library/ENV/4.3/sed: No such file or directory
      /usr/local/bin/glibtoolize: line 754: /usr/local/Library/ENV/4.3/sed: No such file or directory
      /usr/local/bin/glibtoolize: line 753: /usr/local/Library/ENV/4.3/sed: No such file or directory
      /usr/local/bin/glibtoolize: line 754: /usr/local/Library/ENV/4.3/sed: No such file or directory
      /usr/local/bin/glibtoolize: line 753: /usr/local/Library/ENV/4.3/sed: No such file or directory
      /usr/local/bin/glibtoolize: line 754: /usr/local/Library/ENV/4.3/sed: No such file or directory
      /usr/local/bin/glibtoolize: line 753: /usr/local/Library/ENV/4.3/sed: No such file or directory
      /usr/local/bin/glibtoolize: line 754: /usr/local/Library/ENV/4.3/sed: No such file or directory
      /usr/local/bin/glibtoolize: line 753: /usr/local/Library/ENV/4.3/sed: No such file or directory
      /usr/local/bin/glibtoolize: line 754: /usr/local/Library/ENV/4.3/sed: No such file or directory
      /usr/local/bin/glibtoolize: line 753: /usr/local/Library/ENV/4.3/sed: No such file or directory
      /usr/local/bin/glibtoolize: line 754: /usr/local/Library/ENV/4.3/sed: No such file or directory
      /usr/local/bin/glibtoolize: line 753: /usr/local/Library/ENV/4.3/sed: No such file or directory
      /usr/local/bin/glibtoolize: line 754: /usr/local/Library/ENV/4.3/sed: No such file or directory
      /usr/local/bin/glibtoolize: line 757: /usr/local/Library/ENV/4.3/sed: No such file or directory
      : warning: no serial number in '/usr/local/Cellar/libtool/2.4.6/share/libtool/build-aux/ltmain.sh', not copying.
      /usr/local/bin/glibtoolize: line 3771: /usr/local/Library/ENV/4.3/sed: No such file or directory


      After running ./configure --with-experimental i get the output:



      checking build system type... x86_64-apple-darwin16.7.0
      checking host system type... x86_64-apple-darwin16.7.0
      checking target system type... x86_64-apple-darwin16.7.0
      checking for a BSD-compatible install... /usr/bin/install -c
      checking whether build environment is sane... yes
      checking for a thread-safe mkdir -p... ./install-sh -c -d
      checking for gawk... no
      checking for mawk... no
      checking for nawk... no
      checking for awk... awk
      checking whether make sets $(MAKE)... yes
      checking whether make supports nested variables... yes
      checking whether to enable maintainer-specific portions of Makefiles... yes
      checking whether make supports nested variables... (cached) yes
      checking whether make supports the include directive... yes (GNU style)
      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 we are using the GNU C compiler... yes
      checking whether gcc accepts -g... yes
      checking for gcc option to accept ISO C89... none needed
      checking whether gcc understands -c and -o together... yes
      checking dependency style of gcc... gcc3
      checking for g++... g++
      checking whether we are using the GNU C++ compiler... yes
      checking whether g++ accepts -g... yes
      checking dependency style of g++... gcc3
      checking dependency style of gcc... gcc3
      checking for pkg-config... /usr/local/bin/pkg-config
      checking pkg-config is at least version 0.9.0... yes
      checking how to print strings... printf
      checking for a sed that does not truncate output... /usr/bin/sed
      checking for grep that handles long lines and -e... /usr/bin/grep
      checking for egrep... /usr/bin/grep -E
      checking for fgrep... /usr/bin/grep -F
      checking for ld used by gcc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
      checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
      checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
      checking the name lister (/usr/bin/nm -B) interface... BSD nm
      checking whether ln -s works... yes
      checking the maximum length of command line arguments... 196608
      checking how to convert x86_64-apple-darwin16.7.0 file names to x86_64-apple-darwin16.7.0 format... func_convert_file_noop
      checking how to convert x86_64-apple-darwin16.7.0 file names to toolchain format... func_convert_file_noop
      checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
      checking for objdump... objdump
      checking how to recognize dependent libraries... pass_all
      checking for dlltool... no
      checking how to associate runtime and link libraries... printf %sn
      checking for ar... ar
      checking for archiver @FILE support... no
      checking for strip... strip
      checking for ranlib... ranlib
      checking command to parse /usr/bin/nm -B output from gcc object... ok
      checking for sysroot... no
      checking for a working dd... /bin/dd
      checking how to truncate binary pipes... /bin/dd bs=4096 count=1
      checking for mt... no
      checking if : is a manifest tool... no
      checking for dsymutil... dsymutil
      checking for nmedit... nmedit
      checking for lipo... lipo
      checking for otool... otool
      checking for otool64... no
      checking for -single_module linker flag... yes
      checking for -exported_symbols_list linker flag... yes
      checking for -force_load linker flag... yes
      checking how to run the C preprocessor... gcc -E
      checking for ANSI C header files... yes
      checking for sys/types.h... yes
      checking for sys/stat.h... yes
      checking for stdlib.h... yes
      checking for string.h... yes
      checking for memory.h... yes
      checking for strings.h... yes
      checking for inttypes.h... yes
      checking for stdint.h... yes
      checking for unistd.h... yes
      checking for dlfcn.h... yes
      checking for objdir... .libs
      checking if gcc supports -fno-rtti -fno-exceptions... yes
      checking for gcc option to produce PIC... -fno-common -DPIC
      checking if gcc PIC flag -fno-common -DPIC works... yes
      checking if gcc static flag -static works... no
      checking if gcc supports -c -o file.o... yes
      checking if gcc supports -c -o file.o... (cached) yes
      checking whether the gcc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
      checking dynamic linker characteristics... darwin16.7.0 dyld
      checking how to hardcode library paths into programs... immediate
      checking whether stripping libraries is possible... yes
      checking if libtool supports shared libraries... yes
      checking whether to build shared libraries... yes
      checking whether to build static libraries... no
      checking how to run the C++ preprocessor... g++ -E
      checking for ld used by g++... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
      checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
      checking whether the g++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
      checking for g++ option to produce PIC... -fno-common -DPIC
      checking if g++ PIC flag -fno-common -DPIC works... yes
      checking if g++ static flag -static works... no
      checking if g++ supports -c -o file.o... yes
      checking if g++ supports -c -o file.o... (cached) yes
      checking whether the g++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
      checking dynamic linker characteristics... darwin16.7.0 dyld
      checking how to hardcode library paths into programs... immediate
      checking for brew... /usr/local/bin/brew
      checking for /usr/local/Homebrew... yes
      checking for /opt/local/include... no
      checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift-migrator/sdk/MacOSX.sdk/usr/include... no
      checking for OPENSSL_init in -lcrypto... yes
      checking openssl/crypto.h usability... yes
      checking openssl/crypto.h presence... yes
      checking for openssl/crypto.h... yes
      checking whether gcrypt is enabled...
      checking for OpenSSL or libgcrypt... OpenSSL
      checking openssl/cmac.h usability... yes
      checking openssl/cmac.h presence... yes
      checking for openssl/cmac.h... yes
      checking for python3... /Library/Frameworks/Python.framework/Versions/3.6/bin/python3
      checking for python3-config... /Library/Frameworks/Python.framework/Versions/3.6/bin/python3-config
      checking for Python prefix... /Library/Frameworks/Python.framework/Versions/3.6
      checking for Python site-packages directory... lib/python3.6/site-packages
      checking if Python >= '2.7'... yes
      checking if Python <= '4.0'... yes
      checking for greadlink... no
      checking for readlink... readlink
      checking for HWLOC... no
      checking pcap header directories... not found
      checking pcap.h usability... yes
      checking pcap.h presence... yes
      checking for pcap.h... yes
      checking for pcap_open_live in -lpcap... yes
      checking for PCRE... yes
      checking for rfkill... no
      checking for SQLite3 header... not found
      checking sqlite3.h usability... yes
      checking sqlite3.h presence... yes
      checking for sqlite3.h... yes
      checking for sqlite3_open in -lsqlite3... yes
      checking for SQLite3 library version >= 3.0.0... yes
      cat: /include/sqlite3.h: No such file or directory
      ./configure: line 23424: test: !=: unary operator expected
      configure: WARNING: Cannot find SQLITE_VERSION macro in sqlite3.h header to retrieve SQLite version!
      checking for ZLIB... no
      checking for CMOCKA... yes
      checking for special C compiler options needed for large files... no
      checking for _FILE_OFFSET_BITS value needed for large files... no
      checking whether to add -D_FORTIFY_SOURCE=2 to CPPFLAGS... yes
      checking whether gcc is Clang... yes
      checking whether Clang needs flag to prevent "argument unused" warning when linking with -pthread... -Qunused-arguments
      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 pthread_create in -lpthread... yes
      checking for pthread_setaffinity_np... no
      checking for library containing gethostbyname... none required
      checking for library containing socket... none required
      checking for dlopen in -ldl... yes
      checking for sin in -lm... yes
      checking whether to build with code coverage support... no
      checking for valgrind... valgrind
      checking for Valgrind tool memcheck... memcheck
      checking for Valgrind tool helgrind... helgrind
      checking for Valgrind tool drd... drd
      checking for Valgrind tool exp-sgcheck...
      checking for C compiler vendor... clang
      checking for C compiler version... 9.0.0
      checking CFLAGS for maximum warnings... -Wall
      checking CXXFLAGS for maximum warnings... -Wall
      checking whether C compiler accepts -O3... yes
      checking whether C compiler accepts -std=gnu99... yes
      checking whether C compiler accepts -Wpointer-arith... yes
      checking whether C compiler accepts -Wstrict-overflow=2... yes
      checking whether C compiler accepts -fvisibility=hidden... yes
      checking whether C compiler accepts -fstack-protector-strong... yes
      checking whether C compiler accepts -Wno-array-bounds... yes
      checking for C++ compiler vendor... clang
      checking for C++ compiler version... 9.0.0
      checking CFLAGS for maximum warnings... (cached) -Wall
      checking CXXFLAGS for maximum warnings... (cached) -Wall
      checking whether C++ compiler accepts -O3... yes
      checking whether C++ compiler accepts -fvisibility=hidden... yes
      checking whether C++ compiler accepts -fstack-protector-strong... yes
      checking whether C++ compiler accepts -Wno-array-bounds... yes
      checking for C compiler vendor... (cached) clang
      checking for C compiler version... (cached) 9.0.0
      checking whether C compiler accepts -mavx2... yes
      checking whether C compiler accepts -mavx... yes
      checking whether C compiler accepts -msse2... yes
      checking whether C compiler accepts -mmmx... yes
      checking for C++ compiler vendor... (cached) clang
      checking for C++ compiler version... (cached) 9.0.0
      checking whether C++ compiler accepts -masm=intel... yes
      checking whether C++ compiler accepts -mavx2... yes
      checking whether C++ compiler accepts -mavx... yes
      checking whether C++ compiler accepts -msse2... yes
      checking whether C++ compiler accepts -mmmx... yes
      checking for malloc in -lduma... no
      checking for C compiler vendor... (cached) clang
      checking that generated files are newer than configure... done
      configure: creating ./config.status
      config.status: creating Makefile
      config.status: creating manpages/Makefile
      config.status: creating scripts/Makefile
      config.status: creating scripts/airdrop-ng/Makefile
      config.status: creating scripts/airdrop-ng/doc/Makefile
      config.status: creating scripts/airgraph-ng/Makefile
      config.status: creating scripts/airgraph-ng/man/Makefile
      config.status: creating scripts/versuck-ng/Makefile
      config.status: creating src/Makefile
      config.status: creating src/aircrack-crypto/Makefile
      config.status: creating src/aircrack-util/Makefile
      config.status: creating src/include/Makefile
      config.status: creating src/aircrack-osdep/Makefile
      config.status: creating src/aircrack-osdep/radiotap/Makefile
      config.status: creating test/Makefile
      config.status: creating test/test-env.sh
      config.status: creating test/cryptounittest/Makefile
      config.status: creating test/unit/Makefile
      config.status: executing depfiles commands
      config.status: executing libtool commands

      aircrack-ng 1.4

      Build Environment:
      Build Machine: x86_64-apple-darwin16.7.0
      Host Machine: x86_64-apple-darwin16.7.0
      Target Machine: x86_64-apple-darwin16.7.0

      Install Prefix: /usr/local

      Compiler Environment:
      C Compiler: gcc
      C++ Compiler: g++
      Python: /Library/Frameworks/Python.framework/Versions/3.6/bin/python3

      CFLAGS: -I/usr/local/opt/openssl/include
      CXXFLAGS: -I/usr/local/opt/openssl/include
      CPPFLAGS: -I/usr/local/opt/openssl/include -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_FORTIFY_SOURCE=2
      LDFLAGS: -L/usr/local/opt/openssl/lib
      LIBS: -ldl -lm

      Optimized CFLAGS: -Wall -Wno-unused-command-line-argument -O3 -std=gnu99 -Wpointer-arith -Wstrict-overflow=2 -Wstrict-prototypes -fvisibility=hidden -fstack-protector-strong -Wno-array-bounds
      Optimized CXXFLAGS: -Wall -Wno-unused-command-line-argument -O3 -fvisibility=hidden -fstack-protector-strong -Wno-array-bounds -masm=intel
      Optimized CPPFLAGS: -Wno-unused-command-line-argument
      Optimized LIBS:

      Target Environment:
      OS: darwin
      ASAN: no
      CPU L1 cache-line size: 64

      Crypto Libraries:
      Gcrypt:
      OpenSSL: -lcrypto

      Required Libraries:
      Ethtool: not required
      Libnl: not required

      Optional Libraries:
      Airpcap: no
      Cmocka: yes
      DUMA: no
      Hwloc: no
      Jemalloc: no
      Pcap: yes
      Pcre: yes
      Sqlite: yes
      Tcmalloc: no
      Zlib: no

      Features:
      CMAC Support: yes
      Experimental Extra Scripts: no
      Experimental Features: yes


      When I then run make I get the output:



      Making all in manpages
      make[1]: Nothing to be done for `all'.
      Making all in scripts
      make[2]: Nothing to be done for `all-am'.
      Making all in src
      Making all in aircrack-crypto
      make[2]: Nothing to be done for `all'.
      Making all in aircrack-util
      make[2]: Nothing to be done for `all'.
      Making all in include
      make[2]: Nothing to be done for `all'.
      Making all in aircrack-osdep
      Making all in radiotap
      make[3]: Nothing to be done for `all'.
      make[3]: Nothing to be done for `all-am'.
      CCLD easside-ng
      Undefined symbols for architecture x86_64:
      "_crc32", referenced from:
      _own in easside_ng-easside-ng.o
      _decrypt_packet in easside_ng-easside-ng.o
      ld: symbol(s) not found for architecture x86_64
      clang: error: linker command failed with exit code 1 (use -v to see invocation)
      make[2]: *** [easside-ng] Error 1
      make[1]: *** [all-recursive] Error 1
      make: *** [all-recursive] Error 1


      I'm not sure where the errors come from, I'm guessing a missing library, but am not sure what library is missing...



      Thanks










      share|improve this question













      I'm trying to install aircrack-ng and am running into a problem when on make.



      I ran the process:
      autoreconf -i
      ./configure --with-experimental
      make



      After running autoreconf -i i get the output:



      /usr/local/bin/glibtoolize: line 406: /usr/local/Library/ENV/4.3/sed: No such file or directory
      /usr/local/bin/glibtoolize: line 2513: /usr/local/Library/ENV/4.3/sed: No such file or directory
      /usr/local/bin/glibtoolize: line 2513: /usr/local/Library/ENV/4.3/sed: No such file or directory
      /usr/local/bin/glibtoolize: line 3601: /usr/local/Library/ENV/4.3/sed: No such file or directory
      /usr/local/bin/glibtoolize: line 3845: /usr/local/Library/ENV/4.3/sed: No such file or directory
      /usr/local/bin/glibtoolize: line 3124: /usr/local/Library/ENV/4.3/sed: No such file or directory
      /usr/local/bin/glibtoolize: line 753: /usr/local/Library/ENV/4.3/sed: No such file or directory
      /usr/local/bin/glibtoolize: line 754: /usr/local/Library/ENV/4.3/sed: No such file or directory
      /usr/local/bin/glibtoolize: line 753: /usr/local/Library/ENV/4.3/sed: No such file or directory
      /usr/local/bin/glibtoolize: line 754: /usr/local/Library/ENV/4.3/sed: No such file or directory
      /usr/local/bin/glibtoolize: line 753: /usr/local/Library/ENV/4.3/sed: No such file or directory
      /usr/local/bin/glibtoolize: line 754: /usr/local/Library/ENV/4.3/sed: No such file or directory
      /usr/local/bin/glibtoolize: line 753: /usr/local/Library/ENV/4.3/sed: No such file or directory
      /usr/local/bin/glibtoolize: line 754: /usr/local/Library/ENV/4.3/sed: No such file or directory
      /usr/local/bin/glibtoolize: line 753: /usr/local/Library/ENV/4.3/sed: No such file or directory
      /usr/local/bin/glibtoolize: line 754: /usr/local/Library/ENV/4.3/sed: No such file or directory
      /usr/local/bin/glibtoolize: line 753: /usr/local/Library/ENV/4.3/sed: No such file or directory
      /usr/local/bin/glibtoolize: line 754: /usr/local/Library/ENV/4.3/sed: No such file or directory
      /usr/local/bin/glibtoolize: line 753: /usr/local/Library/ENV/4.3/sed: No such file or directory
      /usr/local/bin/glibtoolize: line 754: /usr/local/Library/ENV/4.3/sed: No such file or directory
      /usr/local/bin/glibtoolize: line 757: /usr/local/Library/ENV/4.3/sed: No such file or directory
      : warning: no serial number in '/usr/local/Cellar/libtool/2.4.6/share/libtool/build-aux/ltmain.sh', not copying.
      /usr/local/bin/glibtoolize: line 3771: /usr/local/Library/ENV/4.3/sed: No such file or directory


      After running ./configure --with-experimental i get the output:



      checking build system type... x86_64-apple-darwin16.7.0
      checking host system type... x86_64-apple-darwin16.7.0
      checking target system type... x86_64-apple-darwin16.7.0
      checking for a BSD-compatible install... /usr/bin/install -c
      checking whether build environment is sane... yes
      checking for a thread-safe mkdir -p... ./install-sh -c -d
      checking for gawk... no
      checking for mawk... no
      checking for nawk... no
      checking for awk... awk
      checking whether make sets $(MAKE)... yes
      checking whether make supports nested variables... yes
      checking whether to enable maintainer-specific portions of Makefiles... yes
      checking whether make supports nested variables... (cached) yes
      checking whether make supports the include directive... yes (GNU style)
      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 we are using the GNU C compiler... yes
      checking whether gcc accepts -g... yes
      checking for gcc option to accept ISO C89... none needed
      checking whether gcc understands -c and -o together... yes
      checking dependency style of gcc... gcc3
      checking for g++... g++
      checking whether we are using the GNU C++ compiler... yes
      checking whether g++ accepts -g... yes
      checking dependency style of g++... gcc3
      checking dependency style of gcc... gcc3
      checking for pkg-config... /usr/local/bin/pkg-config
      checking pkg-config is at least version 0.9.0... yes
      checking how to print strings... printf
      checking for a sed that does not truncate output... /usr/bin/sed
      checking for grep that handles long lines and -e... /usr/bin/grep
      checking for egrep... /usr/bin/grep -E
      checking for fgrep... /usr/bin/grep -F
      checking for ld used by gcc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
      checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
      checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
      checking the name lister (/usr/bin/nm -B) interface... BSD nm
      checking whether ln -s works... yes
      checking the maximum length of command line arguments... 196608
      checking how to convert x86_64-apple-darwin16.7.0 file names to x86_64-apple-darwin16.7.0 format... func_convert_file_noop
      checking how to convert x86_64-apple-darwin16.7.0 file names to toolchain format... func_convert_file_noop
      checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
      checking for objdump... objdump
      checking how to recognize dependent libraries... pass_all
      checking for dlltool... no
      checking how to associate runtime and link libraries... printf %sn
      checking for ar... ar
      checking for archiver @FILE support... no
      checking for strip... strip
      checking for ranlib... ranlib
      checking command to parse /usr/bin/nm -B output from gcc object... ok
      checking for sysroot... no
      checking for a working dd... /bin/dd
      checking how to truncate binary pipes... /bin/dd bs=4096 count=1
      checking for mt... no
      checking if : is a manifest tool... no
      checking for dsymutil... dsymutil
      checking for nmedit... nmedit
      checking for lipo... lipo
      checking for otool... otool
      checking for otool64... no
      checking for -single_module linker flag... yes
      checking for -exported_symbols_list linker flag... yes
      checking for -force_load linker flag... yes
      checking how to run the C preprocessor... gcc -E
      checking for ANSI C header files... yes
      checking for sys/types.h... yes
      checking for sys/stat.h... yes
      checking for stdlib.h... yes
      checking for string.h... yes
      checking for memory.h... yes
      checking for strings.h... yes
      checking for inttypes.h... yes
      checking for stdint.h... yes
      checking for unistd.h... yes
      checking for dlfcn.h... yes
      checking for objdir... .libs
      checking if gcc supports -fno-rtti -fno-exceptions... yes
      checking for gcc option to produce PIC... -fno-common -DPIC
      checking if gcc PIC flag -fno-common -DPIC works... yes
      checking if gcc static flag -static works... no
      checking if gcc supports -c -o file.o... yes
      checking if gcc supports -c -o file.o... (cached) yes
      checking whether the gcc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
      checking dynamic linker characteristics... darwin16.7.0 dyld
      checking how to hardcode library paths into programs... immediate
      checking whether stripping libraries is possible... yes
      checking if libtool supports shared libraries... yes
      checking whether to build shared libraries... yes
      checking whether to build static libraries... no
      checking how to run the C++ preprocessor... g++ -E
      checking for ld used by g++... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
      checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
      checking whether the g++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
      checking for g++ option to produce PIC... -fno-common -DPIC
      checking if g++ PIC flag -fno-common -DPIC works... yes
      checking if g++ static flag -static works... no
      checking if g++ supports -c -o file.o... yes
      checking if g++ supports -c -o file.o... (cached) yes
      checking whether the g++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
      checking dynamic linker characteristics... darwin16.7.0 dyld
      checking how to hardcode library paths into programs... immediate
      checking for brew... /usr/local/bin/brew
      checking for /usr/local/Homebrew... yes
      checking for /opt/local/include... no
      checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift-migrator/sdk/MacOSX.sdk/usr/include... no
      checking for OPENSSL_init in -lcrypto... yes
      checking openssl/crypto.h usability... yes
      checking openssl/crypto.h presence... yes
      checking for openssl/crypto.h... yes
      checking whether gcrypt is enabled...
      checking for OpenSSL or libgcrypt... OpenSSL
      checking openssl/cmac.h usability... yes
      checking openssl/cmac.h presence... yes
      checking for openssl/cmac.h... yes
      checking for python3... /Library/Frameworks/Python.framework/Versions/3.6/bin/python3
      checking for python3-config... /Library/Frameworks/Python.framework/Versions/3.6/bin/python3-config
      checking for Python prefix... /Library/Frameworks/Python.framework/Versions/3.6
      checking for Python site-packages directory... lib/python3.6/site-packages
      checking if Python >= '2.7'... yes
      checking if Python <= '4.0'... yes
      checking for greadlink... no
      checking for readlink... readlink
      checking for HWLOC... no
      checking pcap header directories... not found
      checking pcap.h usability... yes
      checking pcap.h presence... yes
      checking for pcap.h... yes
      checking for pcap_open_live in -lpcap... yes
      checking for PCRE... yes
      checking for rfkill... no
      checking for SQLite3 header... not found
      checking sqlite3.h usability... yes
      checking sqlite3.h presence... yes
      checking for sqlite3.h... yes
      checking for sqlite3_open in -lsqlite3... yes
      checking for SQLite3 library version >= 3.0.0... yes
      cat: /include/sqlite3.h: No such file or directory
      ./configure: line 23424: test: !=: unary operator expected
      configure: WARNING: Cannot find SQLITE_VERSION macro in sqlite3.h header to retrieve SQLite version!
      checking for ZLIB... no
      checking for CMOCKA... yes
      checking for special C compiler options needed for large files... no
      checking for _FILE_OFFSET_BITS value needed for large files... no
      checking whether to add -D_FORTIFY_SOURCE=2 to CPPFLAGS... yes
      checking whether gcc is Clang... yes
      checking whether Clang needs flag to prevent "argument unused" warning when linking with -pthread... -Qunused-arguments
      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 pthread_create in -lpthread... yes
      checking for pthread_setaffinity_np... no
      checking for library containing gethostbyname... none required
      checking for library containing socket... none required
      checking for dlopen in -ldl... yes
      checking for sin in -lm... yes
      checking whether to build with code coverage support... no
      checking for valgrind... valgrind
      checking for Valgrind tool memcheck... memcheck
      checking for Valgrind tool helgrind... helgrind
      checking for Valgrind tool drd... drd
      checking for Valgrind tool exp-sgcheck...
      checking for C compiler vendor... clang
      checking for C compiler version... 9.0.0
      checking CFLAGS for maximum warnings... -Wall
      checking CXXFLAGS for maximum warnings... -Wall
      checking whether C compiler accepts -O3... yes
      checking whether C compiler accepts -std=gnu99... yes
      checking whether C compiler accepts -Wpointer-arith... yes
      checking whether C compiler accepts -Wstrict-overflow=2... yes
      checking whether C compiler accepts -fvisibility=hidden... yes
      checking whether C compiler accepts -fstack-protector-strong... yes
      checking whether C compiler accepts -Wno-array-bounds... yes
      checking for C++ compiler vendor... clang
      checking for C++ compiler version... 9.0.0
      checking CFLAGS for maximum warnings... (cached) -Wall
      checking CXXFLAGS for maximum warnings... (cached) -Wall
      checking whether C++ compiler accepts -O3... yes
      checking whether C++ compiler accepts -fvisibility=hidden... yes
      checking whether C++ compiler accepts -fstack-protector-strong... yes
      checking whether C++ compiler accepts -Wno-array-bounds... yes
      checking for C compiler vendor... (cached) clang
      checking for C compiler version... (cached) 9.0.0
      checking whether C compiler accepts -mavx2... yes
      checking whether C compiler accepts -mavx... yes
      checking whether C compiler accepts -msse2... yes
      checking whether C compiler accepts -mmmx... yes
      checking for C++ compiler vendor... (cached) clang
      checking for C++ compiler version... (cached) 9.0.0
      checking whether C++ compiler accepts -masm=intel... yes
      checking whether C++ compiler accepts -mavx2... yes
      checking whether C++ compiler accepts -mavx... yes
      checking whether C++ compiler accepts -msse2... yes
      checking whether C++ compiler accepts -mmmx... yes
      checking for malloc in -lduma... no
      checking for C compiler vendor... (cached) clang
      checking that generated files are newer than configure... done
      configure: creating ./config.status
      config.status: creating Makefile
      config.status: creating manpages/Makefile
      config.status: creating scripts/Makefile
      config.status: creating scripts/airdrop-ng/Makefile
      config.status: creating scripts/airdrop-ng/doc/Makefile
      config.status: creating scripts/airgraph-ng/Makefile
      config.status: creating scripts/airgraph-ng/man/Makefile
      config.status: creating scripts/versuck-ng/Makefile
      config.status: creating src/Makefile
      config.status: creating src/aircrack-crypto/Makefile
      config.status: creating src/aircrack-util/Makefile
      config.status: creating src/include/Makefile
      config.status: creating src/aircrack-osdep/Makefile
      config.status: creating src/aircrack-osdep/radiotap/Makefile
      config.status: creating test/Makefile
      config.status: creating test/test-env.sh
      config.status: creating test/cryptounittest/Makefile
      config.status: creating test/unit/Makefile
      config.status: executing depfiles commands
      config.status: executing libtool commands

      aircrack-ng 1.4

      Build Environment:
      Build Machine: x86_64-apple-darwin16.7.0
      Host Machine: x86_64-apple-darwin16.7.0
      Target Machine: x86_64-apple-darwin16.7.0

      Install Prefix: /usr/local

      Compiler Environment:
      C Compiler: gcc
      C++ Compiler: g++
      Python: /Library/Frameworks/Python.framework/Versions/3.6/bin/python3

      CFLAGS: -I/usr/local/opt/openssl/include
      CXXFLAGS: -I/usr/local/opt/openssl/include
      CPPFLAGS: -I/usr/local/opt/openssl/include -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_FORTIFY_SOURCE=2
      LDFLAGS: -L/usr/local/opt/openssl/lib
      LIBS: -ldl -lm

      Optimized CFLAGS: -Wall -Wno-unused-command-line-argument -O3 -std=gnu99 -Wpointer-arith -Wstrict-overflow=2 -Wstrict-prototypes -fvisibility=hidden -fstack-protector-strong -Wno-array-bounds
      Optimized CXXFLAGS: -Wall -Wno-unused-command-line-argument -O3 -fvisibility=hidden -fstack-protector-strong -Wno-array-bounds -masm=intel
      Optimized CPPFLAGS: -Wno-unused-command-line-argument
      Optimized LIBS:

      Target Environment:
      OS: darwin
      ASAN: no
      CPU L1 cache-line size: 64

      Crypto Libraries:
      Gcrypt:
      OpenSSL: -lcrypto

      Required Libraries:
      Ethtool: not required
      Libnl: not required

      Optional Libraries:
      Airpcap: no
      Cmocka: yes
      DUMA: no
      Hwloc: no
      Jemalloc: no
      Pcap: yes
      Pcre: yes
      Sqlite: yes
      Tcmalloc: no
      Zlib: no

      Features:
      CMAC Support: yes
      Experimental Extra Scripts: no
      Experimental Features: yes


      When I then run make I get the output:



      Making all in manpages
      make[1]: Nothing to be done for `all'.
      Making all in scripts
      make[2]: Nothing to be done for `all-am'.
      Making all in src
      Making all in aircrack-crypto
      make[2]: Nothing to be done for `all'.
      Making all in aircrack-util
      make[2]: Nothing to be done for `all'.
      Making all in include
      make[2]: Nothing to be done for `all'.
      Making all in aircrack-osdep
      Making all in radiotap
      make[3]: Nothing to be done for `all'.
      make[3]: Nothing to be done for `all-am'.
      CCLD easside-ng
      Undefined symbols for architecture x86_64:
      "_crc32", referenced from:
      _own in easside_ng-easside-ng.o
      _decrypt_packet in easside_ng-easside-ng.o
      ld: symbol(s) not found for architecture x86_64
      clang: error: linker command failed with exit code 1 (use -v to see invocation)
      make[2]: *** [easside-ng] Error 1
      make[1]: *** [all-recursive] Error 1
      make: *** [all-recursive] Error 1


      I'm not sure where the errors come from, I'm guessing a missing library, but am not sure what library is missing...



      Thanks







      macos libraries automake aircrack-ng wep






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Nov 9 at 19:36









      MadMan

      11




      11



























          active

          oldest

          votes











          Your Answer






          StackExchange.ifUsing("editor", function ()
          StackExchange.using("externalEditor", function ()
          StackExchange.using("snippets", function ()
          StackExchange.snippets.init();
          );
          );
          , "code-snippets");

          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "1"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













           

          draft saved


          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53232242%2fissue-installing-aircrack-ng-on-osx-missing-library%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown






























          active

          oldest

          votes













          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes















           

          draft saved


          draft discarded















































           


          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53232242%2fissue-installing-aircrack-ng-on-osx-missing-library%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Use pre created SQLite database for Android project in kotlin

          Darth Vader #20

          Ondo