phpsuexec problem

I recently recompiled my apache installation and enabled phpsuexec (the only change). Now on at least one of my website I am getting this error which I did not get before the recompile--

Anyone else familiar with problems like this and how to fix them (other than turn off phpsuexec)?

Code:
Warning: session_start() [function.session-start]: open(/tmp/sess_46a61c84fe9f503e9c34e77a4fadba63, O_RDWR) failed: Permission denied (13) in /home/gavel/public_html/libsecure.php on line 14

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/gavel/public_html/libsecure.php:14) in /home/gavel/public_html/libsecure.php on line 14

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/gavel/public_html/libsecure.php:14) in /home/gavel/public_html/libsecure.php on line 14

Warning: Cannot modify header information - headers already sent by (output started at /home/gavel/public_html/libsecure.php:14) in /home/gavel/public_html/global.php on line 2504

Warning: Cannot modify header information - headers already sent by (output started at /home/gavel/public_html/libsecure.php:14) in /home/gavel/public_html/global.php on line 2505

Warning: Cannot modify header information - headers already sent by (output started at /home/gavel/public_html/libsecure.php:14) in /home/gavel/public_html/global.php on line 2506

Warning: Cannot modify header information - headers already sent by (output started at /home/gavel/public_html/libsecure.php:14) in /home/gavel/public_html/global.php on line 2507

Warning: Cannot modify header information - headers already sent by (output started at /home/gavel/public_html/libsecure.php:14) in /home/gavel/public_html/global.php on line 2508

 

 

 

 

Top