I am trying to install ejabberd server in my own mac by following the official instruction. However, when I run make && make install
, it gives me weird error messages. I did search on stackoverflow and found Argument list too long
is a error because of long input -- See link. However, I never changed any code in ejabberd and it is original cloned from github official repository.
My OS is Mac OS X El Captain 10.11.1.
Any ideas? How can I get rid of the Argument List too long
error?
checking openssl/sha.h presence... yes
checking for openssl/sha.h... yes
configure: creating ./config.status
./config.status: line 268: /usr/bin/sed: Argument list too long
./config.status: line 275: /bin/rm: Argument list too long
./config.status: line 279: /bin/rm: Argument list too long
./config.status: line 299: /bin/rm: Argument list too long
./config.status: line 393: /usr/bin/sed: Argument list too long
./config.status: line 509: /usr/bin/sed: Argument list too long
./config.status: line 558: /bin/mkdir: Argument list too long
: error: cannot create a temporary directory in .
ERROR: Command ['get-deps'] failed!
make: *** [deps/.got] Error 1