Error when run asterisk in centos

hi , after install last version of asterisk and start it . when write # asterisk -rvvvvv

error message appear “” asterisk: error while loading shared libraries: libasteriskssl.so.1: cannot open shared object file: No such file or directory “”

try centos 6.7 64 bit , 6.7 32bit , centos 6.5 32bit the same error

thanks…

Execute this
echo “/usr/local/lib” > /etc/ld.so.conf.d/usr_local.conf
and
/sbin/ldconfig

danjourno.com/asterisk-libja … en-shared/