Installation problem!

These are old archives. They are kept for historic purposes only.
Post Reply
Draiz
Posts: 2
Joined: Wed Apr 21, 2004 7:01 am
Contact:

Installation problem!

Post 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]
Ron2K

Post 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.
AngryWolf
Posts: 554
Joined: Sat Mar 06, 2004 10:53 am
Location: Hungary
Contact:

Post 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.
Draiz
Posts: 2
Joined: Wed Apr 21, 2004 7:01 am
Contact:

Post by Draiz »

Ok, now Unreal3.2 works fine. Thanks :)


[Draiz @ Finland]
Post Reply