Installing UnrealIRCd

These are old archives. They are kept for historic purposes only.
Post Reply
Slaktarn
Posts: 3
Joined: Thu Nov 26, 2009 9:32 am

Installing UnrealIRCd

Post by Slaktarn »

Hay everyone i have just try to install UnrealIRCd to another dir then the root dir by doing

"./Config --prefix=$HOME/ircd/unreal"

Any one knows how to do this? When i try after the build "make install" i get errors

Mvh Slaktarn
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Re: Installing UnrealIRCd

Post by Jobe »

./Config doesnt take the --prefix param, ./configure does.

./Config calls ./configure after all the questions, and shows on screen the command it used (./configure with all it's params)
Your IP: Image
Your Country: Image
Slaktarn
Posts: 3
Joined: Thu Nov 26, 2009 9:32 am

Re: Installing UnrealIRCd

Post by Slaktarn »

How to slove it then so i can get it in a own dir whitout all sources files

/Slaktarn
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Re: Installing UnrealIRCd

Post by Jobe »

Slaktarn wrote:How to slove it then so i can get it in a own dir whitout all sources files

/Slaktarn
Like I said, after Config has finished asking all it's questions it shows the ./configure command used, you should then be able to add your --prefix on the end of that and re-run it (the ./configure command not ./Config)
Your IP: Image
Your Country: Image
Syzop
UnrealIRCd head coder
Posts: 2179
Joined: Sat Mar 06, 2004 8:57 pm
Location: .nl
Contact:

Re: Installing UnrealIRCd

Post by Syzop »

Actually, when doing ./Config, just answer the questions like this:

Code: Select all

What directory are all the server configuration files in?
[/home/irc/Unreal3.2] -> /home/irc/yournewpath

What is the path to the ircd binary including the name of the binary?
[/home/irc/Unreal3.2/src/ircd] -> /home/irc/yournewpath/ircd
and then run 'make' and 'make install'
Slaktarn
Posts: 3
Joined: Thu Nov 26, 2009 9:32 am

Re: Installing UnrealIRCd

Post by Slaktarn »

Got errors when i try to build the shit

/home/x/ircd/Unreal3.2/src/s_serv.c:809: undefined reference to `conf_drpass'
collect2: ld returned 1 exit status
make[1]: *** [ircd] Error 1
make[1]: Leaving directory `/home/x/ircd/Unreal3.2/src'
make: *** [build] Error 2
Post Reply