On Monday 26 January 2004 13:17, Trevor Smith wrote:
> When I try to upgrade from v4 to v4.1, I get the following dependencies
> problems:
>
> [EMAIL PROTECTED] trevor]# rpm -Uvh MySQL-shared-4.1.1-0.i386.rpm
> 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

You can install using --nodeps.  MySQL will still work.  However, tools like 
apt-get will complain that a package is 'broken' and will want to remove the 
-shared package to make life better.

I'd love to know what package is needed, as my system reports:
~> rpm -ql openssl096-0.9.6-24
/usr/lib/libcrypto.so.0.9.6
/usr/lib/libssl.so.0.9.6
/usr/share/doc/openssl096-0.9.6
/usr/share/doc/openssl096-0.9.6/CHANGES

So I have the files, and the RPM database should know that they're installed.  
But it doesn't.  *sigh*

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

Reply via email to