[Xorp-users] basic problem

Pavlin Radoslavov pavlin at icir.org
Fri Jan 12 10:40:56 PST 2007


Ashish Karpe <ashishkarpe at gmail.com> wrote:

> hi all,
>         can anyone tell me where does xorp gets installed by default ?
> Because 1st time when i installed it was installed in
> "/usr/local/xorp" . But now when i installed it on different machine i
> am not able to find it in "/usr/local/xorp" . What should i do ? As i
> have installed using source code i have xorp_rtrmgr & xorpsh in source
> directory so should i use this files from its current directory ?
> 
> ps : I am using SuSe 9.0 within Vmware & ./configure gmake & gmake
> check were successful    while compilation !

Yes, by default it should be installed in the /usr/local/xorp
directory. However, if you installed using your system's packaging
system (ports/portage/pkgsrc/etc), then this default might have been
changed to something else.

Assuming you didn't use your system's packaging, then when you run
"gmake install" you should see lots of messages like those included
below. The messages will include the path to the directory where the
binaries are installed. In the example below the "xorp_fea" and
"xorp_fea_dummy" binaries will be installed in the
"/usr/local/xorp/fea" directory.

The xorp_rtrmgr and xorpsh binaries should be installed in the
/usr/local/xorp/bin directory.

Hope that helps,
Pavlin

===========================================================

gmake[2]: Entering directory `/home/xorp12/u0/pavlin/work/xorp/FreeBSD-xorp/fea'
gmake  install-exec-am install-data-am
gmake[3]: Entering directory `/home/xorp12/u0/pavlin/work/xorp/FreeBSD-xorp/fea'
:
/usr/local/bin/bash ../config/mkinstalldirs /usr/local/xorp/fea
list='xorp_fea xorp_fea_dummy'; for p in $list; do \
          p1=`echo $p|sed 's/$//'`; \
          if test -f $p \
             || test -f $p1 \
          ; then \
            f=`echo $p1|sed 's,x,x,;s/$//'`; \
           echo "  /usr/local/bin/bash ../libtool --mode=install /usr/bin/install -c $p /usr/local/xorp/fea/$f"; \
            /usr/local/bin/bash ../libtool --mode=install /usr/bin/install -c $p /usr/local/xorp/fea/$f; \
          else :; fi; \
        done
:
/usr/local/bin/bash ../config/mkinstalldirs /usr/local/xorp/fea
list='xorp_fea_click_config_generator'; for p in $list; do \
          f="`echo $p|sed 's,x,x,'`"; \
          if test -f $p; then \
            echo " /usr/bin/install -c $p /usr/local/xorp/fea/$f"; \
            /usr/bin/install -c $p /usr/local/xorp/fea/$f; \
          elif test -f ./$p; then \
            echo " /usr/bin/install -c ./$p /usr/local/xorp/fea/$f"; \
            /usr/bin/install -c ./$p /usr/local/xorp/fea/$f; \
          else :; fi; \
        done
gmake[3]: Nothing to be done for `install-data-am'.
gmake[3]: Leaving directory `/home/xorp12/u0/pavlin/work/xorp/FreeBSD-xorp/fea'
gmake[2]: Leaving directory `/home/xorp12/u0/pavlin/work/xorp/FreeBSD-xorp/fea'

===========================================================



More information about the Xorp-users mailing list