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
Installing UnrealIRCd
Re: Installing UnrealIRCd
./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)
./Config calls ./configure after all the questions, and shows on screen the command it used (./configure with all it's params)
Your IP: 
Your Country:

Your Country:

Re: Installing UnrealIRCd
How to slove it then so i can get it in a own dir whitout all sources files
/Slaktarn
/Slaktarn
Re: Installing UnrealIRCd
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)Slaktarn wrote:How to slove it then so i can get it in a own dir whitout all sources files
/Slaktarn
Your IP: 
Your Country:

Your Country:

Re: Installing UnrealIRCd
Actually, when doing ./Config, just answer the questions like this:
and then run 'make' and 'make install'
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
Re: Installing UnrealIRCd
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
/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