I am running an application called miva. One of the tags available allows me to make a programmatic call to urls. In this case it is an https call which returns the following error:

Unable to open URL 'https://......' unable to load 'libssl.so': libssle.so: cannot open shared object file: No such file or directory

I have ssl development libraries installed but I can not find any references to libssle.so. The libssl.so does exist. The ssl version I am running is 0.9.8

Any ideas?

Thanks
Don