sshd для архитектуры mipsel-linux-uclibc

1 сообщение / 0 new
hooky-mars
Не в сети
Зарегистрирован: 23/09/2010
sshd для архитектуры mipsel-linux-uclibc

Привет!

Я собрал сабж, но когда запускаю sshd вываливается ошибка:
#mkdir /tmp/hdd/volumes/HDD2/ssh/empty
#chown root:root /tmp/hdd/volumes/HDD2/ssh/empty
#chmod 755 /tmp/hdd/volumes/HDD2/ssh/empty
#/tmp/hdd/volumes/HDD2/ssh/sshd
Missing privilege separation directory: /tmp/hdd/volumes/HDD2/ssh/empty
#

Поискал по гуглу, но ничего кроме как выставить права на папку не нашел.

Собираю так:
#!/bin/sh
BASE=$HOME/SOFT/new1/bin
COMPILE=$HOME/SOFT/mipsel/cross-compiler-mipsel
export PATH=$COMPILE/bin:$PATH
export CC=mipsel-gcc
export AR=mipsel-ar
./configure --prefix=/tmp/hdd/volumes/HDD2/ssh --libdir=$COMPILE/lib --includedir=$COMPILE/include --host=mipsel-linux-uclibc --target=mipsel-linux-uclibc --disable-lastlog --disable-utmp --disable-utmpx --disable-wtmp --disable-wtmpx --without-x --disable-nls --with-privsep-user=sshd --with-privsep-path=/tmp/hdd/volumes/HDD2/ssh/empty
make

RSS-материал