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.

link|improve this question

50% accept rate
feedback

1 Answer

up vote 2 down vote accepted

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.

link|improve this answer
Tanks i will try it, it is easy to install Apache, MySQL and PHP 5.3 on it? – NeoNmaN Nov 6 '09 at 9:23
1  
Yes, it just takes a while to compile some pieces. They're working on implementing binary installers. – Nerdling Nov 8 '09 at 1:27
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.