OpenSSL

I have applications that require OpenSSL. I have tried to get um to install OpenSSL however it would apear to allready be isntalled by the system. If it is installed it is not in the standard locations and my applications can not find it. Where is OpenSSL located?

PowWeb,

You can do:

rpm -ql openssl
rpm -ql openssl-devel

To see where the files from those packages were installed.

Socheat

I will try this and see if I can get the aps to work thanks.