ejabberd - Comments for "--with-erlang configuration option." https://www.ejabberd.im/node/144 en another workaround https://www.ejabberd.im/node/144#comment-482 <p>Yeah me too got the error. i created a symbolic link for erl and erlc in /usr/bin and now its working fine.</p> Thu, 26 May 2005 13:11:54 +0000 chandrat comment 482 at https://www.ejabberd.im Sorry: Ignore the previous mesagge I was sent https://www.ejabberd.im/node/144#comment-311 <p>The previous message I sent it don´t must be addressed to this thread. I mistake the sent. You can ignore it.</p> <p> My apologies</p> Wed, 06 Apr 2005 12:38:55 +0000 marisa comment 311 at https://www.ejabberd.im Creo que "configure" no anda muy fino https://www.ejabberd.im/node/144#comment-310 <p>La cuestión es que a pesar de haber indicado en el configure las opciones (y sus directorios de instalación correspondientes)<br /> with-erlang<br /> with-libiconv (al final probé a instalar la última versión)<br /> with-expat<br /> with-openssl<br /> Al compilar algunos de los subdirectorios tiene problemas para encontrar ciertos archivos de cabeceras, como erl_driver.h o ssl.h.<br /> La opción --includedir parece ser ignorada por el programa configure ya que no incluye en ningún Makefile el camino que se le indique.<br /> Al final, con toda la paciencia del mundo, he ido uno por uno modificando los Makefile de los subdirectorios que daban fallo en la compilación, añadiendo en la variable CFLAGS la opción -I con el camino a la cabecera que no encontraba en cada caso. Ya compila, con un montón de warnings, pero compila.<br /> El problema es que ahora no consigo que funcione el "make install". Me da el error<br /> install: ELDAPv3.beam was not found anywhere!<br /> make: *** [install] Error 2</p> <p> Y ese archivo, el ELDAPv3.beam, está en ejabberd/src. De verdad que esto va a terminar por volverme loca.</p> <p> Por favor, si alguno habeis conseguido instalar ejabberd en Solaris 8, contadme cómo lo habeis hecho, porque esto parece una carrera de obstáculos.</p> <p> Saludos.</p> Wed, 06 Apr 2005 12:29:02 +0000 marisa comment 310 at https://www.ejabberd.im Work-around https://www.ejabberd.im/node/144#comment-291 <p>Well, I think the problem is in the configure file, "test -f " is returning 0 for existence and 1 for failure instead of the other way around (I'm not really sure how it's supposed to work offhand). The work around I found is this:</p> <p>ERLC= ERL= ./configure</p> <p>Hope that helps anyone having the same problem.</p> Wed, 30 Mar 2005 20:36:48 +0000 zprime comment 291 at https://www.ejabberd.im