Hi
I'm attempting to install the OpenSSH on Linux 7.1. I've downloaded
the openssh.tar.gz file for my platform. I've decompressed the tar file
to my usr/tmp directory and from the the install instructions telll you
how to set the optimization and compile the decompressed files with the
make command, but i get a error message of: "no target specified and no
make file found". Now these are the steps/commands that i'm using.
1. In the usr/tmp/openssh directory i'm first entering this
command: CC="egcs" \
CFLAGS=" -O9 -funroll-loops -ffast-math -mailgn-double -mcpu=pentiumpro
-march=pentiumpro -fomit-frame-pointer -fno-exceptions" \
./configure \
--prefix=/usr \
--sysconfdir=/etc/ssh \
--with-tcp-wrappers \
--with-ipv4-default \
--with-ssl-dir=/usr/include/openssl
that seems to complete fine and it beings me back to the login prompt.
2. Then per the instuctions i enter the "make" command and thats
were i get this error message:
make: *** no targets specified and no makefile found . stop
that were i 'm stuck. Does any no were i'm going wrong?? The
instructions say after the steps/commands that i entered at the command
prompt in step 1. to enter: make, make install, make host-key and
install -m644 /contrib/redhat/sshd.pam /etc/pam.d/sshd
Any help or ideas would be greatly appreciated.. james..
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]