ejabberd - Comments for "install: ELDAPv3.beam was not found anywhere!" https://www.ejabberd.im/node/441 en Thanks, the problem is now https://www.ejabberd.im/node/441#comment-53282 <p>Thanks, the problem is now tracked here: <noindex><a href="http://support.process-one.net/browse/EJAB-649" rel="nofollow" >Solaris Makefile install: should use ginstall</a></noindex></p> Mon, 09 Jun 2008 23:53:15 +0000 mfoss comment 53282 at https://www.ejabberd.im The Solaris install command https://www.ejabberd.im/node/441#comment-53262 <p>The Solaris install command isn't copying files to the destination directory.<br /> You need to have GNU install in your path before the solaris one.</p> <p>You can work around this if your GNU install is called ginstall (from blastwave, perhaps?) by editing the makefile: </p> <pre>cat Makefile | sed s/install/ginstall/ &gt; Makefile.gi gmake -f Makefile.gi ginstall</pre> Fri, 06 Jun 2008 10:19:18 +0000 jauer comment 53262 at https://www.ejabberd.im ELDAPv3.beam was not found anywhere https://www.ejabberd.im/node/441#comment-51954 <p>just got the same thing compiling ejabberd-1.1.4 on Solaris 10</p> <p>./configure --prefix=/opt/ejabberd-1.1.4 CFLAGS="-I/usr/local/lib/erlang/usr/include -I/usr/local/ssl/include" LDFLAGS="-L/usr/local/lib/erlang/lib/erl_interface-3.5.5.3/lib -L/usr/local/ssl/lib"</p> <p>make install says:</p> <p>install -d /opt/ejabberd-1.1.4/var/lib/ejabberd/ebin<br /> directory /opt/ejabberd-1.1.4/var/lib/ejabberd/ebin created<br /> install -m 644 *.beam /opt/ejabberd-1.1.4/var/lib/ejabberd/ebin<br /> find: cannot follow symbolic link /usr/lib/dns/libdns.so.16: No such file or directory<br /> find: cannot follow symbolic link /usr/lib/dns/libisc.so.7: No such file or directory<br /> find: cannot follow symbolic link /usr/lib/dns/libisccfg.so.0: No such file or directory<br /> find: cannot follow symbolic link /usr/lib/dns/liblwres.so.1: No such file or directory<br /> install: ELDAPv3.beam was not found anywhere!<br /> make: *** [install] Error 2</p> Thu, 06 Mar 2008 21:17:59 +0000 Steve Maring comment 51954 at https://www.ejabberd.im