0

I have my web server from Apple installed on my Mac OS X server, and now I want to add "gettext" and more to the server but how can I do it?

I can't find php/ext/ folder, :/ and I don't know how I can get a new ext/ to work with Apache.

Chealion
  • 5,733
  • 28
  • 29

1 Answers1

2

Rather than monkeying with Apple's version (which they will update and likely break everything you modified), I suggest you check out MacPorts instead. They allow you to build Apache with variants to add the components you need.

Jeremy L
  • 1,040
  • 7
  • 9