Hi, On Sun, 22 Jul 2007 21:37:58 -0600 Mike Diehl <[EMAIL PROTECTED]> wrote:
> I'm needing to update php to include both the gd and mysql extensions. > > I believe I have both packages installed. > > I emerged php with both extensions in my USE flag. > [...] Looks alright. > How do I get these to be recognized by php applications? They should be configured in /etc/php/php*/php.ini if you want to load them automatically (extension=mysql.so, extension=gd.so) -- maybe you just need to run etc-update? (and restart the webserver) OTOH, you can have your PHP scripts load the extension themselves using dl() in PHP. -hwh -- [EMAIL PROTECTED] mailing list