On Mon, Oct 13, 2008 at 11:27, Kenneth Crocker <[EMAIL PROTECTED]> wrote: > Panu, > > > > I think I've found my problem. I am not able to run comfigure as it is > written with the upgrade. I need to change the /opt/rt/ with my own > directory prefixes. So, where in "configure" do I make those changes? > Instead of "/opt/rt3/" or whatever, I need it to be > "/RTSYS/RT/RT-3.8.1/". Thanks. > > > Kenn > > On 10/13/2008 12:44 AM, Panu wrote: >>> 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 >
./configure --prefix=/RTSYS/RT/RT-3.8.1 <your other configure flags> _______________________________________________ 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
