-
Notifications
You must be signed in to change notification settings - Fork 194
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
Comments
You need to install the PCRE2 development library provided by your
distribution or download it from www.pcre.org.
…On Tue, Aug 24, 2021, 3:25 AM Robert Novak ***@***.***> wrote:
checking for ncursesw... yes
checking for library containing pcre2_match_32... no
configure: error: pcre2 library not found
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#158>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABPQT7JENJEVFB5NPMWY23TT6NCQFANCNFSM5CWGWGJQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>
.
|
I downloaded and installed from source for both ncurses (found) and pcre2
(not found)
…On Tue, Aug 24, 2021, 9:35 AM Adrian Lopez ***@***.***> wrote:
You need to install the PCRE2 development library provided by your
distribution or download it from www.pcre.org.
On Tue, Aug 24, 2021, 3:25 AM Robert Novak ***@***.***> wrote:
> checking for ncursesw... yes
> checking for library containing pcre2_match_32... no
> configure: error: pcre2 library not found
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> <#158>, or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/ABPQT7JENJEVFB5NPMWY23TT6NCQFANCNFSM5CWGWGJQ
>
> .
> Triage notifications on the go with GitHub Mobile for iOS
> <
https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675
>
> or Android
> <
https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email
>
> .
>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#158 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABVDTKOGTST2MES6NHDCIS3T6PC5DANCNFSM5CWGWGJQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>
.
|
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
checking for ncursesw... yes
checking for library containing pcre2_match_32... no
configure: error: pcre2 library not found
The text was updated successfully, but these errors were encountered: