Hello all,
I ve been using php 5.2.6 from the testing repo for a month now and everything works fine. The only thing is I cant find php-mcrypt for 5.2.6 from the testing repo. phpmyadmin is saying that is missing but php-mcrypt from the base repo is installed.
Thanks,
Adam
On Sun, 2009-05-03 at 16:29 -0400, Adam Adamou wrote:
I ve been using php 5.2.6 from the testing repo for a month now and everything works fine. The only thing is I cant find php-mcrypt for 5.2.6 from the testing repo. phpmyadmin is saying that is missing but php-mcrypt from the base repo is installed.
php-mcrypt is in the extras repo, not the base repo. But it's a different version from php in testing, so it won't work.
I assembled an updated package for the PHP version in testing. I can leave it at http://www.r3-gis.com/dl/php-extras-5.2.6-1.1.src.rpm for a couple of days. It is almost the same as the one for PHP 5.2.6, except that I had same issues with readline.
regards,
Peter
Ignacio Vazquez-Abrams wrote:
On Sun, 2009-05-03 at 16:29 -0400, Adam Adamou wrote:
I ve been using php 5.2.6 from the testing repo for a month now and everything works fine. The only thing is I cant find php-mcrypt for 5.2.6 from the testing repo. phpmyadmin is saying that is missing but php-mcrypt from the base repo is installed.
php-mcrypt is in the extras repo, not the base repo. But it's a different version from php in testing, so it won't work.
CentOS-devel mailing list CentOS-devel@centos.org http://lists.centos.org/mailman/listinfo/centos-devel
The test repo updated to 5.2.9 and when I tested it today I had to get the php-mcrypt from here: ftp://195.220.108.108/linux/fedora/updates/10/x86_64/php-mcrypt-5.2.9-2.fc10.x86_64.rpm
before installing do a yum install libmcrypt rpm -Uvh php-mcrypt-5.2.9-2.fc10.x86_64.rpm --nodeps
I will try to rebuild this the proper way for centos in the weekend.
-Adam
On Tue, May 5, 2009 at 8:38 AM, Peter Hopfgartner < peter.hopfgartner@r3-gis.com> wrote:
I assembled an updated package for the PHP version in testing. I can leave it at http://www.r3-gis.com/dl/php-extras-5.2.6-1.1.src.rpm for a couple of days. It is almost the same as the one for PHP 5.2.6, except that I had same issues with readline.
regards,
Peter
Ignacio Vazquez-Abrams wrote:
On Sun, 2009-05-03 at 16:29 -0400, Adam Adamou wrote:
I ve been using php 5.2.6 from the testing repo for a month now and everything works fine. The only thing is I cant find php-mcrypt for 5.2.6 from the testing repo. phpmyadmin is saying that is missing but php-mcrypt from the base repo is installed.
php-mcrypt is in the extras repo, not the base repo. But it's a different version from php in testing, so it won't work.
CentOS-devel mailing list CentOS-devel@centos.org http://lists.centos.org/mailman/listinfo/centos-devel
--
Dott. Peter Hopfgartner
R3 GIS Srl - GmbH Via Johann Kravogl-Str. 2 I-39012 Meran/Merano (BZ) Email: peter.hopfgartner@r3-gis.com Tel. : +39 0473 494949 Fax : +39 0473 069902 www : http://www.r3-gis.com
CentOS-devel mailing list CentOS-devel@centos.org http://lists.centos.org/mailman/listinfo/centos-devel
On 07/13/2009 10:44 PM, Adam wrote:
The test repo updated to 5.2.9 and when I tested it today I had to get the php-mcrypt from here:
...
I will try to rebuild this the proper way for centos in the weekend.
thanks :)