I am having trouble getting my new Asterisk server running properly. I have a new Ubuntu 22.04 virtual machine (AWS), have downloaded the Asterisk source files (version 22.4) and gone through the guidelines for configuring and compiling the system. All that seems to go OK but when I start Asterisk (systemctl start asterisk) I see in /var/log/asterisk/messages.conf a line saying:
'res_pjsip_authenticator_digest.so', missing dependency: res_pjsip
following by lots of other lines saying missing dependency on res_pjsip, sometimes it says missing dependencies res_pjsip and res_pjsip_pubsub.
I have gone back over the procedure a few times. I tried ./configure --with-pjproject-bundled (as opposed to just ./configure) because install_prereq install-unpackaged says 'PJProject not installed, yet. Therefore, please, run ./configure --with-pjproject-bundled' but same message in the log when I run asterisk.
What else can I try to get Asterisk running correctly ?
Thank you.