[rt-users] Trouble upgrading to 3.8.1

Panu panu at colorplaza.com
Mon Oct 13 03:44:50 EDT 2008


>     When I run from /****/rt/src/rt-3.8.1 OR from /****/rt/src and just 
> enter "make testdeps" I get command not found. Could THAT be a problem? 
> Am I running some old software when I run "/tools/bin/ make testdeps"?

You can/(have to) be in main RT directory.

What I'm doing: (I could copy this from the README file

extract the RT archive into /tmp

tar xzvf rt.tar.gz -C /tmp

cd /tmp/rt (or whatever version specific directory the archive extract 
created)

./configure

Make testdeps

if there was something missing then, (may need more than one run)

make fixdeps

make testdeps

make install

as you can see I'm nowhere near any /bin/, /src/ or similar directories




More information about the rt-users mailing list