• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Linux Ubuntu / Linux IP-Changer

frankfarmer

who'r ninja now
Premium User
Joined
Aug 5, 2008
Messages
1,581
Reaction score
81
Hello friends of OTLAND!

I am in need of an ip-changer, or a tutorial how to compile one on linux ubuntu..


PLAX HALP <- NEW GUY TO UBUNTU AND WANNA PLAY TIBIAZ

=D

+rep
 
Code:
Install the project...
-- Install configuration: ""
-- Installing: /usr/bin/ip-changer
CMake Error at ip-changer/cmake_install.cmake:41 (FILE):
  file INSTALL cannot copy file
  "/home/norrby/ip-changer/ip-changer/ip-changer" to "/usr/bin/ip-changer".
Call Stack (most recent call first):
  cmake_install.cmake:37 (INCLUDE)


make: *** [install] Fel 1
norrby@farmer:~/ip-changer$


why? :(
 
Code:
Install the project...
-- Install configuration: ""
-- Installing: /usr/bin/ip-changer
CMake Error at ip-changer/cmake_install.cmake:41 (FILE):
  file INSTALL cannot copy file
  "/home/norrby/ip-changer/ip-changer/ip-changer" to "/usr/bin/ip-changer".
Call Stack (most recent call first):
  cmake_install.cmake:37 (INCLUDE)


make: *** [install] Fel 1
norrby@farmer:~/ip-changer$


why? :(

1. you did it with 'root permisions'( "sudo" command),
2. have you got installed gcc compiler? if not maybe try do that:
Code:
sudo apt-get binutils gcc-4.1
 
Back
Top