Go Back   Champions of Regnum > English > Technical Support

Technical Support Questions about game technical support to the users of the community

Reply
 
Thread Tools Display Modes
Old 07-24-2007, 12:31 PM   #11
Kulikos
Pledge
 
Join Date: Jul 2007
Location: Poland
Posts: 11
Kulikos is on a distinguished road
Default

When i try to install i have error - "E: can't find package tcptraceroute"
So i need to download this package?
__________________
Die with honor, is better than live in disgrace... O RLY?
Kulikos no ha iniciado sesión   Reply With Quote
Old 07-24-2007, 12:41 PM   #12
Wyatt
Count
 
Join Date: Dec 2006
Posts: 1,544
Wyatt will become famous soon enoughWyatt will become famous soon enough
Default

for some reason right now i cant get on the server, it dont even go to the character selection screen, it just stays in " Loaded 82 of 82 resources "
Wyatt no ha iniciado sesión   Reply With Quote
Old 07-24-2007, 12:41 PM   #13
Wyatt
Count
 
Join Date: Dec 2006
Posts: 1,544
Wyatt will become famous soon enoughWyatt will become famous soon enough
Default

Quote:
Originally Posted by Kulikos
When i try to install i have error - "E: can't find package tcptraceroute"
So i need to download this package?

you got windows vista? if so install Regnum Online outside program files.
Wyatt no ha iniciado sesión   Reply With Quote
Old 07-24-2007, 12:45 PM   #14
Kulikos
Pledge
 
Join Date: Jul 2007
Location: Poland
Posts: 11
Kulikos is on a distinguished road
Default

I have Ubuntu ^_^ i think i need to download this tcptraceroute package, then install ;p but i dont know how ;p
__________________
Die with honor, is better than live in disgrace... O RLY?
Kulikos no ha iniciado sesión   Reply With Quote
Old 07-24-2007, 12:50 PM   #15
Wyatt
Count
 
Join Date: Dec 2006
Posts: 1,544
Wyatt will become famous soon enoughWyatt will become famous soon enough
Default

Quote:
Originally Posted by Kulikos
I have Ubuntu ^_^ i think i need to download this tcptraceroute package, then install ;p but i dont know how ;p

well i seached the tcptraceroute program, gave me this website, check it and see.

http://michael.toren.net/code/tcptraceroute/beta.html

Regards.
Wyatt no ha iniciado sesión   Reply With Quote
Old 07-24-2007, 01:01 PM   #16
Kulikos
Pledge
 
Join Date: Jul 2007
Location: Poland
Posts: 11
Kulikos is on a distinguished road
Default

Ehhh i don't know how to install it. Still this same message. "E: can't find..." ;/
__________________
Die with honor, is better than live in disgrace... O RLY?
Kulikos no ha iniciado sesión   Reply With Quote
Old 07-24-2007, 01:05 PM   #17
arlick
Duke
 
arlick's Avatar
 
Join Date: Jan 2007
Posts: 3,939
arlick is a jewel in the rougharlick is a jewel in the rougharlick is a jewel in the rough
Default

do that:

Code:
mkdir folder
cd folder
wget http://michael.toren.net/code/tcptraceroute/tcptraceroute-1.4.tar.gz
tar zxvf tcptraceroute-1.4.tar.gz

cd trcptraceroute-1.4

make
sudo make install
__________________
"Nunca un científico ha quemado a un religioso por afirmar a Dios sin pruebas". Manuel Toharia
"uno empieza a darse cuenta que eso de no hacer ejercicio, comer y beber como si fuese la ultima cena y mantener la figura ya no existe...". Maryan
arlick no ha iniciado sesión   Reply With Quote
Old 07-24-2007, 01:16 PM   #18
Kulikos
Pledge
 
Join Date: Jul 2007
Location: Poland
Posts: 11
Kulikos is on a distinguished road
Default

All is ok, i have folder and all in but last commands "make
sudo make install", somethink is wrong with them. I have error
"bash: make: command not found"
then
"sudo: make: command not found"
__________________
Die with honor, is better than live in disgrace... O RLY?
Kulikos no ha iniciado sesión   Reply With Quote
Old 07-24-2007, 01:42 PM   #19
arlick
Duke
 
arlick's Avatar
 
Join Date: Jan 2007
Posts: 3,939
arlick is a jewel in the rougharlick is a jewel in the rougharlick is a jewel in the rough
Default

Quote:
Originally Posted by Kulikos
All is ok, i have folder and all in but last commands "make
sudo make install", somethink is wrong with them. I have error
"bash: make: command not found"
then
"sudo: make: command not found"
Arrrgg!!!! ubuntu suks

well... first... do u try to turn off and turn on later your router?
__________________
"Nunca un científico ha quemado a un religioso por afirmar a Dios sin pruebas". Manuel Toharia
"uno empieza a darse cuenta que eso de no hacer ejercicio, comer y beber como si fuese la ultima cena y mantener la figura ya no existe...". Maryan
arlick no ha iniciado sesión   Reply With Quote
Old 07-24-2007, 01:57 PM   #20
Kulikos
Pledge
 
Join Date: Jul 2007
Location: Poland
Posts: 11
Kulikos is on a distinguished road
Default

Yes. Do you know other command "make" for Ubuntu?

I find this. Maybe it can help you ;/

"# vim:set ts=4 sw=4 ai:

# tcptraceroute -- A traceroute implementation using TCP packets
# Copyright (c) 2001, 2002 Michael C. Toren <mct@toren.net>

CC = gcc
CFLAGS = -O2 -Wall
DESTDIR=/usr/local/bin

tcptraceroute: tcptraceroute.c
$(CC) $(CFLAGS) `libnet-config --defines` \
-o tcptraceroute tcptraceroute.c \
`libnet-config --libs` -lpcap

static:
$(MAKE) tcptraceroute CFLAGS="$(CFLAGS) -static"

install: tcptraceroute
install -D tcptraceroute $(DESTDIR)/tcptraceroute


distrib: clean changelog man

changelog: tcptraceroute.c Makefile
perl -000 -ne 'next unless (/\*\s+Revision\s+history:/); \
print "Extracted from tcptraceroute.c:\n\n$$_"; exit;' \
< tcptraceroute.c | expand -t 4 > changelog

man: tcptraceroute.8.html Makefile
tcptraceroute.8.html: tcptraceroute.8
rman -fHTML -r- tcptraceroute.8 > tcptraceroute.8.html

clean:
rm -f core a.out tcptraceroute *~"
__________________
Die with honor, is better than live in disgrace... O RLY?
Kulikos no ha iniciado sesión   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 05:30 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
NGD Studios 2002-2024 © All rights reserved