search for: installopenssh

Displaying 1 result from an estimated 1 matches for "installopenssh".

Did you mean: installopenssl
2014 Jan 05
1
Segmentation faut on mips device
...ware package openssh I get a segmentation fault (segmentation fault). In this program from the OpenSSL by the same compiler working properly. .... InstallOpenSSl() { cd openssl-1.0.1e make clean ./Configure dist shared - prefix = $SYSROOT -fPIC make check_success make install check_success cd .. } InstallOpenSSH() { cd openssh-6.4p1 make clean ./configure - prefix = $SYSROOT -host = $HOST make LDFLAGS = "-shared-L.-Lopenbsd-compat /" CFLAGS = "-fPIC" check_success make install-files STRIP_OPT = "- strip-program = mips-unknown-linux-gnu-strip" check_success cd .. } I unfortuna...