running
pentium 80
64mb ram
30 gig HD
Redhat Linux 7.1
perl 5.06
Mysql
 |_ previously 3.23.39 after this went to 3.23.45

php 4.0.4
        |_ w/ ZendOptimizer


how i got to this problem:
was running php/mysql (versions above)
php was installed via the standard .tar

the MySQL server skrewed up and (i think) corrupted a bunch of my DB files
(thank god i keep backups).
Me still being a novice, i decided to just reinstall the MySQL server, i
went to www.mysql.com
and noticed the had a newer version, so i Dl'd that version, and installed:

packages in order:
        MySQL-client-3.23.45-1.i386.rpm
        MySQL-devel-3.23.45-1.i386.rpm

tried to install:
        MySQL-3.23.45-1.i386.rpm
but kept on receiving this error (as stated in previous reply):

 error: failed dependencies:
         libmysqlclient.so.10   is needed by php-mysql-4.0.4pl1-9

was beat myself up for hours about this error, then went back to mysql.com
and noiced the rpm:
        MySQL-shared-3.23.45-1.i386.rpm

installed this and it worked fine.

this seemed to fix the problem, the i had to do these:

1. restore my databases and set proper ownership/permissions (mysql.mysql)
2. restart the mysql server
3. restore the mysql users
4. reset the DB user: root's password
5. restore settings from the old php.ini to the new one, this step should be
up further, though


also tried to install:
        php-curl-4.0.6-10.arvin.rh7.1.i686.rpm
                (tried to install this then realized it for another version of php.
                if anyone knows where i can pick up the 4.0.4 of this i'd appreciate 
it.)

i hope posting this back to the board will help someone




-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Friday, November 30, 2001 6:04 AM
To: Brian French
Cc: [EMAIL PROTECTED]
Subject: Re: Problem installing MySQL-3.23.45-1.i386.rpm


Brian French wrote:
>
> hey, i'm having trouble installing MySQL-3.23.45-1.i386.rpm
>
> already installed
> MySQL-client-3.23.45-1.i386.rpm
> MySQL-devel-3.23.45-1.i386.rpm
>
> when i try to install MySQL-3.23.45-1.i386.rpm i get the following:
>
> [root@localhost rpms]#rpm -U --force --replacefiles
MySQL-3.23.45-1.i386.rpm
> error: failed dependencies:
>         libmysqlclient.so.10   is needed by php-mysql-4.0.4pl1-9
>
> could you tell me how to get around this problem?

Hello,

What is your system ?

Edward.


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to