> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hi,
>
> On Sat, 24 May 2003, Egor Egorov wrote:
>
>> DAVID CLARK <[EMAIL PROTECTED]> wrote:
>> > OK, I messed up. I've been running MySQL 3.23, and I
>> > wanted to upgrade to 4.0 so I could use the new
>> > boolean functions. So I downloaded the 4.0 RPM, and
>> > then tried to install it using -U. I received this
>> > message:
>> >
>> > libmysqlclient.so.10 is needed by (installed)
>> > perl-DBD-MySQL-2.1017-3
>> > libmysqlclient.so.10 is needed by (installed)
>> > php-mysql-4.2.2-8.0.7
>> >
>> > I already had these files in /usr/lib/mysql, so I
>> > tried installing again using --nodeps. Now I can't
>> > connect at all, and I've tried both --oldpackage ing
>> > and -erase ing with no luck. What can I do to either
>> > get 3.23 back and running or get 4.0 working?
>>
>> A dirty trick:
>>
>> 1. Do rpm --upgrade for MySQL-server, MySQL-client,
>> MySQL-devel but not for MySQL-shared.
>> 2. Save /usr/lib/libmysqlclient.so.10* into somewhere
>> 3. Do rpm --erase --force MySQL-shared
>> 4. Do rpm --install MySQL-shared
>> 5. Move saved files back to /usr/lib
>> 6. Run ldconfig as root.
>>
>> In result, you will have the older v10 libs intact for various software.
>
> Or you could simply use the newly added MySQL-shared-compat RPM, that
> already includes both versions of the shared libs...
>
> http://www.mysql.com/doc/en/Linux-RPM.html
>
> Bye,
> LenZ
> - --
> For technical support contracts, visit https://order.mysql.com/?ref=mlgr
> __ ___ ___ ____ __
> / |/ /_ __/ __/ __ \/ / Mr. Lenz Grimmer <[EMAIL PROTECTED]>
> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Production Engineer
> /_/ /_/\_, /___/\___\_\___/ Hamburg, Germany
> <___/ www.mysql.com
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.2.2-rc1-SuSE (GNU/Linux)
> Comment: For info see http://quantumlab.net/pine_privacy_guard/
>
> iD8DBQE+0woUSVDhKrJykfIRAgkYAJ0VHiRel1eQJOcZ/GxSJvh+1/xGGwCeJBv1
> OespXrFlAM9Nj7nOWQT5Pqw=
> =qm1M
> -----END PGP SIGNATURE-----
>
> --
> MySQL General Mailing List
> For list archives: http://lists.mysql.com/mysql
> To unsubscribe:
> http://lists.mysql.com/[EMAIL PROTECTED]
>
I'm having problems installing certain packages on my RH8 distro. I ended
up using CPAN to install the DBI, CGI and DBD::mysql perl portions. That
solved one set of problems; however, when I try to install the MySQL-MAX
and MySQL-SHARED I get the following errors:
rpm -Uvh MySQL-shared-4.1.0-0.i386.rpm
warning: MySQL-shared-4.1.0-0.i386.rpm: V3 DSA signature: NOKEY, key ID
5072e1f5error: Failed dependencies:
libcrypto.so.0.9.6 is needed by MySQL-shared-4.1.0-0
libssl.so.0.9.6 is needed by MySQL-shared-4.1.0-0
I went to the /lib directory and found libcrypto.so.0.9.6b:
ll libcrypto.so*
-rwxr-xr-x 1 root root 983407 Mar 19 15:07 libcrypto.so.0.9.6b
lrwxrwxrwx 1 root root 19 May 26 07:04 libcrypto.so.2 ->
libcrypto.so.0.9.6b
The same goes for the libssl:
ll libssl.so*
-rwxr-xr-x 1 root root 224733 Mar 19 15:07 libssl.so.0.9.6b
lrwxrwxrwx 1 root root 16 May 26 07:04 libssl.so.2 ->
libssl.so.0.9.6b
Is the answer as easy as creating a link to the b files?
Thanks for any help,
James
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]