PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Brauche hilfe bei spconly



ThunderGOD
17.02.06, 10:33
Hallo ...

Mein problem ist folgendes:


s15204723:~/downloads/scponly-4.6 # ./configure --enable-rsync-compat --enable-chrooted-binary
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for cut... /usr/bin/cut
checking for grep... /bin/grep
checking for sort... /bin/sort
checking for ldd... /usr/bin/ldd
checking for useradd... /usr/sbin/useradd
checking for chown... /bin/chown
checking for chmod... /bin/chmod
checking for dirname... /usr/bin/dirname
checking for id... /usr/bin/id
checking for pw... no
checking for rm... /bin/rm
checking for pwd_mkdb... no
configure: enabling WinSCP compatability...
checking for pwd... /bin/pwd
checking for groups... /usr/bin/groups
checking for id... /usr/bin/id
checking for echo... /bin/echo
configure: enabling rsync compatability...
checking for rsync... /usr/bin/rsync
configure: enabling SFTP compatability...
checking for sftp-server... no
Can't find path to 'sftp-server'
s15204723:~/downloads/scponly-4.6 #


Wo finde ich den sftp-server ? steh da voll auf der Leitung ...
Der ist doch in openssh enthalten oder ?
Bitte um hilfe ....

Ps. mein sys:
Suse 9.3 64bit

s15204723:~/downloads/scponly-4.6 # uname -a
Linux s15204723 2.6.14.3-051207a #1 SMP Wed Dec 7 12:17:16 CET 2005 x86_64 x86_64 x86_64 GNU/Linux

ThunderGOD
17.02.06, 10:45
habs geschaft ....

In der sshd_config steht der path zum sftp-server ...

Den einfach mit angeben:

./configure --enable-rsync-compat --enable-chrooted-binary --with-sftp-server=/usr/lib64/ssh/sftp-server