Hi.

On Mon 2003-01-27 at 22:10:33 -0600, [EMAIL PROTECTED] wrote:
> Listmates,
> 
>     I thought this was going to be easy -- wrong guess. I have 2 machines.
> Both running LM7.2 On one, I upgraded MySQL without any problems to
> MySQL-3.23.31-1.3mdk.i586.rpm. (from rpmfind.net) Simply rpm -Uvh and it
> worked. On [skyline] I have the following installed:

Well, the simple difference is that the one machine had not installed
php-mysql, i.e. you were not able to access MySQL from PHP on Skyine.
If you wanted to, expect the same upgrade problems as on Nemesis.

If you are sure that nobody uses MySQL from PHP on Nemesis either, you
could simply remove php-mysql on it and be done.

Else, you are stuck with upgrading all the dependencies (MySQL ->
php-mysql -> PHP -> Apache ...).

> [root@Nemesis RPMS]# rpm -Uvh --test MySQL*
> error: failed dependencies:
>         libmysqlclient_r.so.9 is needed by php-mysql-4.0.3pl1-1mdk
> 
> [root@Nemesis RPMS]# rpm -Uvh --test mod_php-4.0.6-5.2mdk.i586.rpm
> error: failed dependencies:
>         apache-common = 1.3.22 is needed by mod_php-4.0.6-5.2mdk
>         apache-conf = 1.3.22 is needed by mod_php-4.0.6-5.2mdk
>         php-common = 4.0.6 is needed by mod_php-4.0.6-5.2mdk
>         libmm.so.11 is needed by mod_php-4.0.6-5.2mdk
>         libphp_common-4.0.6.so.0 is needed by mod_php-4.0.6-5.2mdk
> 
> [root@Nemesis RPMS]# rpm -Uvh --test php-*
> error: failed dependencies:
>         libmm.so.11 is needed by php-4.0.6-6.3mdk
>         libmm.so.11 is needed by php-common-4.0.6-6.3mdk
>         libtool is needed by php-devel-4.0.6-6.3mdk
>         libmysqlclient_r.so.10 is needed by php-mysql-4.0.6-3.2mdk
>         php = 4.0.3pl1 is needed by mod_php-4.0.3pl1-1mdk
>         libphp_common.so.4.0.2 is needed by mod_php-4.0.3pl1-1mdk
> 
>     What do you think?

Except for the fact that you want to list all packages at once, like
this:

  rpm -Uvh --test MySQL* mod_php-4.0.6-5.2mdk.i586.rpm php-*

you'll have to add those required until you got all. That's why we all
learned to love urpmi (I am not sure, if there is a way to get it
running on 7.2).

HTH,

        Benjamin.

Attachment: msg65054/pgp00000.pgp
Description: PGP signature

Reply via email to