Unreal Install error on Fedora7

These are old archives. They are kept for historic purposes only.
Post Reply
topdog2046
Posts: 3
Joined: Thu Oct 11, 2007 2:18 pm

Unreal Install error on Fedora7

Post by topdog2046 »

Hi, I am trying to install unreal 3.2.7 on Fedora7.
The config and make process goes well, however when I run make install I get the following error:
/usr/bin/install -m 0700 -d /home/unreal
/usr/bin/install -m 0700 src/ircd /home/unreal/src/ircd
/usr/bin/install: `src/ircd' and `/home/unreal/src/ircd' are the same file
make: *** [install] Error 1
What can I do to solve this error?
Grunt
Posts: 159
Joined: Mon Jan 09, 2006 7:31 pm
Contact:

Re: Unreal Install error on Fedora7

Post by Grunt »

You don't need to use "make install", unless you specify a different install directory during ./Config. It's already compiled, just copy the conf file, edit it and use ./unreal start.
Computers are machines that cause trouble you wouldn't normally have if you wouldn't have a computer.
Post Reply