2016-07-21 10 views
0

Ich installiere Ejabberd mit Quellcode. Ich habe den Klon von Git genommen: https://github.com/processone/ejabberd.git. und folgt vor: Git: Gebräu git Erlang/OTP installieren: Gebräu installieren erlangEjabberd Installationsproblem für Mac

Autoconf: Gebräu installieren autoconf

Automake-: Gebräu installieren auto

Openssl: Gebräu installieren openssl

Expat : brauen installieren expat

Libyaml: Brauen installieren libyaml

Libiconv: install brauen libiconv

Sqlite: Gebräu installieren SQLite

chmod + x autogen.sh ./autogen.sh Export LDFLAGS = "- L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/opt/expat/lib "

Export CFLAGS =" - Ich/usr/local/opt/openssl/include/-I/usr/local/include -I/usr/local/opt/expat/include "

exportieren CPPFLAGS =" -/usr/local/opt/openssl/include/-/usr/local/include -I/usr/local/opt/expat/include "

configure prefix = $ HOME/my-ejabberd --enable-mysql

machen

obigen Befehl korrekt funktioniert. aber "sudo make install" hat das Problem.

Konfigurationsdateien

/usr/bin/install -c -d -m 750 -g pravin // etc/ejabberd installieren: pravin: Invalid argument make: *** [install] Fehler 67

Bitte helfen Sie mir. Vielen Dank im Voraus.

Antwort

0

nur brew install ejabberd für aktuelle Version oder brew install ejabberd --HEAD, um aktuelle Git Master HEAD

zu installieren