You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
libpcre3 is considered EOL and has been removed from the latest Debian stable release (trixie) in favour of the newer libpcre2 (weird version numbering). Other distributions are likely to make similar decisions.
This means opensips cannot build on the latest Debian release.
libpcre3 is used by the dialplan and regex modules and the code would need updating to use the newer API (either directly or via a pcre2/pcre3 wrapper layer)