Page 1 of 1

Installation problem!

Posted: Wed Apr 21, 2004 7:07 am
by Draiz
First the i write "./Config" then i write "make". No errors. But when i`m trying to write
"make install" on FreeBSD 4.8 i get an error. The error is

/usr/bin/install -m 0700 -d /usr/home/draiz/Unreal3.2
/usr/bin/install -m 0700 src/ircd /usr/home/draiz/Unreal3.2/src/ircd
install: src/ircd and /usr/home/draiz/Unreal3.2/src/ircd are the same file
*** Error code 64

Stop in /usr/home/draiz/Unreal3.2.

What`s wrong? What should i do?

[Draiz @ Finland]

Posted: Wed Apr 21, 2004 7:28 am
by Ron2K
You don't need to run "make install". Once you've run "make", you can create your configuration files and run it from the source directory.

Posted: Wed Apr 21, 2004 11:59 am
by AngryWolf
You can do a "make install" if you need that, but then specify better paths in the second and third questions of ./Config. Actually the best is not to use "make install". Firstly because it doesn't install everything (as far as I know, the .pem files are left in the source directory), secondly, by having the source code you can easily help the coders to debug crashes.

Posted: Wed Apr 21, 2004 12:33 pm
by Draiz
Ok, now Unreal3.2 works fine. Thanks :)


[Draiz @ Finland]