> I just upgraded to php-5.3.4 which I believe went into a new slot. Is > slotted behavior new for PHP? I think things have been rearranged. > Can someone clue me in to the new layout? For example, I get: > > # /etc/init.d/apache2 restart > * Caching service dependencies ... > * apache2 has detected an error in your setup: > apache2: Syntax error on line 149 of /etc/apache2/httpd.conf: Syntax > error on line 4 of /etc/apache2/modules.d/70_mod_php5.conf: Cannot > load /usr/lib64/apache2/modules/libphp5.so into server: > /usr/lib64/apache2/modules/libphp5.so: cannot open shared object file: > No such file or directory > > - Grant > > I had a similar problem before and I did solve it by running this command: > eselect php set apache2 php5.3. I believe I get this command from a Gentoo > official PHP guide. > > Hung
Thank you, that fixed it. I'm getting some errors in squirrelmail but functionality seems to be intact. Since things seem to be working with php-5.3.4, how can I get rid of the older version of php that must be installed in another slot? I'm hoping that simplifies things a bit. PHP on Gentoo just got more complicated and all I need out of it is squirrelmail. Actually, I wish there was a decent webmail client that didn't depend on PHP at all so I could remove it. - Grant