How to install Unreal IRCD with Anope Services
StephenS
Mar 01 2015

3  49K+ {{tagitem.name}}
This explains in a few easy steps how to install UnrealIRCD with Anope on Linux machine.

First you need to have a shell with us, or local shell and then, wget (Download) a file with this command.
wget https://www.xshellz.com/files/Unreal3.2.10.4.tar.gz

Then do unpacking:
tar -zxvf Unreal3.2.10.4.tar.gz

Enter in the dir:
cd Unreal3.2.10.4

Run this to configure Unreal ircd:
./Config

Read the information it gives you, and keep pressing enter for a default values. If you are not sure what to do, just keep pressing ENTER.
When its done, run this:
make

And you are done. Now copy or create a new unrealircd.conf. You can check our unrealircd.conf.
Now do the following:
echo "" > unrealircd.conf; echo "" > ircd.motd; echo "" > ircd.rules

To edit unrealircd, use vim or nano editor, we will use nano in this example.
nano unrealircd.conf

Paste all text from our example to this and press CTRL + X and then write: Y and save it!
Then its time to start unreal ircd. Do this:
./unreal start

Thats it and if you have problems running it, you need to install gcc, make, libs etc..
If you have a shell with us, you won't have this problems, however if you are on dedicated machine or on local shell, try this first and then repeat the process above.
apt-get install build-essential && apt-get install openssl && apt-get install libcurl4-openssl-dev

Note, that you need to be root for this commands to occur, or ask your root if these are already installed.
Now lets do for services.

Services Linking and Installation ANOPE

wget https://www.xshellz.com/files/anope-1.8.8.tar.gz

tar -zxvf anope-1.8.8.tar.gz

cd anope-1.8.8

./Config

Hit enter all the time, just keep pressing ENTER
Do compiling:
make

make install

Copy example.conf and rename it to services.conf
Make a edit for unrealircd linking
Run Anope:
./services


And done. If you have any problems or issues, comment below.
tried all this and its not working | Compile is now complete. |
| You should now read the documentation and learn |
| how to configure your IRCd. |
| |
| If you really like UnrealIRCd, and would like to |
| make a donation, please read the Donation file in|
| this archive. :) |
| |
| Thanks for using Unreal IRCd! If you are in need |
| for any kind of help regarding the IRCd please |
| read the Unreal.nfo file. |
|__________________________________________________|
/usr/bin/install -m 0700 -d /home/Peppies/Unreal3.2.10.4/Unreal3.2.10.4
/usr/bin/install -m 0700 src/ircd /home/Peppies/Unreal3.2.10.4/Unreal3.2.10.4/src/ircd 2>/dev/null || { /usr/bin/install -m 0700 -d "$(dirname '/home/Peppies/Unreal3.2.10.4/Unreal3.2.10.4/src/ircd')"; /usr/bin/install -m 0700 src/ircd /home/Peppies/Unreal3.2.10.4/Unreal3.2.10.4/src/ircd; }
/usr/bin/install: ‘src/ircd’ and ‘/home/Peppies/Unreal3.2.10.4/Unreal3.2.10.4/src/ircd’ are the same file
Makefile:208: recipe for target 'install' failed
make: *** [install] Error 1
Peppies@TurboUS:~/Unreal3.2.10.4/Unreal3.2.10.4$ ./services
-bash: ./services: No such file or directory
Peppies@TurboUS:~/Unreal3.2.10.4/Unreal3.2.10.4$ ./services
this is what i get after following these instructions please can someone do it for me to start it and the services ive spent the last half hour trying to follow the above instructions and failed
Peppies    Dec 21 2015
when i do make insall in anope

i am getting this erro

pls. help

thx

Khalid


test -d /home/kk/services || mkdir /home/kk/services
/usr/bin/install services /home/kk/services/services
/usr/bin/install bin/anoperc /home/kk/services/anoperc
rm -f /home/kk/services/listnicks /home/kk/services/listchans
ln /home/kk/services/services /home/kk/services/listnicks
ln /home/kk/services/services /home/kk/services/listchans
(cd ../lang ; make install)
make[2]: Entering directory `/home/kk/anope-1.8.8/lang'
test -d y/languages || mkdir y/languages
mkdir: cannot create directory `y/languages': No such file or directory
make[2]: *** [install] Error 1
make[2]: Leaving directory `/home/kk/anope-1.8.8/lang'
make[1]: *** [install] Error 2
make[1]: Leaving directory `/home/kk/anope-1.8.8/src'
khalidxpert    Mar 12 2016
You are doing something odd and trying to create a directory without parent directory. Can you paste your full executed commands?
Staff StephenS    Jun 01 2017

Please Login or Sign Up to leave a reply.