Koozali.org: home of the SME Server
Obsolete Releases => SME Server 8.x => Topic started by: edb on August 19, 2013, 04:45:01 AM
-
Hello,
I have just updated my Smeserver8beta6 server and in the process my php-mcrypt-5.2.10-1.el5.remi.i386.rpm was deleted.
I realized this when I attempted to login to our online store that requires this so I tried to reinstall it but got the message below.
Can someone tell me how I can rectify this please. Thanks in advance
[root@server1 ~]# yum localinstall php-mcrypt-5.2.10-1.el5.remi.i386.rpm
Loaded plugins: fastestmirror, protect-packages, smeserver
Setting up Local Package Process
Examining php-mcrypt-5.2.10-1.el5.remi.i386.rpm: php-mcrypt-5.2.10-1.el5.remi.i3
86
Marking php-mcrypt-5.2.10-1.el5.remi.i386.rpm to be installed
Loading mirror speeds from cached hostfile
* base: less.cogeco.net
* smeaddons: smeserver.bhs.mirrors.ovh.net
* smecontribs: smeserver.bhs.mirrors.ovh.net
* smeextras: smeserver.bhs.mirrors.ovh.net
* smeos: smeserver.bhs.mirrors.ovh.net
* smeupdates: smeserver.bhs.mirrors.ovh.net
* updates: less.cogeco.net
Excluding Packages from CentOS - os
Finished
Excluding Packages from CentOS - updates
Finished
Package php-mcrypt is obsoleted by smeserver-support, trying to install smeserve
r-support-2.2.0-21.el5.sme.noarch instead
Package smeserver-support-2.2.0-21.el5.sme.noarch already installed and latest v
ersion
Nothing to do
[root@server1 ~]#
-
A little more info ... I did not upgrade any of the php updates that were on the list of available updates as I am required to stay with php-5.2.10
I checked my php-ifo and php-mcrypt was not listed as being installed.
I assume it did not install due to a versioning issue so I thought I may be able to just do
rpm -i php-mcrypt-5.2.10-1.el5.remi.i386.rpm
here is the result ....
[root@server1 ~]# rpm -i php-mcrypt-5.2.10-1.el5.remi.i386.rpm
warning: php-mcrypt-5.2.10-1.el5.remi.i386.rpm: Header V4 DSA signature: NOKEY,
key ID 00f97f56
[root@server1 ~]#
Can I force an install somehow?
Thanks
-
Turns out that
rpm -i php-mcrypt-5.2.10-1.el5.remi.i386.rpm
did work after all so the problem is solved.