I have a new box that I am trying to install 4.1.1 on, and whenever I try to
use rpm to install either MySQL-shared-4.1.1-0.i386.rpm or
MySQL-shared-compat-4.1.1-0.i386.rpm.  I get the dreaded messages below:

[EMAIL PROTECTED] src]# rpm -i MySQL-shared-compat-4.1.1-0.i386.rpm
warning: MySQL-shared-compat-4.1.1-0.i386.rpm: V3 DSA signature: NOKEY, key
ID 5072e1f5
error: Failed dependencies:
        libcrypto.so.0.9.6 is needed by MySQL-shared-compat-4.1.1-0
        libssl.so.0.9.6 is needed by MySQL-shared-compat-4.1.1-0

or 

[EMAIL PROTECTED] src]# rpm -i MySQL-shared-4.1.1-0.i386.rpm
warning: MySQL-shared-4.1.1-0.i386.rpm: V3 DSA signature: NOKEY, key ID
5072e1f5
error: Failed dependencies:
        libcrypto.so.0.9.6 is needed by MySQL-shared-4.1.1-0
        libssl.so.0.9.6 is needed by MySQL-shared-4.1.1-0

This is a brand new box running fedora.  It has version 0.9.7a of libcrypto
and libssl.  So I went ahead and did the old trusty 

rpm -i --nodeps MySQL-shared-compat-4.1.1-0.i386.rpm, only problem then is
that every time I run apt-get it won't let you install anything else, and
displays this message.

[EMAIL PROTECTED] src]# apt-get upgrade
Reading Package Lists... Done
Building Dependency Tree... Done
You might want to run `apt-get -f install' to correct these.
The following packages have unmet dependencies:
  MySQL-shared-compat: Depends: libcrypto.so.0.9.6 but it is not installable
                       Depends: libssl.so.0.9.6 but it is not installable
E: Unmet dependencies. Try using -f.


Is there any way around this?  What's amazing, is I've setup for other
servers with a little different hardware in the past two weeks basically the
same exact way and they work fine.

Thanks.

Donny



-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to