Hi Tony
The blades will no longer report as installed if any package is upgraded over the standard install. My other server has Twiggi installed and also shows as being incomplete. This is noted in another how-to when installing updates.
In any case, I have just worked this out. I think.
The php-manual rpm has not been included with the update download. As a result the upgrade to php is rejected.
I have just done rpm -e to the php-manual package and proceeded to install manually and its fine.
And I have re-run the install from the web admin page with success.
So the quick path appears to be:
' remove the offending package
# rpm -e php-manual-4.0.4pl1-9
' run the update
'download the current manual and install
rpm -iv php-manual-4.0.6-15.i386.rpm
I got it from
http://www.rpmfind.netBut since it is just the PHP manual in HTML format, it may not be required for your server. I will get it because the server is to be my test bed for php programming.
However the 'gotcha' is that this file is 15Mbyte in size !
cheers
Tony