RTP Techie wrote: > ... > > When installing, the install script copies all the binaries with > prefix "mips64-montavista-linux", like > > mips64-montavista-linux-xorp_rtrmgr > However, when starting mips64-montavista-linux-xorp_rtrmgr, it will > start "xorp_fea". >
It is an artefact of how GNU Autoconf normally names cross-compiled binaries when it sees you have used --target. In this case however it breaks the deployment because it doesn't match what the Router Manager sees in the template files. Try specifying --program-prefix=NONE to configure when using --target and let us know if this works around the issue. _______________________________________________ Xorp-hackers mailing list [email protected] http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-hackers
