Hi,
Sorry but maybe this question is Debian-specific :
I try to complie libssh2-0.18 under Debian etch :
./configure --with-openssl=/usr/bin/openssl
and it ends with :
configure: error: Missing one or more of <openssl/bn.h>, <openssl/evp.h>,
<openssl/hmac.h>, <openssl/pem.h>, <openssl/sha.h>
Thse packages are installed :
ii libssl0.9.8 0.9.8e-6 SSL shared
libraries
ii openssl 0.9.8e-5 Secure
Socket Layer (SSL) binary and related
but I don't succeesd in installing libssl-dev, it tells me :
apt-get install libssl-dev
"Les paquets suivants contiennent des dépendances non satisfaites :
libssl-dev: Dépend: libssl0.9.8 (= 0.9.8c-4etch1) mais 0.9.8e-6 devra être
installé
Dépend: zlib1g-dev mais ne sera pas installé
E: Paquets défectueux"
In english, non satisfied dependancies !!
I try to make this to install in order Net::SSH2 (0.18) !
|