Code: Select all
--with-dpath=/root/Unreal --with-spath=/root/Unreal/src/ircdCode: Select all
./configure --with-showlistmodes --enable-nospoof --enable-hub --enable-ssl --enable-ziplinks --enable-inet6 --enable-prefixaq --with-listen=5 --with-dpath=/root/Unreal --with-spath=/root/Unreal/src/ircd --with-nick-history=2000 --with-sendq=3000000 --with-bufferpool=18 --with-hostname=irc.something.net --with-permissions=0600 --with-fd-setsize=64 --enable-dynamic-linkingThen when attempting to start the IRCd, I got :
Code: Select all
Starting UnrealIRCd
./unreal: 136: /root/Unreal/src/ircd: Permission denied
Possible error encountered (IRCd seemingly not started)There is also something that shown up during ./configure that I assume shouldn't have :
Code: Select all
installing sv.gmo as /root/Unreal3.2/extras/regexp/share/locale/sv/LC_MESSAGES/tre.mo
if test "tre" = "gettext-tools"; then \
/bin/sh ../utils/mkinstalldirs /root/Unreal3.2/extras/regexp/share/gettext/po; \
for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed [email protected] [email protected] insert-header.sin Rules-quot Makevars.template; do \
/usr/bin/install -c -m 644 ./$file \
/root/Unreal3.2/extras/regexp/share/gettext/po/$file; \
done; \
for file in Makevars; do \
rm -f /root/Unreal3.2/extras/regexp/share/gettext/po/$file; \
done; \
else \
: ; \
fi
make[1]: Leaving directory `/root/Unreal3.2/extras/tre-0.7.5/po'All help will be very appreciated. Thanks.