I figured out a little trick yesterday, I do not recommend it, but I did work for me. I installed the rpm of MySQL-server, installed the client via rpm, then when it came to the shared libraries. I went and downloaded the binary build of MySQL then found the files I needed and put them in the right locations.
It solved my problems, but I hate bypassing stuff like this. But what can you do. Donny > -----Original Message----- > From: Duncan Hill [mailto:[EMAIL PROTECTED] > Sent: Monday, January 26, 2004 7:35 AM > To: [EMAIL PROTECTED] > Subject: Re: how to upgrade / dependencies problem > > 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] > -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
