Koozali.org: home of the SME Server

error with blades update - HELP

Dave

error with blades update - HELP
« on: April 20, 2002, 12:04:35 AM »
Just attempted to apply 5.1.2 Update1.  got all the way thru download phase but then i got "Check for package conflicts - An error occurred - details below."  The prob apparently is that "there are package conflicts with the SMEServer-5.1.2_Update1 blade

                                           error: failed dependencies:
                                           php = 4.0.4pl1-9 is needed by php-manual-4.0.4pl1-9 "

So anyone know how I'm to get/install this php thingie so my blades update will work?

Rich Lafferty

Re: error with blades update - HELP
« Reply #1 on: April 20, 2002, 12:07:41 AM »
Remove the php-manual RPM (which you've installed by hand at some point). There's
an unnecessary dependency in it that ties it strictly to a PHP version.

I'd recommend that you use the documentation at php.net, because the commentary
on the manual is as useful as the manual itself (and often more accurate!), but if
you must have a locally-installed manual, I've built a less-dependent and
up-to-date RPM available at

ftp://ftp.e-smith.org/pub/e-smith/contrib/RichLafferty/RPMS/noarch/

Cheers,

--Rich

Dave

that worked! thank you, rich
« Reply #2 on: April 20, 2002, 12:26:38 AM »
rpm -e php-manual-4.0.4pl1-9 took care of it.  
don't know how or why or when i installed that...