Displaying 1 result from an estimated 1 matches for "installopenssl".
Did you mean:
installopenssh
2014 Jan 05
1
Segmentation faut on mips device
...nteed working bash and coreutils.
Openssh create script:
http://pastebin.com/bCM1wJSG
I also managed to create openssh, but when I run any of the software 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 = &qu...