Re: why libmysqlclient.so.10?

2005-08-24 Thread Gleb Paharenko
Hello. MySQL-shared-compat-5.0.11-0.i386.rpm contains libmysqlclient.so.10. It is available from http://dev.mysql.com/downloads/mysql/5.0.html "Bing Du" <[EMAIL PROTECTED]> wrote: > Hi, > > When I run a Perl script that uses DBI and DBD::mysql on a RHEL

Re: why libmysqlclient.so.10?

2005-08-23 Thread Jason Pyeron
ql.so' for module DBD::mysql: libmysqlclient.so.10: cannot open shared object file: No such file or directory at /usr/lib/perl5/5.8.0/i386-linux-thread-multi/DynaLoader.pm line 229. == I cannot find the file libmysqlclient.so.10 any where on the server that the Perl script is running on.

why libmysqlclient.so.10?

2005-08-23 Thread Bing Du
Hi, When I run a Perl script that uses DBI and DBD::mysql on a RHEL 3 machine, I got this error: == Can't load '/usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi/auto/DBD/mysql/mysql.so' for module DBD::mysql: libmysqlclient.so.10: cannot open shared object file: No such fi

Re: libmysqlclient.so.10()(64bit) not found

2004-09-24 Thread Egor Egorov
Better download the official binaries from http://dev.mysql.com/downloads/mysql/4.1.html There are RPM builts for AMD64. -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ __ /

Re: libmysqlclient.so.10 is needed

2004-09-24 Thread Egor Egorov
Tim Johnson <[EMAIL PROTECTED]> wrote: >Installing MySQL-server-4.0.21-0.i386.rpm > on Red Hat 9.0 > > Getting the following: > error: Failed dependencies: > libmysqlclient.so.10 is needed by (installed) MySQL-python-0.9.1-6 > libmysqlclient.so.10 is

libmysqlclient.so.10()(64bit) not found

2004-09-23 Thread Philip MacMenamin
Problem: Trying to install php-mysql on a Fedora2 opteron box. error: Failed dependencies: libmysqlclient.so.10()(64bit) is needed by php-mysql-4.3.8-2.1 I know... Its an old one, but a good one. I thought I had jumped through all the backwards compatabile hoops... The thing is: rpm -qa | grep

Re: libmysqlclient.so.10 is needed

2004-09-21 Thread I D
following: error: Failed dependencies: libmysqlclient.so.10 is needed by (installed) MySQL-python-0.9.1-6 libmysqlclient.so.10 is needed by (installed) perl-DBD-MySQL-2.1021-3 libmysqlclient.so.10 is needed by (installed) php-mysql-4.2.2-17.2 I presume that I need other

Re: libmysqlclient.so.10 is needed

2004-09-21 Thread Philippe Poelvoorde
Tim Johnson wrote: Hello: Installing MySQL-server-4.0.21-0.i386.rpm on Red Hat 9.0 Getting the following: error: Failed dependencies: libmysqlclient.so.10 is needed by (installed) MySQL-python-0.9.1-6 libmysqlclient.so.10 is needed by (installed) perl-DBD-MySQL-2.1021-3

libmysqlclient.so.10 is needed

2004-09-20 Thread Tim Johnson
Hello: Installing MySQL-server-4.0.21-0.i386.rpm on Red Hat 9.0 Getting the following: error: Failed dependencies: libmysqlclient.so.10 is needed by (installed) MySQL-python-0.9.1-6 libmysqlclient.so.10 is needed by (installed) perl-DBD-MySQL-2.1021-3 libmysqlclient.so

Re: Nasty Time Upgrading to 4.0 RPM dependencies - libmysqlclient.so.10 and php

2003-10-16 Thread Nitin
ED]> Sent: Thursday, October 16, 2003 1:12 PM Subject: Nasty Time Upgrading to 4.0 RPM dependencies - libmysqlclient.so.10 and php > Hello All! > > I really need a hand here. I'm volunteering at this NGO (non-profit org) > in New Delhi. I and another developer built a .NET

Nasty Time Upgrading to 4.0 RPM dependencies - libmysqlclient.so.10 and php

2003-10-16 Thread [EMAIL PROTECTED]
2 dependencies: libmysqlclient.so.10 is needed by mod_auth_mysql-1.11-1 libmysqlclient.so.10 is needed by php-mysql-4.1.2-7 Now I've done my research and it seems that MySQL4 has a lib file called libmysqlclient.so (no 10) and this needs to be used, so I've got to upgrade t

libmysqlclient.so.10 is needed by (installed) mod_auth_mysql-1.11-12

2003-08-14 Thread System
ies: libmysqlclient.so.10 is needed by (installed) mod_auth_mysql-1.11-12 libmysqlclient.so.10 is needed by (installed) perl-DBD-MySQL-2.1021-3 libmysqlclient.so.10 is needed by (installed) php-mysql-4.2.2-17.2 If i install with -i will it install with the backward compatibility, it sho

Re: libmysqlclient.so.10 is needed by (installed) mod_auth_mysql-1.11-12

2003-08-11 Thread Lenz Grimmer
.rpm > warning: MySQL-server-4.0.13-0.i386.rpm: V3 DSA signature: NOKEY, key ID > 5072e1f5 > error: Failed dependencies: > libmysqlclient.so.10 is needed by (installed) mod_auth_mysql-1.11-12 > libmysqlclient.so.10 is needed by (installed) > perl-DBD-MySQL-2.1021-3 >

4.0.2 libmysqlclient.so.10 not found

2002-07-26 Thread Darren Young
l the necessary RPM's. Everything seems to be working ok on the MySQL side except that php is asking for libmysqlclient.so.10 and the only library installed with MySQL-shared is libmysqlclient.so.11. I tried a manual symlink from libmysqlclient.so.10 to libmysqlclient.so.11 and the php-m

Re: 4.0.2 libmysqlclient.so.10 not found

2002-07-26 Thread Dan Nelson
for 4.0.2-2 and rebuilt the RPM's with debug > enabled then installed all the necessary RPM's. Everything seems to be > working ok on the MySQL side except that php is asking for > libmysqlclient.so.10 and the only library installed with MySQL-shared is > libmysqlclient

4.0.2 libmysqlclient.so.10 not found

2002-07-25 Thread Darren Young
l the necessary RPM's. Everything seems to be working ok on the MySQL side except that php is asking for libmysqlclient.so.10 and the only library installed with MySQL-shared is libmysqlclient.so.11. I tried a manual symlink from libmysqlclient.so.10 to libmysqlclient.so.11 and the php-m

Re: libmysqlclient.so.10

2002-07-24 Thread Andy Smith
On Tue, Jul 23, 2002 at 09:22:55PM -0600, Steve Dickey wrote: > Can anyone tell me how to get an RPM that provides the > libmysqlclient.so.10? I am trying to install the > php-mysql-4.1.2-7.i386.rpm and it says that this is a requirement. It > comes in an older version of the my

Re: libmysqlclient.so.10

2002-07-24 Thread Dan Nelson
In the last episode (Jul 23), Steve Dickey said: > Can anyone tell me how to get an RPM that provides the > libmysqlclient.so.10? I am trying to install the > php-mysql-4.1.2-7.i386.rpm and it says that this is a requirement. It > comes in an older version of the mysql databa

libmysqlclient.so.10

2002-07-23 Thread Steve Dickey
Can anyone tell me how to get an RPM that provides the libmysqlclient.so.10? I am trying to install the php-mysql-4.1.2-7.i386.rpm and it says that this is a requirement. It comes in an older version of the mysql database rpm but I have 3.23.51 installed and apparently that one does not

Re: Please Help! MySql 4.01/PhP 4.06 looking for Libmysqlclient.so.10?

2002-03-04 Thread Trond Eivind Glomsrød
John Dean <[EMAIL PROTECTED]> writes: > Hi > All you need to do is include a symlink on libmysqlclient.so.11 to > point to libmysqlclient.so.10 > > e.g ln libmysqlclient.so.11 libmysqlclient.so.10 Not a good suggestion for libraries in general. If a library so name has cha

Re: Please Help! MySql 4.01/PhP 4.06 looking for Libmysqlclient.so.10?

2002-03-02 Thread John Dean
At 13:26 01/03/2002 -0700, Van wrote: >Ronald Arenas wrote: > > > > I have installed MySql 3.23.49, PHP 4.06, and Apache 1.3.20 successfully on > > my RH 7.2 box. Now I try to install MySql 4.01 (after removing MySql > > 3.23.49) I get a "Php-mysql.4.xx req

Re: Please Help! MySql 4.01/PhP 4.06 looking for Libmysqlclient.so.10?

2002-03-02 Thread John Dean
Hi All you need to do is include a symlink on libmysqlclient.so.11 to point to libmysqlclient.so.10 e.g ln libmysqlclient.so.11 libmysqlclient.so.10 At 15:18 01/03/2002 -0500, Ronald Arenas wrote: >I have installed MySql 3.23.49, PHP 4.06, and Apache 1.3.20 successfully on >my RH 7.2 box

Re: MySql 4.01 and libmysqlclient.so.10

2002-03-01 Thread Trond Eivind Glomsrød
Ronald Arenas <[EMAIL PROTECTED]> writes: > I have installed MySql 3.23.49, PHP 4.06, and Apache 1.3.20 successfully on > my RH 7.2 box. Now I try to install MySql 4.01 (after removing MySql > 3.23.49) I get a "Php-mysql.4.xx requires libmysqlclient.so.10". My attemp

Re: MySql 4.01 and libmysqlclient.so.10 - TEMP FIX

2002-03-01 Thread Jim Lucas [jimmysql]
TECTED]> Sent: Friday, March 01, 2002 1:52 PM Subject: RE: MySql 4.01 and libmysqlclient.so.10 - TEMP FIX Perhaps the rpm expects to perform a (forced) upgrade Ç: -Original Message- ... Your problem is because your new compile (or binary install) is expecting the layout previo

RE: MySql 4.01 and libmysqlclient.so.10 - TEMP FIX

2002-03-01 Thread Land, Christopher
PHP 4.06, and Apache 1.3.20 successfully on > my RH 7.2 box. Now I try to install MySql 4.01 (after removing MySql > 3.23.49) I get a "Php-mysql.4.xx requires libmysqlclient.so.10". My attempt > to install MySql 4.01 ends there. > > I did some reading and found that "

Re: MySql 4.01 and libmysqlclient.so.10 - TEMP FIX

2002-03-01 Thread Lou Picciano / Essex Systems
: Create these links: /usr/lib/libmysqlclient.so.10 -> /usr/local/lib/mysql/libmysqlclient.so.11 /usr/lib/libmysqlclient.so.11 -> /usr/local/lib/mysql/libmysqlclient.so.11 This should make BOTH MySQL and PHP happy, but does not fix the problem with Apache - you may run into - about mod_auth_

RE: Please Help! MySql 4.01/PhP 4.06 looking for Libmysqlclient.so.10?

2002-03-01 Thread Jonathan Hilgeman
PHP is looking for the client library that gets installed with MySQL 3.23.4+. Now, you can try a QUICK fix that might not work, but it's worth a shot. Go to the directory that has the libmysqlclient.so.11 file and type the following: ln -s libmysqlclient.so.11 libmysqlclient.so.10 That s

Re: Please Help! MySql 4.01/PhP 4.06 looking for Libmysqlclient.so.10?

2002-03-01 Thread Fournier Jocelyn [Presence-PC]
MySql 4.01/PhP 4.06 looking for Libmysqlclient.so.10? > I have installed MySql 3.23.49, PHP 4.06, and Apache 1.3.20 successfully on > my RH 7.2 box. Now I try to install MySql 4.01 (after removing MySql > 3.23.49) I get a "Php-mysql.4.xx requires libmysqlclient.so.10". My at

Re: Please Help! MySql 4.01/PhP 4.06 looking for Libmysqlclient.so.10?

2002-03-01 Thread Van
Ronald Arenas wrote: > > I have installed MySql 3.23.49, PHP 4.06, and Apache 1.3.20 successfully on > my RH 7.2 box. Now I try to install MySql 4.01 (after removing MySql > 3.23.49) I get a "Php-mysql.4.xx requires libmysqlclient.so.10". My attempt > to install MySq

Please Help! MySql 4.01/PhP 4.06 looking for Libmysqlclient.so.10?

2002-03-01 Thread Ronald Arenas
I have installed MySql 3.23.49, PHP 4.06, and Apache 1.3.20 successfully on my RH 7.2 box. Now I try to install MySql 4.01 (after removing MySql 3.23.49) I get a "Php-mysql.4.xx requires libmysqlclient.so.10". My attempt to install MySql 4.01 ends there. I did some reading and

MySql 4.01 and libmysqlclient.so.10

2002-03-01 Thread Ronald Arenas
I have installed MySql 3.23.49, PHP 4.06, and Apache 1.3.20 successfully on my RH 7.2 box. Now I try to install MySql 4.01 (after removing MySql 3.23.49) I get a "Php-mysql.4.xx requires libmysqlclient.so.10". My attempt to install MySql 4.01 ends there. I did some reading and

Re: help! can't load libmysqlclient.so.10

2001-07-20 Thread Gerald Clark
tpd/modules/libphp4.so into server: > libmysqlclient.so.10: cannot open shared object file: No such file or > directory [FAILED] > > So, it's locating libphp4.so ok, but can't find libmysqlclient.so.10, > which actually located at: >

Re: help! can't load libmysqlclient.so.10

2001-07-20 Thread Trond Eivind Glomsrød
Michael Taney <[EMAIL PROTECTED]> writes: > I've installed mysql and PHP4 according to instructions at mysql.com, > but I'm getting the following error when I try to start httpd: > > Cannot load /etc/httpd/modules/libphp4.so into server: > libmysqlclient.so.10:

help! can't load libmysqlclient.so.10

2001-07-20 Thread Michael Taney
I've installed mysql and PHP4 according to instructions at mysql.com, but I'm getting the following error when I try to start httpd: Cannot load /etc/httpd/modules/libphp4.so into server: libmysqlclient.so.10: cannot open shared object file: No such file or directory [FAILED]