Describe the bug
Packages installation fails on debian 13 because of missing libpcre3-dev
Steps to Reproduce
- Use debian 13
- Follow manual installation steps
- See error below
Logs
# As per the documentation
sudo apt install libssl-dev libxml2-dev libyaml-dev libgmp-dev
libreadline-dev postgresql librsvg2-bin libsqlite3-dev zlib1g-dev
libpcre3-dev libevent-dev fonts-open-sans
...
libpcre3-dev Package 'libpcre3-dev' has no installation candidate
Additional context
This problem was reported by email.
Debian 13 does not ship the older libpcre3-dev anymore. We should try to migrate to the newer libpcre2-dev package (yes, the version naming is confusing) and see if anything breaks.
Describe the bug
Packages installation fails on debian 13 because of missing
libpcre3-devSteps to Reproduce
Logs
Additional context
This problem was reported by email.
Debian 13 does not ship the older
libpcre3-devanymore. We should try to migrate to the newerlibpcre2-devpackage (yes, the version naming is confusing) and see if anything breaks.