On Friday 03 September 2010, peter_green lion wrote:
i have run command to check:
yum install openssl
Setting up Install Process
Parsing package install arguments
Package openssl - 0.9.8e-12.el5_4.6.i686 is already installed.
Nothing to do
Hello Peter,
then check for the location for the openssl command:
$ which openssl (if this fails, try the next command)
$ find / -name "openssl" (it should output the location of openssl)
If no openssl binary is found, then maybe its in another package. Check with
the package management of your distribution to install the appropriate
package.
[..]
Set OPENSSL environment variable properly (see -h for more info)
If you then found a location for the openssl command, just set the proper
location by editing the sip-router_cert.sh file or exporting the OPENSSL
variable before you run the make command:
$ export OPENSSL="insert here location and filename of the openssl"
Cheers,
Henning