vote up 0 vote down star

I'm running MAMP 1.7.2 on a Mac and I'd like to install the extension php_gd2. How do I do this? I know that on Windows using WAMP I'd simply select the php_gd2 entry in the extensions menu to activate it. How is it done when using MAMP? I know that I can do it using MacPorts but I'd prefer not to make any changes to my default OS X php installation.

flag

3 Answers

vote up 2 vote down check

You shouldn't need to install the extension. I have 1.7.2 installed and running right now and it has GD bundled (2.0.34 compatible).

From the MAMP start page, click on phpinfo and you should see a GD section.

link|flag
vote up 1 vote down

I did not have it by default in leopard. Used this post to install it. If you are not use to building things from source, it may seem a little rough but if you just follow the steps, it will work.

link|flag
That link is now broken :-( – Peter M Jun 16 at 12:35
vote up 0 vote down

php.ini for MAMP 1.7.2 is located: if using php5, here: /Applications/MAMP/conf/php5/php.ini if php4, here: /Applications/MAMP/conf/php4/php.ini

hope that helps...

link|flag

Your Answer

Get an OpenID
or

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