-
Notifications
You must be signed in to change notification settings - Fork 210
PCRE2 compatable with ARM Ubuntu, or Raspberry Pi 4 #220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
PCRE2 is just a set of standard C code. Assuming you have a C compiler and library on your Pi you should be able to compile it. |
|
The comment above still stands. Compile it manually form git / tarball. |
You need to install the PCRE2 development library |
I am closing this issue as it seems to be resolved. |
I am trying to compile the Modsecurity Connector module, and it requires PCRE2 running Ubuntu 20.04 server on Raspberry Pi 4. When I try to configure the connector module i get:
configure: PCRE2 library was not found
There don't seem to be any Ubuntu ARM packages that fullfill this request. So is there any way for me to get the PCRE2 Library onto my Raspberry Pi Ubuntu Server so I can compile that module? If there is no binary, then is it possible to compile an arm library on my Ubuntu Server for the Raspberry pi? Any help, tips, or advice appreciated in advance.
The text was updated successfully, but these errors were encountered: