Hi,
I installed roundcube 0.1-20050820 on a Gentoo Linux box. It went well, except one missing link to the config files for roundcube. The first time I tried to access roundcube I got:
Warning: rcmail_startup(config/main.inc.php): failed to open stream: No such file or directory in /var/www/localhost/htdocs/roundcube/program/include/main.inc on line 35
Warning: rcmail_startup(): Failed opening 'config/main.inc.php' for inclusion (include_path='/usr/lib/php/php:program:program/lib') in /var/www/localhost/htdocs/roundcube/program/include/main.inc on line 35
Warning: rcmail_startup(config/db.inc.php): failed to open stream: No such file or directory in /var/www/localhost/htdocs/roundcube/program/include/main.inc on line 40
Warning: rcmail_startup(): Failed opening 'config/db.inc.php' for inclusion (include_path='/usr/lib/php/php:program:program/lib') in /var/www/localhost/htdocs/roundcube/program/include/main.inc on line 40
I had to create a link named config in roundcube/program/include pointing to ../../config/ Now I can see the login form but I can't login (Login failed)... There are no entries in the log files (the files are writable by the apache user) I guess this problem is related to "Re: Nevermind -- Fwd: Install problem". I have courier-imap running over SSL.
regards, Stefan