Kamis, 04 Maret 2010

install openssh

./configure --prefix=/usr --sysconfdir=/etc/ssh --with-tcp-wrappers
Configuring your OpenSSH installer, wait a minutes...
checking for gcc... gcc
checking for C compiler default output... configure: error: C compiler cannot create executables

coba lakukan install:
apt-get install build-essential

========================
libwrap is missing

install:
apt-get install libwrap0-dev
yum install tcp_wrappers-devel

=========================
OpenSSL libcrypto is missing

install:
apt-get install libssl-dev
yum install openssl-devel

==========================
PAM Headers Not Found

install:
apt-get install libpam0g-dev
yum install pam-devel

1 comments: