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

compile apache2 module #25

Closed
matteosister opened this issue Sep 10, 2012 · 2 comments
Closed

compile apache2 module #25

matteosister opened this issue Sep 10, 2012 · 2 comments

Comments

@matteosister
Copy link

Could you please add a section to your readme, about how to compile the php apache2 module with phpbrew?
I'm struggling with this....

Many thanks...

@c9s
Copy link
Member

c9s commented Sep 10, 2012

Hi

To compile the php apache2 module, you need a apxs2 binary, try which apxs2 to see the path of it. (it should be installed from homebrew, not from the Mac OS built-in apache2)

Then, there is a variant apxs2, use it in following format:

 phpbrew install {version}  +apxs2=`which apxs2`

@matteosister
Copy link
Author

many thanks!

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

2 participants