ejabberd - Comments for "Installation using prefix not availabe" https://www.ejabberd.im/node/28 en fix https://www.ejabberd.im/node/28#comment-1511 <p>unpack ejabberd-1.0.0.tar.gz<br /> open ejabberd-1.0.0/src/Makefile.in and change the line:<br /> DESTDIR =<br /> to<br /> DESTDIR = @prefix@</p> <p>build normally from this point.</p> Wed, 29 Mar 2006 20:14:11 +0000 fpater comment 1511 at https://www.ejabberd.im I never tried --prefix, but https://www.ejabberd.im/node/28#comment-10 <p> I never tried --prefix, but here are some tricks, perhaps they solve your problem temporarily: </p> <p> If --prefix has no effect and you can't install on default directories due to privilege reasons, you can run ejabberd from the src/ directory without problems. </p> <p> If you don't want to do 'make install' because there's no 'make uninstall', you may be interested in <a href="http://asic-linux.com.mx/~izto/checkinstall/">checkinstall</a>. </p> Thu, 09 Dec 2004 17:47:07 +0000 mfoss comment 10 at https://www.ejabberd.im