PDA

View Full Version : can't get SEQ to start



granai
07-08-2004, 12:41 PM
i'm a noob to seq and linux...so go easy

i followed the directions on this thread... ] newbie (http://seq.sourceforge.net/forums/showthread.php?s=&threadid=4878)

and everything went smoothly...no errors or anything while compiling

but when i follow the last step :# export QTDIR=/usr/lib/qt-3.2.3
[]# cd /usr/local/bin
[]# ./showeq eth0 --ip-address=(your eq machine's ip here).
i get this: [root@localhost root]# cd seq/showeq
[root@localhost showeq]# export QTDIR=/usr/lib/qt-3.2.3
[root@localhost showeq]# cd /usr/local/bin
[root@localhost bin]# ./showeq eth0 --192.168.1.102
bash: ./showeq: No such file or directory
[root@localhost bin]#

ive done several searches on showeq not starting, but so far havent found anything

any help would be appreciated, thanks

BlueAdept
07-08-2004, 03:26 PM
If you do an ls in the /usr/local/bin directory and do not see showeq in the list, then you did something wrong.

Most likely you forgot to do "make install" when you were compiling it.

granai
07-08-2004, 06:22 PM
well i went ahead and downloaded redhat 9 (i was using 8)....im in the process of installing 9 now...i definitely did not miss the make install step.....so we will see what happens this time

Zandramas
07-23-2004, 07:10 AM
Im using redhat 9 and the process went very smooth.
After your CVS download's, this is all thats needed.
# cd showeq
# make -f Makefile.dist
# ./configure
# make && make install