Page 1 of 1
Installing UnrealIRCd
Posted: Thu Nov 26, 2009 9:35 am
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
Re: Installing UnrealIRCd
Posted: Thu Nov 26, 2009 3:43 pm
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)
Re: Installing UnrealIRCd
Posted: Thu Nov 26, 2009 6:32 pm
by Slaktarn
How to slove it then so i can get it in a own dir whitout all sources files
/Slaktarn
Re: Installing UnrealIRCd
Posted: Fri Nov 27, 2009 5:10 pm
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)
Re: Installing UnrealIRCd
Posted: Sat Nov 28, 2009 8:06 pm
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'
Re: Installing UnrealIRCd
Posted: Sun Nov 29, 2009 7:36 pm
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