Skip to content
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

Configure cannot find pcre2_match_32 #158

Open
sailnfool opened this issue Aug 24, 2021 · 3 comments
Open

Configure cannot find pcre2_match_32 #158

sailnfool opened this issue Aug 24, 2021 · 3 comments

Comments

@sailnfool
Copy link

checking for ncursesw... yes
checking for library containing pcre2_match_32... no
configure: error: pcre2 library not found

@adrianlopezroche
Copy link
Owner

adrianlopezroche commented Aug 24, 2021 via email

@sailnfool
Copy link
Author

sailnfool commented Aug 24, 2021 via email

@xavetar
Copy link

xavetar commented Jan 19, 2023

I downloaded and installed from source for both ncurses (found) and pcre2 (not found)

I found solution. When open terminal in folder and configure pcre2, just enter:

MacOS: ./configure --enable-pcre2-32 && make -j$(sysctl -n hw.ncpu) && sudo make install
*Unix: ./configure --enable-pcre2-32 && make -j$(nproc) && sudo make install

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants