when i do make install i get usr/bin/install -m 0700 -d /home/tm/Unreal3.2
usr/bin/install -m 0700 src/ircd /home/tm/Unreal3.2/src/ircd
usr/bin/install: `src/ircd' and `/home/tm/Unreal3.2/src/ircd' are the same file
make: *** [install] Error 1
any idea why
make install
Re: make install
because you didn't change the default install directory when you ran ./Config. In which case you needn't run make install.
Configuration - https://www.unrealircd.org/docs/Configuration
FAQ - https://www.unrealircd.org/docs/FAQ
FAQ - https://www.unrealircd.org/docs/FAQ
Re: make install
that is not the case as see here /home/tm/Unreal3.2
/usr/bin/install -m 0700 src/ircd /home/tm/Unreal3.2/src/ircd
/usr/bin/install: `src/ircd' and `/home/tm/Unreal3.2/src/ircd' are the same file
make: *** [install] Error 1
tm@server1 [~/Unreal3.2]# im in the /Unreal3.2 dir
/usr/bin/install -m 0700 src/ircd /home/tm/Unreal3.2/src/ircd
/usr/bin/install: `src/ircd' and `/home/tm/Unreal3.2/src/ircd' are the same file
make: *** [install] Error 1
tm@server1 [~/Unreal3.2]# im in the /Unreal3.2 dir
Re: make install
that's exactly the case. Read the error, it says that src/ircd is the same file, that means you specified the build directory (which is the default directory). So make install is trying to copy src/ircd to src/ircd. Run ./Config again .. I bet you have the binary path set to "/home/tm/Unreal3.2/src/ircd".
Please trust me on this, I've installed Unreal 2365734673 times in the last 6 years.
Code: Select all
What is the path to the ircd binary including the name of the binary?
[/home/katsklaw/Unreal3.2/src/ircd] ->
Configuration - https://www.unrealircd.org/docs/Configuration
FAQ - https://www.unrealircd.org/docs/FAQ
FAQ - https://www.unrealircd.org/docs/FAQ