undefined symbol: json_vsprintf
Posted: Thu Mar 18, 2021 8:46 pm
I had to format and restore a server today after the hard-drives died, but I encounter a new issue with Vicibox 9.0.3
After I made an zypper update and ignore the error for Pyton Repo, asterisk were crashing...
This was shown in the logs
The only way to fix it was by doing:
This install libjansson4 with a vendor change and it did fix the error.
After I made an zypper update and ignore the error for Pyton Repo, asterisk were crashing...
This was shown in the logs
- Code: Select all
asterisk: symbol lookup error: asterisk: undefined symbol: json_vsprintf
The only way to fix it was by doing:
- Code: Select all
zypper install libjansson4-2.13.1-lp152.29.1.x86_64
This install libjansson4 with a vendor change and it did fix the error.