Re: newbie install problem
The cause is missing openssl C headers:
res_crypto.c:27:25: openssl/ssl.h: No such file or directory
1) What is your distro? If redhat-like system, which uses rpm, install rpm-devel packets of openssl.
rpm -qa | grep ssl
rpm -i openssl-devel-x.x.x.rpm
use rpmfind.net to find the needed devel package:
http://rpmfind.net/linux/rpm2html/search.php?query=openssl-devel&submit=Search+...
2) If you really have devel installed, try:
locate ssl.h
export CFLAGS=-I/path/to/includes (without openssl/ as u can see)
make
P.S. U can get commercial 24x7 support or help in time critical situations from Key Solutions company.
We are focusing on Asterisk based solutions. We offer installation, integration, support, consulting and custom development.
Our team has good knowledge in linux, security, databases and voip technologies. All are welcome :)
--
Maxim Litntisky
Head of Telecom Department
Key Solutions
Russia Moscow
http://www.ksolutions.ru
http://www.asterisksupport.ru
|