Re: Unable to add domains

"Will G." <[email protected]> Tue, 26 Jan 2010 21:47:26 -0700
Newsgroups gmane.mail.exim.vexim.devel
Message-ID <[email protected]>
Thanks for the assistance, Tim.  We chatted about this off list.

For anyone else who may run into this issue, it appears that a PHP 
update that was done via Yum removed posix support.  I did yum install 
php-process and that added the support back in, which resolved the issues.

On 1/26/2010 7:46 PM, Tim Aslat wrote:
> In the immortal words of Will G.  on 01/27/10 12:50:
>
>> There sure is.
>>
>> [root@navigator config]# grep 93 /etc/group
>> exim:x:93:
>
> Hmm, that makes me feel like an idiot.
>
> You mentioned that you have done updates on php and mysql recently, 
> how are the modules handled on php on your system?  On mine they are 
> separate binary libs which can be dynamically loaded.
>
> Also, try changing this line in php.ini from
> error_reporting  =  E_ALL
> to
> error_reporting  =  E_ALL & ~E_NOTICE
>
> This should eliminate the notice errors which aren't really important 
> at this stage.
>
>
>