Собрал sshd:
#!/bin/sh
BASE=$HOME/SOFT/new1/bin
COMPILE=$HOME/SOFT/cross-static-mipsel
export PATH=$COMPILE/bin:$PATH
export CC=mipsel-gcc
export AR=mipsel-ar
export STRIP=mipsel-strip
./configure --prefix=/tmp/hdd/volumes/HDD2/bin \
--sysconfdir=/etc \
--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=root \
--with-privsep-path=/var/empty
make
make install
При запуске вываливает ошибку Privilege separation user sshd does not exist
Может я не правильно собираю?
Последние комментарии
10 лет 8 недель назад
10 лет 27 недель назад
10 лет 37 недель назад
10 лет 38 недель назад
11 лет 27 недель назад
11 лет 27 недель назад
11 лет 27 недель назад
11 лет 28 недель назад
11 лет 28 недель назад
11 лет 29 недель назад