Page 1 of 1
Install unreal to a different directory
Posted: Tue May 16, 2006 3:09 am
by cerberus_gr
Hello,
I do ./Config and make to install unreal, but I want to install it to a different directory.
I tried to do ./Config --prefix=/path but it had no result. Any help?
Thanks
Posted: Tue May 16, 2006 11:59 am
by cerberus_gr
anyone?
Posted: Tue May 16, 2006 1:15 pm
by Stealth
The ./Config script asks you where you want Unreal installed.
What directory are all the server configuration files in?
[/home/your_user/Unreal] ->
What is the path to the ircd binary including the name of the binary?
[/home/your_user/Unreal/ircd] ->
Just change the paths to the ones you want to use, be sure to specify the binary on the second one.
Posted: Tue May 16, 2006 1:51 pm
by cerberus_gr
Sorry, I thought that this was the path were the executable is and not where i want to be installed to.
Thanks
unrealIRCD on FreeBSD
Posted: Fri Jun 02, 2006 9:57 am
by Dragnel
How do i exactly install in on FreeBSD
Possible error when installing unreal to an other directory?
Posted: Fri Jun 30, 2006 11:46 pm
by HelpChanneln00b
I've tryed installing Unreal to a differant directory with the ./config and with the ./configure . i've also tryed this:
Code: Select all
./configure --prefix=/home/me/IRCD --exec-prefix=/home/me/IRCD/bin --with-showlistmodes --with-topicisnuhost --with-operoverride-verify --enable-nospoof --enable-hub --enable-ssl --enable-ziplinks --enable-prefixaq --with-listen=5 --with-dpath=/home/me/IRCD --with-spath=/home/me/IRC/bin/ircd --with-nick-history=2000 --with-sendq=3000000 --with-bufferpool=18 --with-permissions=0600 --with-fd-setsize=1024 --enable-dynamic-linking
and it dosent install in to the given directory.

Posted: Fri Jun 30, 2006 11:48 pm
by Stealth
You need to run make install
same as above
Posted: Fri Jun 30, 2006 11:52 pm
by HelpChanneln00b
Tryed. usualy cos unreal is being installing in its own directory theres no need for "make install". cos its just says that there same directors and gives you an error.
