Error in php.ini with suphp.

Richard G

Verified User
Joined
Jul 6, 2008
Messages
14,203
Location
Maastricht
I just change my server from normal php to suphp using this help:
http://help.directadmin.com/item.php?id=197

In there it says it might be necessary to rebuild webmail.
./build roundcube

So I did and this errornotice is coming up:
cp: `/var/www/html/roundcube/logs' and `/var/www/html/roundcubemail-0.7.1/logs' are the same file
cp: `/var/www/html/roundcube/temp' and `/var/www/html/roundcubemail-0.7.1/temp' are the same file
Editing roundcube configuration...
Roundcube 0.7.1 has been installed successfully.
PHP: syntax error, unexpected '=' in /usr/local/etc/php5/cgi/php.ini on line 1008
PHP: syntax error, unexpected '=' in /usr/local/etc/php5/cgi/php.ini on line 1008
This instance of Roundcube is up-to-date.

Now to post here the version I did a php -v and this comes out:
#php -v
PHP: syntax error, unexpected '=' in /usr/local/etc/php5/cgi/php.ini on line 1008
PHP 5.3.9 (cli) (built: Jan 12 2012 23:48:38)
Copyright (c) 1997-2012 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2012 Zend Technologies
As you can see, even on the first with this command the error is displayed.

How can I fix this?
 
Back
Top