Error during installing suphp

Rezaa

Verified User
Joined
Dec 15, 2010
Messages
75
I was installing suphp on my DA server but when I running command "./build all d", after a while I get some errors (you can see bellow):

Code:
.
.
.
make[3]: Leaving directory `/usr/local/directadmin/custombuild/dovecot-2.0.16/do                                                                             c'
make[2]: Leaving directory `/usr/local/directadmin/custombuild/dovecot-2.0.16/do                                                                             c'
make[1]: Leaving directory `/usr/local/directadmin/custombuild/dovecot-2.0.16/do                                                                             c'
Restarting dovecot.
Shutting down dovecot:                                     [  OK  ]
Starting dovecot:                                          [  OK  ]
cp: `/var/www/html/roundcube/logs' and `/var/www/html/roundcubemail-0.6/logs' ar                                                                             e the same file
cp: `/var/www/html/roundcube/temp' and `/var/www/html/roundcubemail-0.6/temp' ar                                                                             e the same file
Editing roundcube configuration...
Roundcube 0.6 has been installed successfully.
MDB2 Error: unknown error (-1): _doQuery: [Error message: Could not execute stat                                                                             ement]
[Last executed query: SHOW COLUMNS FROM session]
[Native code: 1286]
[Native message: Unknown table engine 'InnoDB']

MDB2 Error: unknown error (-1): _doQuery: [Error message: Could not execute stat                                                                             ement]
[Last executed query: SHOW COLUMNS FROM users]
[Native code: 1286]
[Native message: Unknown table engine 'InnoDB']

MDB2 Error: unknown error (-1): _doQuery: [Error message: Could not execute stat                                                                             ement]
[Last executed query: SHOW COLUMNS FROM messages]
[Native code: 1286]
[Native message: Unknown table engine 'InnoDB']

MDB2 Error: unknown error (-1): _doQuery: [Error message: Could not execute stat                                                                             ement]
[Last executed query: SHOW COLUMNS FROM cache]
[Native code: 1286]
[Native message: Unknown table engine 'InnoDB']

MDB2 Error: unknown error (-1): _doQuery: [Error message: Could not execute stat                                                                             ement]
[Last executed query: SHOW COLUMNS FROM contacts]
[Native code: 1286]
[Native message: Unknown table engine 'InnoDB']

MDB2 Error: unknown error (-1): _doQuery: [Error message: Could not execute stat                                                                             ement]
[Last executed query: SHOW COLUMNS FROM contactgroups]
[Native code: 1286]
[Native message: Unknown table engine 'InnoDB']

MDB2 Error: unknown error (-1): _doQuery: [Error message: Could not execute stat                                                                             ement]
[Last executed query: SHOW COLUMNS FROM contactgroupmembers]
[Native code: 1286]
[Native message: Unknown table engine 'InnoDB']

MDB2 Error: unknown error (-1): _doQuery: [Error message: Could not execute stat                                                                             ement]
[Last executed query: SHOW COLUMNS FROM identities]
[Native code: 1286]
[Native message: Unknown table engine 'InnoDB']

This instance of Roundcube is up-to-date.
Have fun!

phpMyAdmin 3.4.7.1-all-languages installation is done.
cp: `/var/www/html/squirrelmail/data' and `/var/www/html/squirrelmail-1.4.22/dat                                                                             a' are the same file
SquirrelMail 1.4.22 installation is done.
File already exists:    ZendOptimizer-3.3.3-linux-glibc23-x86_64.tar.gz
Zend Optimizer has been installed.
File already exists:    ioncube_loaders_lin_x86-64.tar.gz
ionCube loader has been installed.




*************************************
*                                                               *
*   All parts have been installed                       *
*                                                               *
*************************************

Type: /sbin/service httpd restart

I tried to google it but found nothing.
What those errors means? What should I do now? Should I fix something and then run the command again ?
 
Last edited:
There is nothing about suPHP in your output.
To install suPHP run:

Code:
cd /usr/local/directadmin/custombuild 
./build set php5_cgi yes
./build set php5_cli no
./build clean
./build php
./build suphp
./build rewrite_confs
 
What does ./build clean do ?
Does it remove old php configuration and extensions?
If yes, how could I keep my old configuration ?
And another question is, I want to install suphp and suhosin on my server. which one should be installed first? Does it matter?

There is nothing about suPHP in your output.
To install suPHP run:

Code:
cd /usr/local/directadmin/custombuild 
./build set php5_cgi yes
./build set php5_cli no
./build clean
./build php
./build suphp
./build rewrite_confs
 
Back
Top