> 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 _______________________________________________ http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users Community help: http://wiki.bestpractical.com Commercial support: [EMAIL PROTECTED] Discover RT's hidden secrets with RT Essentials from O'Reilly Media. Buy a copy at http://rtbook.bestpractical.com
