Install php extensions on ubuntu

Posted by nute on Server Fault See other posts from Server Fault or by nute
Published on 2010-04-15T03:08:32Z Indexed on 2010/04/15 3:13 UTC
Read the original article Hit count: 793

Filed under:
|
|

I have a Ubuntu 9.10 server. I have installed apache2 and php5 using the apt-get commands.

How does one install php extensions? Are there commands like apt-get to get them? Or should I manually look for the files on the php website and set them up in the php.ini?

More specifically, I need mcrypt, curl and gd.

Thanks

© Server Fault or respective owner

Related posts about ubuntu

Related posts about apache