/asterisk: error while loading shared libraries: libasteriskssl.so.1

Hello,
I am trying to compile asterisk on a IBM Power PPC hardware, Ubuntu ppc64le 14.04 and asterisk 14
Most of the steps went through without problem ; but in when trying to start asterisk service the following error occurred

root@sys-88932:/usr/local/src/asterisk-14.6.0# /etc/init.d/asterisk status

  • asterisk is not running
    root@sys-88932:/usr/local/src/asterisk-14.6.0# /etc/init.d/asterisk start
  • Starting Asterisk PBX: asterisk /usr/sbin/asterisk: error while loading shared libraries: libasteriskssl.so.1: cannot open shared object file: No such file or directory

I also notice that in menuselect res-pjsip is not found in the Resource Module category.
I believe I compiled the ./pjproject directory using the command in the installation guide with no error message.
Anyone know what’s wrong ?

ldconfig should solve the problem

1 Like

Still giving the same problem :
root@sys-88932:/usr/local/src/asterisk-14.6.0# ldconfig
root@sys-88932:/usr/local/src/asterisk-14.6.0# /etc/init.d/asterisk status

  • asterisk is not running
    root@sys-88932:/usr/local/src/asterisk-14.6.0# /etc/init.d/asterisk start
  • Starting Asterisk PBX: asterisk /usr/sbin/asterisk: error while loading shared libraries: libasteriskssl.so.1: cannot open shared object file: No such file or directory
  1. When you redo ./configure of Asterisk, what is the status of OpenSSL?
  2. What happens, when you go for Asterisk 13?