This website is deprecated, and remains online only for historic access to old issues and docs for historic versions of Virtualmin. It has been unmaintained for several years, and should not be relied on for up-to-date information. Please visit www.virtualmin.com instead.
Im using php 5.2.2 from vm and if I try to yum install php-pear it wants to install php 5.1x from centos. Is there a way to install pear as there are many packages taht I would like to use.
CentOS 4 (or 3) doesn't have php 5 in its repository. You've got some other repository configured that's conflicting with ours. php-pear ought to be the php 4 pear version, and shouldn't conflict with our php5 packages. I think it'll also work with php 5, though I think I need to spend a bit of time poking at the way the PEAR module handles different versions.
I am still really needing php5-pear. I installed pear...
[code:1]yum install php-pear[/code:1]
it installed php4 from vm and php-pear.
So now in vm, I can set which version of php to use per website as I already had php5.2vm installed.
Now I went to install the horde base script and get this message:
<div class='quote'>The PHP Pear modules Log Mail Mail_Mime DB are required, but Pear for PHP version 5 is not installed - proceeding anyway.
Now installing Horde version 3.1.4 ..</div>
Horde does not work...it just comes up with blank screens. Is there any way to add a php5-pear to the vm repo?
CentOS 4 (or 3) doesn't have php 5 in its repository. You've got some other repository configured that's conflicting with ours. php-pear ought to be the php 4 pear version, and shouldn't conflict with our php5 packages. I think it'll also work with php 5, though I think I need to spend a bit of time poking at the way the PEAR module handles different versions.
--
Check out the forum guidelines!
I am still really needing php5-pear. I installed pear...
[code:1]yum install php-pear[/code:1]
it installed php4 from vm and php-pear.
So now in vm, I can set which version of php to use per website as I already had php5.2vm installed.
Now I went to install the horde base script and get this message:
<div class='quote'>The PHP Pear modules Log Mail Mail_Mime DB are required, but Pear for PHP version 5 is not installed - proceeding anyway.
Now installing Horde version 3.1.4 ..</div>
Horde does not work...it just comes up with blank screens. Is there any way to add a php5-pear to the vm repo?
Thanks,
Steve