View previous topic :: View next topic |
Author |
Message |
predisposition n00b
Joined: 30 Apr 2005 Posts: 23
|
Posted: Fri May 20, 2005 6:54 pm Post subject: how do you install php modules (like imap and gd) [SOLVED] |
|
|
Hi,
I'm wondering what the esiest way to install additional php modules is. I need to install the imap module and I realize this requires the c-client library from UW-IMAP -- but I'm not really sure how to go about getting this installed. Also, not sure at all how to install GD. Any tips would be great.
Thanks. _________________ http://predisposition.com/stuff
thank you gentoo community!
Last edited by predisposition on Sun May 22, 2005 5:30 pm; edited 1 time in total |
|
Back to top |
|
|
kashani Advocate
Joined: 02 Sep 2002 Posts: 2032 Location: San Francisco
|
Posted: Fri May 20, 2005 7:39 pm Post subject: |
|
|
echo "dev-php/php imap gd" >> /etc/portage/package.use
echo "dev-php/mod_php imap gd" >> /etc/portage/package.use
Re-emerge both and they should pull in the proper dependencies. I'd do an emerge -pv to make sure that the new use variables are showing up and what they are planning to install.
kashani _________________ Will personally fix your server in exchange for motorcycle related shop tools in good shape. |
|
Back to top |
|
|
predisposition n00b
Joined: 30 Apr 2005 Posts: 23
|
|
Back to top |
|
|
|