Dear all,

I am positive this has been asked a 1000 times before, but i cannot find
it anywhere on the archive. Maybe a good search function there would
help :)

Ok, here my problem: I am trying to install mysql 4.1.1 on RH 9.0, but
get the following errror:

[EMAIL PROTECTED] mysql]# rpm -Uvh --force MySQL-client-4.1.1-0.i386.rpm
MySQL-devel-4.1.1-0.i386.rpm MySQL-server-4.1.1-0.i386.rpm
MySQL-shared-4.1.1-0.i386.rpm
warning: MySQL-client-4.1.1-0.i386.rpm: V3 DSA signature: NOKEY, key ID
5072e1f5error: 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
[EMAIL PROTECTED] mysql]# whereis libcrypto
libcrypto: /usr/lib/libcrypto.a /usr/lib/libcrypto.so
[EMAIL PROTECTED] mysql]# locate libcrypto
/usr/lib/libcrypto.a
/usr/lib/libcrypto.so
/lib/libcrypto.so.4
/lib/libcrypto.so.0.9.7a
/lib/libcrypto.so.2
/lib/libcrypto.so.0.9.6b
[EMAIL PROTECTED] mysql]# rpm -q openssl
openssl-0.9.7a-20
[EMAIL PROTECTED] mysql]#

As you can see, libcrypto is installed. Also the openssl package is
installed, which contains both libcrypto and libssl. However, the mysql
package does not recognise this.

Is there a solution for this. compiling the mysql binary and/or
installing a libcrypto/libssl rpm I would not really call a solution.

Anyone?

Thanx
/rudy


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

Reply via email to