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

ZBUG-3126 : Compile apache with pcre #175

Merged
merged 3 commits into from Nov 26, 2022
Merged

ZBUG-3126 : Compile apache with pcre #175

merged 3 commits into from Nov 26, 2022

Conversation

umagmrit
Copy link
Contributor

Problem:
Apache is pointing to pcre2 at compilation time instead of pointing to pcre. This is happening when pcre, pcre2 are installed on build server. Apache was compiled with pcre2 but apache binary not able to find pcre2 library on installation server and this leads to apache start failed.

Fix:
Apache should point to pcre at compilation time.

@ghen2
Copy link
Contributor

ghen2 commented Nov 23, 2022

Fix: Apache should point to pcre at compilation time.

Or add pcre2 as a proper dependency, as pcre is EOL ?

@umagmrit
Copy link
Contributor Author

Fix: Apache should point to pcre at compilation time.

Or add pcre2 as a proper dependency, as pcre is EOL ?

@ghen2 we are planning to add pcre2 as dependency in next release.

@umagmrit umagmrit merged commit e7f3dd3 into develop Nov 26, 2022
@umagmrit umagmrit deleted the ZBUG-3126 branch November 26, 2022 02:50
yoannguion pushed a commit to yoannguion/packages that referenced this pull request Dec 28, 2022
* ZBUG-3126:Compile apache with pcre

* ZBUG-3126:Updated apache-components to 2.0.9

* ZBUG-3126:Updated spell-components to 2.0.10
umagmrit added a commit that referenced this pull request Jul 7, 2023
* ZBUG-3126:Compile apache with pcre

* ZBUG-3126:Updated apache-components to 2.0.9

* ZBUG-3126:Updated spell-components to 2.0.10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
5 participants