Indeed, "journalctl -xe" truncated the error msg... sorry for not
checking that.
Here it is from syslog:
MarĀ 9 17:13:05 LXBU-GRPF8S2 kamailio: ERROR: <core> [core/sr_module.c:512]: load_module(): could not open module </usr/local/lib64/kamailio/modules/pv.so>: /usr/local/lib64/kamailio/modules/pv.so: undefined symbol: base64url_dec
Just as a double check I did:
~/kamailio-upstream$ ls -lah
/usr/local/lib64/kamailio/modules/pv.so
-rwxr-xr-x 1 root root 1,2M marĀ 9 17:13
/usr/local/lib64/kamailio/modules/pv.so
~/kamailio-upstream$ sudo cat /etc/systemd/system/kamailio.service
...
ExecStart=/sbin/kamailio -P /var/kamailio.pid -f
/etc/kamailio/kamailio.cfg -m 64 -M 128 -u root -g root
...
So the file exists and has proper access rights.
The error message doesn't show the real reason of not being able to load pv.so file, like a missing symbol (which was the case for the initial report in this thread). Maybe it is due to file permissions or file not being at that location for what so ever reason, can you check it?