Install Scripts will not install SquirrelMail

4 posts / 0 new
Last post
#1 Thu, 02/15/2007 - 15:40
KyleBone

Install Scripts will not install SquirrelMail

I have a fresh install of Virtualmin Pro on an Ubuntu 6.0.6 server and after creating the first virtual domain, I tried to intsall SquirrelMail from the "Install Scripts" section.

I get the the folloing error:

"This script cannot be installed, as it requires PHP version 4 5."

How to I fix this?

Mon, 04/16/2007 - 06:17
daviddavid

Hmmm...maybe the Apache module needs to be re-configured. Browse to Webmin:Apache Webserver and click on Re-configure Known Modules. Check mod_php4 and uncheck mod_php5. Save it and apply the changes. Then try Virtualmin again.

the above is from http://www.virtualmin.com/forums/message-view?message_id=52419 and that worked for me, i was having same issue kinda

Mon, 04/16/2007 - 08:44
thetitan

do you have any version of php installed? You probably have php5. You should check grab the latest version of SquirrelMail from http://www.squirrelmail.org/. chances are it will be compatible with php5.

if you still want to use the same version and install php4.5 you should login to your server through command shell and execute: sudo apt-get install php4

Mon, 04/16/2007 - 16:13 (Reply to #3)
Joe
Joe's picture

I believe this was actually a PHP version detection bug that has been fixed in recent versions of Virtualmin, and not specific to SquirrelMail or its version. So I think Squirrel is now installable regardless of PHP version(s) available in your Virtualmin system (and, of course, if you've made the switch to running under mod_fcgid with both php4 and php5 available, Virtualmin will auto-select the best version for whatever script you install).

--

Check out the forum guidelines!

Topic locked