I have a server running MySQL, Virtualmin/Webmin and am trying to install Roundcube. When I run the installer I get an error:
MySQL: NOT AVAILABLE (Not installed)
(it also reports that PostgreSQL: not available or installed although it is)
What do I need to do here?
Thanks in advance!
Wow... nobody...
That is a darn shame! I really like the look of Roundcube, but I'll just stick with usermin even though it is as ugly as day old road kill armadillo on alligator alley.
Maybe with this info...
Debian Lenny
Virtualmin, Postfix. Dovecot
MySQL unix socket: /var/run/mysqld/mysqld.sock
DB fles: /var/lib/mysql
Listening address: 127.0.0.1:3306
do you have the php mysql module installed? you can make a phpinfo() page in the roundcube directory to check.
Quote from: JohnDoh;18055do you have the php mysql module installed? you can make a phpinfo() page in the roundcube directory to check.
Thanks John,
Yep, sorry for the delayed reply, I have been away from working on my server...
I created the phpinfo() page as you suggested and I have:
mysql
MySQL Support enabled
Active Persistent Links 0
Active Links 0
Client API version 5.0.51a
MYSQL_MODULE_TYPE external
MYSQL_SOCKET /var/run/mysqld/mysqld.sock
MYSQL_INCLUDE -I/usr/include/mysql
MYSQL_LIBS -L/usr/lib -lmysqlclient_r
Directive Local Value Master Value
mysql.allow_persistent On On
mysql.connect_timeout 60 60
mysql.default_host no value no value
mysql.default_password no value no value
mysql.default_port no value no value
mysql.default_socket no value no value
mysql.default_user no value no value
mysql.max_links Unlimited Unlimited
mysql.max_persistent Unlimited Unlimited
mysql.trace_mode Off Off
I found what the problem was...
I had not properly defined the php version and configuration files in virtualmin.
Once I did that the rest followed along pretty clearly with the INSTALL file.
Thanks for the help! Hopefully someone who has the same issue will be able to figure this out easier.
Quote from: Mahalo;18101I found what the problem was...
I had not properly defined the php version and configuration files in virtualmin.
Once I did that the rest followed along pretty clearly with the INSTALL file.
Thanks for the help! Hopefully someone who has the same issue will be able to figure this out easier.
Hi, I ran into similar issues, and I seem to have the same setup as you have. Would you mind showing what values you put into the boxes? My attempts seem to have been rather,... useless :(