scp hardwires location to ssh?
Jim Knoble
jmknoble at jmknoble.cx
Wed Feb 28 07:00:17 EST 2001
Circa 2001-Feb-27 14:39:07 -0500 dixit Jon Nathan:
: i'm building a solaris package of openssh 2.5.1 for my employer. my
: configure string is this:
:
: ./configure --prefix=/usr/share/jon
: --with-xauth=/usr/openwin/bin/xauth --with-ipv4-default
: --with-tcp-wrappers --with-pid-dir=/etc --sysconfdir=/etc
:
: i use a prefix of /usr/share/jon , then build the system V package
: from there. most things work great, but somehow scp does not. it
: seems have the location of ssh hardwired into it.
Don't do that. Do this instead:
./configure --prefix=/usr/local --with-...
make
make install DESTDIR=/usr/share/jon
This installs into, e.g., /usr/share/jon/usr/local/bin/. When you make
your package, use substitute "" for "/usr/share/jon".
--
jim knoble | jmknoble at jmknoble.cx | http://www.jmknoble.cx/
More information about the openssh-unix-dev
mailing list