hello
I have installed Apache, PHP and Mysql in my Gentoo 2006.0
in this way.....
first i put this in my /etc/portage/package.use
"dev-lang/php apache2 cli"
"dev-db/mysql innodb berkdb another-use-flag "
and then...
1. emerge apache
2. emerge dev-lang/php
3. emerge mysql
after i run http://localhost/phpinfo.php/ to show my php installation
i have found out that socket is disable..
now what i need to do to enable socket in php?
do i need to emerge unmerge php?
or re emerge php will do?
could you please post the step by step in enabling socket in php
Thanks


