当前位置: 技术问答>linux和unix
error: OpenSSL headers not found
来源: 互联网 发布时间:2015-11-23
本文导语: When I install Apache2 with the following command $./configure $--enable-so $--enable-ssl=shared $--enable-rewrite=shared $--enable-proxy=shared $--enable-deflate=shared $--with-mpm=worker $--prefix=/www/server/apache2 It stopped and say that "checking for ...
When I install Apache2 with the following command
$./configure
$--enable-so
$--enable-ssl=shared
$--enable-rewrite=shared
$--enable-proxy=shared
$--enable-deflate=shared
$--with-mpm=worker
$--prefix=/www/server/apache2
It stopped and say that
"checking for SSL/TLS toolkit includes... configure: error: OpenSSL headers not found".
How can I solute this problem?
Now ,I am using a Linux Debian System and I have no ChineseInputMethord,
so I have to say that in English!
Sorry!
$./configure
$--enable-so
$--enable-ssl=shared
$--enable-rewrite=shared
$--enable-proxy=shared
$--enable-deflate=shared
$--with-mpm=worker
$--prefix=/www/server/apache2
It stopped and say that
"checking for SSL/TLS toolkit includes... configure: error: OpenSSL headers not found".
How can I solute this problem?
Now ,I am using a Linux Debian System and I have no ChineseInputMethord,
so I have to say that in English!
Sorry!
|
libssl-dev - SSL development libraries, header files and documentation
try to install this package
apt-get install libssl-dev
and see this page
http://packages.debian.org/stable/web/apache-ssl
try to install this package
apt-get install libssl-dev
and see this page
http://packages.debian.org/stable/web/apache-ssl