mod_wsgi-4.5.11 ethanseo$ ./configure --with-apxs=/usr/sbin/apxs --with-python=/Users/ethanseo/anaconda/bin/python
cat: /Applications/Xcode.app/Contents/Developer/Toolchains/OSX10.12.xctoolchain/usr/local/share/apr-1/build-1/libtool: No such file or directory
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 for prctl... no
checking Apache version... 2.4.23
configure: creating ./config.status
config.status: creating Makefile
I'm trying to install mod_wsgi on my Mac, but when I do a configuration, I get this
cat: /Applications/Xcode.app/Contents/Developer/Toolchains/OSX10.12.xctoolchain/usr/local/share/apr-1/build-1/libtool: No such file or directory
There were cases where people solved this issue by installing the "apr-util" and "apr." I've done that, but I can't get it to work.
It would be really appreciated if anybody can have an answer to this problem.
Thank you :)