Asterisk does not start .

I read a post about this error, and after linking the file in question it still does not work. Asterisk 13.21.0 with Debian 10:

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

?

Your asterisk installation script should have placed libasteriskssl.so.1 somewhere in your server. It should be in a directory included in the ld library path.

Please run

find / -name libasteriskssl.so.1 -print

to locate your library and then check if it is one of the directories listed in /etc/ld.so.conf

If not, add it and run “ldconfig -v”

if yes, try just running “ldconfig -v” and check if the library is now cached