Install unreal to a different directory

These are old archives. They are kept for historic purposes only.
Post Reply
cerberus_gr
Posts: 3
Joined: Tue May 16, 2006 2:49 am
Location: 127.0.0.1
Contact:

Install unreal to a different directory

Post 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
cerberus_gr
Posts: 3
Joined: Tue May 16, 2006 2:49 am
Location: 127.0.0.1
Contact:

Post by cerberus_gr »

anyone?
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post 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.
cerberus_gr
Posts: 3
Joined: Tue May 16, 2006 2:49 am
Location: 127.0.0.1
Contact:

Post 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
Dragnel

unrealIRCD on FreeBSD

Post by Dragnel »

How do i exactly install in on FreeBSD
HelpChanneln00b
Posts: 28
Joined: Thu Jun 22, 2006 1:09 am
Location: UK

Possible error when installing unreal to an other directory?

Post 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. :?
Whats a help Channel without a n00b! :P
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post by Stealth »

You need to run make install
HelpChanneln00b
Posts: 28
Joined: Thu Jun 22, 2006 1:09 am
Location: UK

same as above

Post 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. :cry:
Whats a help Channel without a n00b! :P
Post Reply