the original post before i edited it to the shorter "i fixed it" version was this:
i will start from the beginning and try and include as much information as i can.
i followed the steps in the FAQ to try and download showeq from the CVS. i always get a time out message like this.
linux:/ # cvs -dimages/smilies/tongue.gifserver:
[email protected] :/cvsroot/seq login
Logging in to images/smilies/tongue.gifserver:
[email protected] :2401/cvsroot/seq
CVS password:
cvs [login aborted]: connect to cvs.seq.sourceforge.net(66.35.250.209):2401 failed: Connection timed out
linux:/ #
to get around this i went to the sourceforge website and downloaded the files directly. what i downloaded was:
Download showeq-maps-1.0.tar.bz2 (http://prdownloads.sourceforge.net/seq/showeq-maps-1.0.tar.bz2?download)
Download showeq-5.0.0.18.tar.bz2 (http://prdownloads.sourceforge.net/seq/showeq-5.0.0.18.tar.bz2?download)
after i downloaded them i logged in as root and ran this
kmk@linux:~/showeq-5.0.0.18> ./configure at the end of the configure i get this message:
nfig.status: creating Makefile
config.status: creating src/Makefile
config.status: creating conf/Makefile
config.status: creating config.h
config.status: executing depfiles commands
Success!
Please run:
make
i did not include the entire text but i can if needed as i saved it to a text file for later reference.
after that i executed make and got this:
make[2]: linux:/home/KMK/showeq-5.0.0.18 # make
make all-recursive
make[1]: Entering directory `/home/KMK/showeq-5.0.0.18'
Making all in src
make[2]: Entering directory `/home/KMK/showeq-5.0.0.18/src'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/KMK/showeq-5.0.0.18/src'
Making all in conf
make[2]: Entering directory `/home/KMK/showeq-5.0.0.18/conf'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/KMK/showeq-5.0.0.18/conf'
make[2]: Entering directory `/home/KMK/showeq-5.0.0.18'
make[2]: Leaving directory `/home/KMK/showeq-5.0.0.18'
make[1]: Leaving directory `/home/KMK/showeq-5.0.0.18'
after running make install i get this:
make[2]: Leaving directory `/home/KMK/showeq-5.0.0.18/conf'
make[1]: Leaving directory `/home/KMK/showeq-5.0.0.18/conf'
make[1]: Entering directory `/home/KMK/showeq-5.0.0.18'
make[2]: Entering directory `/home/KMK/showeq-5.0.0.18'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/KMK/showeq-5.0.0.18'
make[1]: Leaving directory `/home/KMK/showeq-5.0.0.18'
linux:/home/KMK/showeq-5.0.0.18 # when i try and execute the program this is what i get:
linux:/usr/local/bin # ./showeq eth0 --ip-address=192.168.1.102
Xlib: connection to ":0.0" refused by server
Xlib: Invalid MIT-MAGIC-COOKIE-1 key
showeq: cannot connect to X server :0.0 this is strange because when i try and start an x session from the command line i get this:
linux:/home/KMK/showeq-5.0.0.18 # startx
xauth: creating new authority file /root/.Xauthority
Fatal server error:
Server is already active for display 0
If this server is no longer running, remove /tmp/.X0-lock
and start again.
i am not sure where to go from here or what i need to do. hope that this sheds some light on what i am doing wrong. i tried to run it like i read on some of the other posts but this result is this:
linux:/usr/local/bin # showeq
bash: showeq: command not found
linux:/usr/local/bin # cd showeq
bash: cd: showeq: Not a directory
linux:/usr/local/bin # showeq eth0 --ip-address=192.168.1.102
bash: showeq: command not found
linux:/usr/local/bin # did a bit more reading and tried one more thing while i was awake, but still cant get it to run
kmk@linux:~> xhost +localhost
localhost being added to access control list
kmk@linux:~> su
Password:
linux:/home/KMK # export DISPLAY=localhost:0
linux:/home/KMK # cd /usr/local/bin
linux:/usr/local/bin # ./showeq eth0 --ip-address=192.168.1.102
showeq: cannot connect to X server localhost:0
linux:/usr/local/bin # export DISPLAY=:0
linux:/usr/local/bin # ./showeq eth0 --ip-address=192.168.1.102
Xlib: connection to ":0.0" refused by server
Xlib: Invalid MIT-MAGIC-COOKIE-1 key
showeq: cannot connect to X server :0
linux:/usr/local/bin #