libmysqlclient.so.16 no version information available

2011-01-31 Thread Noel Butler

Arg!  This abomination  5.5 is causing more headaches,

postfix will not run, I've heard dovecot may not either, amongst others


postconf: /usr/lib/libmysqlclient.so.16: no version information
available (required by postcon
/etc/init.d/postfix start
 * Starting Postfix Mail Transport Agent postfix
postconf: /usr/lib/libmysqlclient.so.16: no version information
available (required by postconf)
/usr/sbin/postconf: /usr/lib/libmysqlclient.so.16: no version
information available (required by /usr/sbin/postconf)
/usr/sbin/postconf: /usr/lib/libmysqlclient.so.16: no version
information available (required by /usr/sbin/postconf)

[fail]


*sigh*  Why was this removed, or is this another side affect of that
amazing winblozy P.O.S cmake?




signature.asc
Description: This is a digitally signed message part


Re: libmysqlclient.so.16 no version information available

2011-01-31 Thread Reindl Harald
You need mysql-5.1 compat-libs package
or rebuild applications against 5.5

for feddora/rhel type compat-mysql51 in google
there are packages from remi since he builds 5.5

this is nothing new and was the same with 5.1
while applications was linked against 5.0


Am 31.01.2011 09:24, schrieb Noel Butler:
 
 Arg!  This abomination  5.5 is causing more headaches,
 
 postfix will not run, I've heard dovecot may not either, amongst others
 
 
 postconf: /usr/lib/libmysqlclient.so.16: no version information available 
 (required by postcon
 /etc/init.d/postfix start
 * Starting Postfix Mail Transport Agent postfix   
 postconf:
 /usr/lib/libmysqlclient.so.16: no version information available (required by 
 postconf)
 /usr/sbin/postconf: /usr/lib/libmysqlclient.so.16: no version information 
 available (required by /usr/sbin/postconf)
 /usr/sbin/postconf: /usr/lib/libmysqlclient.so.16: no version information 
 available (required by /usr/sbin/postconf)
   
   [fail]
 *sigh*  Why was this removed, or is this another side affect of that amazing 
 winblozy P.O.S cmake?

-- 

Mit besten Grüßen, Reindl Harald
the lounge interactive design GmbH
A-1060 Vienna, Hofmühlgasse 17
CTO / software-development / cms-solutions
p: +43 (1) 595 3999 33, m: +43 (676) 40 221 40
icq: 154546673, http://www.thelounge.net/



signature.asc
Description: OpenPGP digital signature


Re: libmysqlclient.so.16 no version information available

2011-01-31 Thread Noel Butler
On Mon, 2011-01-31 at 10:52 +0100, Reindl Harald wrote:

 You need mysql-5.1 compat-libs package
 or rebuild applications against 5.5
 
 for feddora/rhel type compat-mysql51 in google
 there are packages from remi since he builds 5.5
 
 this is nothing new and was the same with 5.1
 while applications was linked against 5.0
 


HUH? These are all source builds,  I did not have this problem
previously, I don't use package maintainers versions.
I have source builds of mysql, postfix, dovecot, apache, php, bind -
pretty much all the common main daemons, i don't trust distro butchers ,
err, i mean maintainers, for these critical apps.

thanks anyway.





 
 Am 31.01.2011 09:24, schrieb Noel Butler:
  
  Arg!  This abomination  5.5 is causing more headaches,
  
  postfix will not run, I've heard dovecot may not either, amongst others
  
  
  postconf: /usr/lib/libmysqlclient.so.16: no version information available 
  (required by postcon
  /etc/init.d/postfix start
  * Starting Postfix Mail Transport Agent postfix 
postconf:
  /usr/lib/libmysqlclient.so.16: no version information available (required 
  by postconf)
  /usr/sbin/postconf: /usr/lib/libmysqlclient.so.16: no version information 
  available (required by /usr/sbin/postconf)
  /usr/sbin/postconf: /usr/lib/libmysqlclient.so.16: no version information 
  available (required by /usr/sbin/postconf)
  
  [fail]
  *sigh*  Why was this removed, or is this another side affect of that 
  amazing winblozy P.O.S cmake?
 




signature.asc
Description: This is a digitally signed message part


Re: libmysqlclient.so.16 no version information available

2011-01-31 Thread Reindl Harald
Have you rebuilt all depending applications AFTER
rebuild of mysql 5.5?

BTW:
I also make my own source-builds with optimized flags but not dumb
configure  make, the better way is to build clean distro-packages
and install them with the package-manager, this way you would
get not installed the packages as long dependencies are clean

Am 31.01.2011 11:38, schrieb Noel Butler:
 On Mon, 2011-01-31 at 10:52 +0100, Reindl Harald wrote:
 You need mysql-5.1 compat-libs package
 or rebuild applications against 5.5

 for feddora/rhel type compat-mysql51 in google
 there are packages from remi since he builds 5.5

 this is nothing new and was the same with 5.1
 while applications was linked against 5.0

 
 HUH? These are all source builds,  I did not have this problem previously, I 
 don't use package maintainers versions.
 I have source builds of mysql, postfix, dovecot, apache, php, bind - pretty 
 much all the common main daemons, i
 don't trust distro butchers , err, i mean maintainers, for these critical 
 apps.
 
 thanks anyway.

 Am 31.01.2011 09:24, schrieb Noel Butler:
  
  Arg!  This abomination  5.5 is causing more headaches,
  
  postfix will not run, I've heard dovecot may not either, amongst others
  
  
  postconf: /usr/lib/libmysqlclient.so.16: no version information available 
  (required by postcon
  /etc/init.d/postfix start
  * Starting Postfix Mail Transport Agent postfix
 postconf:
  /usr/lib/libmysqlclient.so.16: no version information available (required 
  by postconf)
  /usr/sbin/postconf: /usr/lib/libmysqlclient.so.16: no version information 
  available (required by /usr/sbin/postconf)
  /usr/sbin/postconf: /usr/lib/libmysqlclient.so.16: no version information 
  available (required by /usr/sbin/postconf)
 
   [fail]
  *sigh*  Why was this removed, or is this another side affect of that 
  amazing winblozy P.O.S cmake?

 

-- 

Mit besten Grüßen, Reindl Harald
the lounge interactive design GmbH
A-1060 Vienna, Hofmühlgasse 17
CTO / software-development / cms-solutions
p: +43 (1) 595 3999 33, m: +43 (676) 40 221 40
icq: 154546673, http://www.thelounge.net/



signature.asc
Description: OpenPGP digital signature


Re: libmysqlclient.so.16 no version information available

2011-01-31 Thread Noel Butler
On Mon, 2011-01-31 at 11:42 +0100, Reindl Harald wrote:

 Have you rebuilt all depending applications AFTER
 rebuild of mysql 5.5?
 


yes, built 5.5 a month ago, only today rebuilt postfix (upgraded 2.7.2
to 2.8.0)
This is a common problem, google fu indicates others have same problem,
some of them claim reverting to 5.5.7 corrects this error, there was
major changes from 5.5.7 to 5.5.8, but I don't see the sense in
downgrading to what was regarded as unstable mysql version to correct
it. just as well this is on a dev testbed and not production, more of a
reason production will stay on 5.1 I think.




 BTW:
 I also make my own source-builds with optimized flags but not dumb
 configure  make, the better way is to build clean distro-packages
 and install them with the package-manager, this way you would


I totally disagree. but thats the beauty about open source, each to
their own.


 when there is only one version of the lib installed it should not be an
issue, I've been building tarballs for 20 years, so do understand  how
the OS works and how to best use configure :)



 Am 31.01.2011 11:38, schrieb Noel Butler:
  On Mon, 2011-01-31 at 10:52 +0100, Reindl Harald wrote:
  You need mysql-5.1 compat-libs package
  or rebuild applications against 5.5
 
  for feddora/rhel type compat-mysql51 in google
  there are packages from remi since he builds 5.5
 
  this is nothing new and was the same with 5.1
  while applications was linked against 5.0
 
  
  HUH? These are all source builds,  I did not have this problem previously, 
  I don't use package maintainers versions.
  I have source builds of mysql, postfix, dovecot, apache, php, bind - pretty 
  much all the common main daemons, i
  don't trust distro butchers , err, i mean maintainers, for these critical 
  apps.
  
  thanks anyway.
 
  Am 31.01.2011 09:24, schrieb Noel Butler:
   
   Arg!  This abomination  5.5 is causing more headaches,
   
   postfix will not run, I've heard dovecot may not either, amongst others
   
   
   postconf: /usr/lib/libmysqlclient.so.16: no version information 
   available (required by postcon
   /etc/init.d/postfix start
   * Starting Postfix Mail Transport Agent postfix  
postconf:
   /usr/lib/libmysqlclient.so.16: no version information available 
   (required by postconf)
   /usr/sbin/postconf: /usr/lib/libmysqlclient.so.16: no version 
   information available (required by /usr/sbin/postconf)
   /usr/sbin/postconf: /usr/lib/libmysqlclient.so.16: no version 
   information available (required by /usr/sbin/postconf)

  [fail]
   *sigh*  Why was this removed, or is this another side affect of that 
   amazing winblozy P.O.S cmake?
 
  
 




signature.asc
Description: This is a digitally signed message part


Re: libmysqlclient.so.16 no version information available

2011-01-31 Thread Joerg Bruehe
Noel, all,


Noel Butler wrote:
 Arg!  This abomination  5.5 is causing more headaches,
 
 postfix will not run, I've heard dovecot may not either, amongst others
 
 
 postconf: /usr/lib/libmysqlclient.so.16: no version information
 available (required by postcon
 /etc/init.d/postfix start
  * Starting Postfix Mail Transport Agent postfix
 postconf: /usr/lib/libmysqlclient.so.16: no version information
 available (required by postconf)
 /usr/sbin/postconf: /usr/lib/libmysqlclient.so.16: no version
 information available (required by /usr/sbin/postconf)
 /usr/sbin/postconf: /usr/lib/libmysqlclient.so.16: no version
 information available (required by /usr/sbin/postconf)
 
 [fail]
 
 
 *sigh*  Why was this removed, or is this another side affect of that
 amazing winblozy P.O.S cmake?

could you please specify exactly what you feel was removed from 5.5, but
present in 5.1?
I'd also like to know on which platform postconf runs which commands
to check libmysqlclient.

I am not aware of a versioning change around libmysqlclient,
especially MySQL 5.1 and 5.5 both use the same version 16 for this
library (the interface didn't change).
This is also the reason why shared-compat packages of MySQL 5.5 do not
include the client libraries shipped with 5.1, only those of 5.0 and
earlier: The MySQL 5.5 ones can replace those of 5.1 directly.

What was changed, however, is that now the client library is only built
thread-safe: whereas previous versions had separate libmysqlclient.*
and libmysqlclient_r.*, these are now (in 5.5) symbolic links to the
same file.

It is of course possible that cmake does handle some aspects different
from the way make and the autotools did it, but that this difference
does not matter to the way we do release builds (or was overcome).
Especially, the .la files are not created any more.


HTH,
Jörg

-- 
Joerg Bruehe,  MySQL Build Team,  joerg.bru...@oracle.com
ORACLE Deutschland B.V.  Co. KG,   Komturstrasse 18a,   D-12099 Berlin
Geschaeftsfuehrer: Juergen Kunz, Marcel v.d. Molen, Alexander v.d. Ven
Amtsgericht Muenchen: HRA 95603


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/mysql?unsub=arch...@jab.org



Re: libmysqlclient.so.16 no version information available

2011-01-31 Thread Joerg Bruehe
Harald,


Reindl Harald wrote:
 You need mysql-5.1 compat-libs package
 or rebuild applications against 5.5

Your advice is correct in general, but not in this case:
1) Noel builds from source, as he writes later.
2) Both MySQL 5.1 and 5.5 come with version 16 of libmysqlclient, so
   an application built against MySQL 5.1 can directly use that of 5.5.

 
 [[...]]
 
 this is nothing new and was the same with 5.1
 while applications was linked against 5.0

Right, MySQL 5.0 - 5.1 had the transition 15 - 16 for
libmysqlclient[_r].so.


Regards,
Jörg

-- 
Joerg Bruehe,  MySQL Build Team,  joerg.bru...@oracle.com
ORACLE Deutschland B.V.  Co. KG,   Komturstrasse 18a,   D-12099 Berlin
Geschaeftsfuehrer: Juergen Kunz, Marcel v.d. Molen, Alexander v.d. Ven
Amtsgericht Muenchen: HRA 95603


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/mysql?unsub=arch...@jab.org



Re: libmysqlclient.so.16 no version information available

2011-01-31 Thread Reindl Harald


Am 31.01.2011 19:31, schrieb Joerg Bruehe:

 2) Both MySQL 5.1 and 5.5 come with version 16 of libmysqlclient, so
an application built against MySQL 5.1 can directly use that of 5.5

In theory!

Build a mysql 5.5 rpm for fedora 13 and install it
No way - Without the compat-package it will not work



signature.asc
Description: OpenPGP digital signature


Don't have libmysqlclient.so

2007-03-14 Thread POON Ben
Hi everyone,
 
I've just installed MySQL 5.0.37 from source.  One of my other programs
require libmysqlclient.so.10  I was under the impression that if I
installed MySQL from source, it will be made.  I looked at
/usr/local/lib and there is no libmysqlclient.so.10 or even a MySQL
folder...
 
Can anyone tell me how i can get it or where I can find it?  I am using
sparc solaris 10.
 
Thank you very much,
Ben


Re: Don't have libmysqlclient.so

2007-03-14 Thread Thiago LPS

try find on your system

find / -name '*lib*mysql*client*' -type f

them link one to /usr/lib/libmysqlclient.so.10

and try it again until you find one that can solve the problem.. :)




On 3/14/07, POON Ben [EMAIL PROTECTED] wrote:


Hi everyone,

I've just installed MySQL 5.0.37 from source.  One of my other programs
require libmysqlclient.so.10  I was under the impression that if I
installed MySQL from source, it will be made.  I looked at
/usr/local/lib and there is no libmysqlclient.so.10 or even a MySQL
folder...

Can anyone tell me how i can get it or where I can find it?  I am using
sparc solaris 10.

Thank you very much,
Ben





--
--
Thiago LPS
C.E.S.A.R - Administrador de Sistemas
msn: [EMAIL PROTECTED]
0xx 81 8735 2591
--


Re: question regarding compiling for libmysqlclient.so

2005-12-07 Thread Gleb Paharenko
Hello.



According to the output of configure shared libraries are enabled by

default:



 --enable-shared[=PKGS]  build shared libraries [default=yes]



Have you tried to just configure and make without any options?





Daryn wrote:

 hi there.

 

 1st time posting to this list (and although i know linux, libraries linking is

 above my level slightly as yet) so apologies if this is a case of rtfm but i

 can't find a clear definition on this subject.

 

 I want to run Postfix with Mysql support for aliasing etc. I installed postfix

 with non-mysql support and it worked fine. installed Mysql 5 (latest version),

 recompiled postfix with mysql support and postfix didnt work. I was told there

 was a fair chance that the reason for this was that the mysql binary tarball i

 downloaded didnt contain libmysqlclient.so.

 

 Thus I want to install what would be the mysql-devel package for Centos onto

 my linux centos system without using the actual package. I want to compile

 mysql on my system with the libmysqlclient.so files.

 

 I'm told it's the dynamic package and the compile strings in the docs all seem

 to be all-static. can anyone help an idiot out and provide me the string for

 compilation of mysql 5 please to include the development libraries please?

 

 thanks very much and once more, apologies if it is a case of deeper rtfm.

 

 Daryn 

 



-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.NET http://www.ensita.net/
   __  ___ ___   __
  /  |/  /_ __/ __/ __ \/ /Gleb Paharenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.NET
   ___/   www.mysql.com




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



Re: question regarding compiling for libmysqlclient.so

2005-12-07 Thread Peter J Milanese
Did you try doing a find for the lib? Perhaps it needs to be in the ld.conf or 
ldlibpath?


-
Sent from my NYPL BlackBerry Handheld.


- Original Message -
From: Gleb Paharenko [EMAIL PROTECTED]
Sent: 12/06/2005 05:51 PM
To: mysql@lists.mysql.com
Subject: Re: question regarding compiling for libmysqlclient.so

Hello.

According to the output of configure shared libraries are enabled by
default:

 --enable-shared[=PKGS]  build shared libraries [default=yes]

Have you tried to just configure and make without any options?


Daryn wrote:
 hi there.

 1st time posting to this list (and although i know linux, libraries linking is
 above my level slightly as yet) so apologies if this is a case of rtfm but i
 can't find a clear definition on this subject.

 I want to run Postfix with Mysql support for aliasing etc. I installed postfix
 with non-mysql support and it worked fine. installed Mysql 5 (latest version),
 recompiled postfix with mysql support and postfix didnt work. I was told there
 was a fair chance that the reason for this was that the mysql binary tarball i
 downloaded didnt contain libmysqlclient.so.

 Thus I want to install what would be the mysql-devel package for Centos onto
 my linux centos system without using the actual package. I want to compile
 mysql on my system with the libmysqlclient.so files.

 I'm told it's the dynamic package and the compile strings in the docs all seem
 to be all-static. can anyone help an idiot out and provide me the string for
 compilation of mysql 5 please to include the development libraries please?

 thanks very much and once more, apologies if it is a case of deeper rtfm.

 Daryn



--
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.NET http://www.ensita.net/
   __  ___ ___   __
  /  |/  /_ __/ __/ __ \/ /Gleb Paharenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.NET
   ___/   www.mysql.com




--
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]



question regarding compiling for libmysqlclient.so

2005-12-06 Thread Daryn
hi there.

1st time posting to this list (and although i know linux, libraries linking is
above my level slightly as yet) so apologies if this is a case of rtfm but i
can't find a clear definition on this subject.

I want to run Postfix with Mysql support for aliasing etc. I installed postfix
with non-mysql support and it worked fine. installed Mysql 5 (latest version),
recompiled postfix with mysql support and postfix didnt work. I was told there
was a fair chance that the reason for this was that the mysql binary tarball i
downloaded didnt contain libmysqlclient.so.

Thus I want to install what would be the mysql-devel package for Centos onto
my linux centos system without using the actual package. I want to compile
mysql on my system with the libmysqlclient.so files.

I'm told it's the dynamic package and the compile strings in the docs all seem
to be all-static. can anyone help an idiot out and provide me the string for
compilation of mysql 5 please to include the development libraries please?

thanks very much and once more, apologies if it is a case of deeper rtfm.

Daryn 

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



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 3 machine=

 ,

 I got this error:

 

 =3D=3D

 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 file or directory at

 /usr/lib/perl5/5.8.0/i386-linux-thread-multi/DynaLoader.pm line 229.

 =3D=3D

 

 I cannot find the file libmysqlclient.so.10 any where on the server that

 the Perl script is running on.  What I found instead was

 /usr/lib/libmysqlclient.so.15.

 

 How should I get the problem fixed?

 

 Thanks in advance for any help.

 

 Bing

 



-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.NET http://www.ensita.net/
   __  ___ ___   __
  /  |/  /_ __/ __/ __ \/ /Gleb Paharenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.NET
   ___/   www.mysql.com




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



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 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.  What I found instead was
/usr/lib/libmysqlclient.so.15.

How should I get the problem fixed?

Thanks in advance for any help.

Bing

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



Re: why libmysqlclient.so.10?

2005-08-23 Thread Jason Pyeron


how did you install MySQL 5.0?

did you do it by rpm?
or did you do a make install.

could you attach the output of

for i in `rpm -qa --queryformat '%{name} '`; do rpm -q $i  rpm -V $i; done

You will be able to get your compat rpms at

http://public.pdinc.us/rpms/mysql

we may have to make up some for MySQL 5.x

-Jason Pyeron

On Tue, 23 Aug 2005, Bing Du wrote:


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 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.  What I found instead was
/usr/lib/libmysqlclient.so.15.

How should I get the problem fixed?

Thanks in advance for any help.

Bing




--
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
-   -
- Jason Pyeron  PD Inc. http://www.pdinc.us -
- Partner  Sr. Manager 7 West 24th Street #100 -
- +1 (443) 921-0381 Baltimore, Maryland 21218   -
-   -
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

This message is for the designated recipient only and may contain 
privileged, proprietary, or otherwise private information. If you 
have received it in error, purge the message from your system and 
notify the sender immediately.  Any other use of the email by you 
is prohibited.


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



libmysqlclient.so.12 for solaris 8

2004-11-25 Thread Prem Soman
PLease help me to download libmysqlclient.so.12 for
MySQL  4.x for solaris 8.

Kinndly provide me some site from where i can download
it.






___ 
ALL-NEW Yahoo! Messenger - all new features - even more fun! 
http://uk.messenger.yahoo.com

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



libmysqlclient.so.12 download for solaris

2004-11-25 Thread Prem Soman
PLease help me to download libmysqlclient.so.12 for
MySQL  4.x for solaris 8.

Kinndly provide me some site from where i can download
it.



___ 
Win a castle for NYE with your mates and Yahoo! Messenger 
http://uk.messenger.yahoo.com

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



Re: libmysqlclient.so.12 client libraries for OS X

2004-11-01 Thread Rob Kudyba
OK so how do you reconfigure? Here's what happens when I try this:
./configure CC=gcc CFLAGS=-O3 -fno-omit-frame-pointer CXX=gcc \
 CXXFLAGS=-O3 -fno-omit-frame-pointer -felide-constructors \
 -fno-exceptions -fno-rtti \
 ./configure --prefix=/usr/local/mysql \
 --with-extra-charsets=complex --enable-thread-safe-client \
 --enable-local-infile --enable-shared
NOTE: This is a MySQL binary distribution. It's ready to run, you don't
need to configure it!
Michael Stassen wrote:
MySQL does not come in pieces for Mac OS X.  The whole thing comes in 
one Mac OS X binary package in PKG format, downloaded as a disk image 
(.dmg) file 
http://dev.mysql.com/doc/mysql/en/Mac_OS_X_installation.html.  The 
installer puts everything in /usr/local/mysql-VERSION, with a symbolic 
link at /usr/local/mysql.

The package does not include a shared library, however, as it's built 
with the --disable-shared flag 
http://dev.mysql.com/doc/mysql/en/Mac_OS_X_10.x.html.

Michael
Rob Kudyba wrote:
Where is there an OS X equivalent of:
MySQL-client-VERSION.i386.rpm
The standard MySQL client programs. You probably always want to install
this package. which is referred to here:
http://dev.mysql.com/doc/mysql/en/Linux-RPM.html
Specifically, I am looking for libmysqlclient.so.12 since you cannot
package that in applications since it would break the terms of the GPL.


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


Re: libmysqlclient.so.12 client libraries for OS X

2004-11-01 Thread Michael Stassen
That's right, it's a precompiled binary.  If you want a different 
configuration, you have to download the source and build your own 
http://dev.mysql.com/downloads/.  I haven't tried --enable-shared on Mac 
OS X, so I can't promise it will work, but I'm not aware of any reason it 
wouldn't.

In any case, I don't see how this will help you, as your stated goal was to 
avoid distributing the library.  I suspect you'll either have to face the 
licensing issue and distribute your app with the library built in, or 
distribute your app in source with instructions to build against the 
customer's copy of the library.

Michael
Rob Kudyba wrote:
OK so how do you reconfigure? Here's what happens when I try this:
./configure CC=gcc CFLAGS=-O3 -fno-omit-frame-pointer CXX=gcc \
  CXXFLAGS=-O3 -fno-omit-frame-pointer -felide-constructors \
  -fno-exceptions -fno-rtti \
  ./configure --prefix=/usr/local/mysql \
  --with-extra-charsets=complex --enable-thread-safe-client \
  --enable-local-infile --enable-shared
NOTE: This is a MySQL binary distribution. It's ready to run, you don't
need to configure it!
Michael Stassen wrote:
MySQL does not come in pieces for Mac OS X.  The whole thing comes in 
one Mac OS X binary package in PKG format, downloaded as a disk image 
(.dmg) file 
http://dev.mysql.com/doc/mysql/en/Mac_OS_X_installation.html.  The 
installer puts everything in /usr/local/mysql-VERSION, with a symbolic 
link at /usr/local/mysql.

The package does not include a shared library, however, as it's built 
with the --disable-shared flag 
http://dev.mysql.com/doc/mysql/en/Mac_OS_X_10.x.html.

Michael
Rob Kudyba wrote:
Where is there an OS X equivalent of:
MySQL-client-VERSION.i386.rpm
The standard MySQL client programs. You probably always want to install
this package. which is referred to here:
http://dev.mysql.com/doc/mysql/en/Linux-RPM.html
Specifically, I am looking for libmysqlclient.so.12 since you cannot
package that in applications since it would break the terms of the GPL.


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


Re: libmysqlclient.so.12 client libraries for OS X

2004-11-01 Thread Rob Kudyba
OK using the source and adding '--enable-shared' to the configure line 
works on OS X. I then had to create 3 links in order for our app to find 
the client library:
ln -s /usr/local/mysql/lib/mysql/libmysqlclient.12.0.0.dylib 
/usr/lib/libmysqlclient.12.0.0.dylib
ln -s /usr/lib/libmysqlclient.12.0.0.dylib /usr/lib/libmysqlclient.12.dylib
ln -s /usr/lib/libmysqlclient.12.0.0.dylib /usr/lib/libmysqlclient.dylib

We're simply working on a how-to/faq to address this issue informing 
users that they will have to install/configure MySQL to have this in 
place...

Thanks for the help.
Michael Stassen wrote:
That's right, it's a precompiled binary.  If you want a different 
configuration, you have to download the source and build your own 
http://dev.mysql.com/downloads/.  I haven't tried --enable-shared on 
Mac OS X, so I can't promise it will work, but I'm not aware of any 
reason it wouldn't.

In any case, I don't see how this will help you, as your stated goal 
was to avoid distributing the library.  I suspect you'll either have 
to face the licensing issue and distribute your app with the library 
built in, or distribute your app in source with instructions to build 
against the customer's copy of the library.

Michael
Rob Kudyba wrote:
OK so how do you reconfigure? Here's what happens when I try this:
./configure CC=gcc CFLAGS=-O3 -fno-omit-frame-pointer CXX=gcc \
  CXXFLAGS=-O3 -fno-omit-frame-pointer -felide-constructors \
  -fno-exceptions -fno-rtti \
  ./configure --prefix=/usr/local/mysql \
  --with-extra-charsets=complex --enable-thread-safe-client \
  --enable-local-infile --enable-shared
NOTE: This is a MySQL binary distribution. It's ready to run, you don't
need to configure it!
Michael Stassen wrote:
MySQL does not come in pieces for Mac OS X.  The whole thing comes 
in one Mac OS X binary package in PKG format, downloaded as a disk 
image (.dmg) file 
http://dev.mysql.com/doc/mysql/en/Mac_OS_X_installation.html.  The 
installer puts everything in /usr/local/mysql-VERSION, with a 
symbolic link at /usr/local/mysql.

The package does not include a shared library, however, as it's 
built with the --disable-shared flag 
http://dev.mysql.com/doc/mysql/en/Mac_OS_X_10.x.html.

Michael
Rob Kudyba wrote:
Where is there an OS X equivalent of:
MySQL-client-VERSION.i386.rpm
The standard MySQL client programs. You probably always want to 
install
this package. which is referred to here:
http://dev.mysql.com/doc/mysql/en/Linux-RPM.html

Specifically, I am looking for libmysqlclient.so.12 since you cannot
package that in applications since it would break the terms of the 
GPL.





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


libmysqlclient.so.12 client libraries for OS X

2004-10-31 Thread Rob Kudyba
Where is there an OS X equivalent of:
MySQL-client-VERSION.i386.rpm

The standard MySQL client programs. You probably always want to install
this package. which is referred to here:
http://dev.mysql.com/doc/mysql/en/Linux-RPM.html

Specifically, I am looking for libmysqlclient.so.12 since you cannot
package that in applications since it would break the terms of the GPL.

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



Re: libmysqlclient.so.12 client libraries for OS X

2004-10-31 Thread Michael Stassen
MySQL does not come in pieces for Mac OS X.  The whole thing comes in one 
Mac OS X binary package in PKG format, downloaded as a disk image (.dmg) 
file http://dev.mysql.com/doc/mysql/en/Mac_OS_X_installation.html.  The 
installer puts everything in /usr/local/mysql-VERSION, with a symbolic link 
at /usr/local/mysql.

The package does not include a shared library, however, as it's built with 
the --disable-shared flag 
http://dev.mysql.com/doc/mysql/en/Mac_OS_X_10.x.html.

Michael
Rob Kudyba wrote:
Where is there an OS X equivalent of:
MySQL-client-VERSION.i386.rpm
The standard MySQL client programs. You probably always want to install
this package. which is referred to here:
http://dev.mysql.com/doc/mysql/en/Linux-RPM.html
Specifically, I am looking for libmysqlclient.so.12 since you cannot
package that in applications since it would break the terms of the GPL.
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]


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 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 packages. What packages would that be?

Install MySQL-shared-compat also. And you may safely add --nodeps to rpm
if it will still fail






-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___ ___   __
  /  |/  /_ __/ __/ __ \/ /Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
   ___/   www.mysql.com




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



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/
   __  ___ ___   __
  /  |/  /_ __/ __/ __ \/ /Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
   ___/   www.mysql.com




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



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 -i mysql

returns:

MySQL-client-4.1.5-0.glibc23
MySQL-shared-compat-4.0.21-0 ---
MySQL-server-4.1.5-0.glibc23
MySQL-devel-4.1.5-0.glibc23
MySQL-shared-4.1.5-0.glibc23
php-mysql-4.3.8-2.1

ie, I have the backwards compat libmysqlclient.so.10 libs. They are here:
/usr/lib/libmysqlclient.so.10.0.0
/usr/lib/libmysqlclient_r.so.10.0.0
/usr/lib/libmysqlclient.so.10
/usr/lib/libmysqlclient_r.so.10
/usr/lib64/mysql/libmysqlclient.so.10.0.0
/usr/lib64/mysql/libmysqlclient_r.so.10.0.0
/usr/lib64/mysql/libmysqlclient.so.10
/usr/lib64/mysql/libmysqlclient_r.so.10

I modified /etc/ld.so.conf to be:
include ld.so.conf.d/*.conf
/usr/X11R6/lib
/usr/X11R6/lib64
/usr/lib64/qt-3.3/lib
/usr/lib64/mysql

and
/sbin/ldconfig -v | grep libmysqlclient

returns

libmysqlclient_r.so.10 - libmysqlclient_r.so.10.0.0
libmysqlclient.so.10 - libmysqlclient.so.10.0.0
libmysqlclient_r.so.10 - libmysqlclient_r.so.10.0.0
libmysqlclient.so.12 - libmysqlclient.so.12.0.0
libmysqlclient_r.so.12 - libmysqlclient_r.so.12.0.0
libmysqlclient.so.10 - libmysqlclient.so.10.0.0
libmysqlclient_r.so.14 - libmysqlclient_r.so.14.0.0
libmysqlclient.so.14 - libmysqlclient.so.14.0.0

(updatedb has also been run.)

mysql -V
mysql Ver 14.6 Distrib 4.1.5-gamma, for unknown-linux (x86_64)
is the mysql version i am running. (Which works fine)

Basically what I am asking is, how do I tell the (php/perlDBD) rpm where to 
find the libmysqlclient.so.10.0.0?
Thanks guys...

Philip.

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



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 by (installed) php-mysql-4.2.2-17.2
I presume that I need other packages. What packages would that be?
thanks
tim
look for a libmysql10 package.
For a complete installation, go for the following package : MySQL, 
MySQL-common, MySQL-server, MySQL-client and libmysql10

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


Re: libmysqlclient.so.10 is needed

2004-09-21 Thread I D
or... for me this rpm was the solution:
MySQL-shared-compat-4.0.21-0.i386.rpm
from:
ftp://gd.tuwien.ac.at/db/mysql/Downloads/MySQL-4.0/MySQL-shared-compat-4.0.21-0.i386.rpm
Philippe Poelvoorde wrote:
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 by (installed) 
php-mysql-4.2.2-17.2

I presume that I need other packages. What packages would that be?
thanks
tim

look for a libmysql10 package.
For a complete installation, go for the following package : MySQL, 
MySQL-common, MySQL-server, MySQL-client and libmysql10

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


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.10 is needed by (installed) php-mysql-4.2.2-17.2

I presume that I need other packages. What packages would that be?
thanks
tim
-- 
Tim Johnson [EMAIL PROTECTED]
  http://www.alaska-internet-solutions.com

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



Libmysqlclient.so.14 on Solaris 2.8 (SPARC)

2004-03-29 Thread Timothy Venn
Hello,

Please can  someone tell me where I can get / compile the
libmysqlclient.so.14 file for Solaris 2.8 (SPARC) as an
application that I am installing requires this library file ?

Regards

Tim
South Africa

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.511 / Virus Database: 308 - Release Date: 2003/08/18
 


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



Re: Libmysqlclient.so.14 on Solaris 2.8 (SPARC)

2004-03-29 Thread Nitin Mehta
Hello buddy,

try installing
MySQL-shared-compat for your platform

HTH
Nitin
- Original Message - 
From: Timothy Venn [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, March 29, 2004 7:13 PM
Subject: Libmysqlclient.so.14 on Solaris 2.8 (SPARC)


 Hello,

 Please can someone tell me where I can get / compile the
 libmysqlclient.so.14 file for Solaris 2.8 (SPARC) as an
 application that I am installing requires this library file ?

 Regards

 Tim
 South Africa

 ---
 Outgoing mail is certified Virus Free.
 Checked by AVG anti-virus system (http://www.grisoft.com).
 Version: 6.0.511 / Virus Database: 308 - Release Date: 2003/08/18



 -- 
 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]



libmysqlclient.so

2003-10-21 Thread Matt Babineau
Any ideas what packages install this library? I used the RPM to try and
install MySQL-client on my redhat machine, but the libmysqlclient did
not show up in /usr/lib - so I am wondering which RPM I need to get this
file?

Thanks,
Matt


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



Re: libmysqlclient.so

2003-10-21 Thread Eric L. Howard
At a certain time, now past [Oct.21.2003-12:24:30PM -0400], [EMAIL PROTECTED] spake 
thusly:
 Any ideas what packages install this library? I used the RPM to try and
 install MySQL-client on my redhat machine, but the libmysqlclient did
 not show up in /usr/lib - so I am wondering which RPM I need to get this
 file?

Did you search http://www.rpmfind.net?  The package that supplies this file
can change from one Linux distro to the next.  On some distros it's in
mysql-shared..rpm - or just mysql.xxx.rpm on others.

   ~elh

-- 
Eric L. Howard   e l h @ o u t r e a c h n e t w o r k s . c o m

www.OutreachNetworks.com313.297.9900

JabberID: [EMAIL PROTECTED] Advocate of the Theocratic Rule

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



Re: libmysqlclient.so

2003-10-21 Thread Kelley Lingerfelt
the mysql-devel rpm installs it.

Kelley


Matt Babineau wrote:

 Any ideas what packages install this library? I used the RPM to try and
 install MySQL-client on my redhat machine, but the libmysqlclient did
 not show up in /usr/lib - so I am wondering which RPM I need to get this
 file?

 Thanks,
 Matt

 --
 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]



Re: libmysqlclient.so

2003-10-21 Thread Matt Babineau
Thanks everyone! I installed MySQL-shared-X and it worked!

On Tue, 2003-10-21 at 15:48, Kelley Lingerfelt wrote:
 the mysql-devel rpm installs it.
 
 Kelley
 
 
 Matt Babineau wrote:
 
  Any ideas what packages install this library? I used the RPM to try and
  install MySQL-client on my redhat machine, but the libmysqlclient did
  not show up in /usr/lib - so I am wondering which RPM I need to get this
  file?
 
  Thanks,
  Matt
 
  --
  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]



Re: What provides libmysqlclient.so?

2003-10-16 Thread Nitin
Mysql-shared-compat

available at
http://www.mysql.com/downloads/mysql-4.0.html

for more information take a look at

http://www.mysql.com/doc/en/Linux-RPM.html

Enjoy
Nitin

- Original Message - 
From: Jeremy Zawodny [EMAIL PROTECTED]
To: Randy Chrismon [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Thursday, October 16, 2003 9:07 AM
Subject: Re: What provides libmysqlclient.so?


 On Wed, Oct 15, 2003 at 10:46:59PM -0400, Randy Chrismon wrote:
  I'm trying to upgrade my KDE setup but it fails on a dependency for
  libmysqlclient.so. I've looked at all the MySQL rpm files and none of
  them seem to provide this file. Does anyone know where this one comes
from?

 Probably a MySQL client package.
 -- 
 Jeremy D. Zawodny |  Perl, Web, MySQL, Linux Magazine, Yahoo!
 [EMAIL PROTECTED]  |  http://jeremy.zawodny.com/

 MySQL 4.0.15-Yahoo-SMP: up 32 days, processed 1,192,662,580 queries
(429/sec. avg)

 -- 
 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]



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

2003-10-16 Thread [EMAIL PROTECTED]
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/MySQL app for managing
the communications department.  The app worked sweet on our machines, but
when we moved it to the server and ran a UNION query (one of many)
BANG!  So We need to upgrade from 3.something to 4.0.  It's a Cobolt
Server, which I have no experience with, but everything was installed with
RPM.  I got the client and devel packages installed okay using rpm -Uvh
--replacefiles  but the server won't install because of 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
these packages somehow.  I have no idea how to do this without building
source RPMS (and even that I'm not sure about).  Unfortunately, I don't
have RPM build on this puter and it requires 15 major dependencies and I'm
on a 2k line.  This tape will self destruct in 3 seconds.


BOOM

PLEASE we're a really cool org and we need your help!

address: http://deepalaya.org

Jacob Singh


mail2web - Check your email from the web at
http://mail2web.com/ .



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



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

2003-10-16 Thread Nitin
Dear Mr. Singh,

You need to install Mysql-shared-compat

available at
http://www.mysql.com/downloads/mysql-4.0.html

for more information take a look at

http://www.mysql.com/doc/en/Linux-RPM.html

Enjoy
Nitin

- Original Message - 
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
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/MySQL app for managing
 the communications department.  The app worked sweet on our machines, but
 when we moved it to the server and ran a UNION query (one of many)
 BANG!  So We need to upgrade from 3.something to 4.0.  It's a Cobolt
 Server, which I have no experience with, but everything was installed with
 RPM.  I got the client and devel packages installed okay using rpm -Uvh
 --replacefiles  but the server won't install because of 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
 these packages somehow.  I have no idea how to do this without building
 source RPMS (and even that I'm not sure about).  Unfortunately, I don't
 have RPM build on this puter and it requires 15 major dependencies and I'm
 on a 2k line.  This tape will self destruct in 3 seconds.


 BOOM

 PLEASE we're a really cool org and we need your help!

 address: http://deepalaya.org

 Jacob Singh

 
 mail2web - Check your email from the web at
 http://mail2web.com/ .



 -- 
 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]



Re: What provides libmysqlclient.so?

2003-10-16 Thread Ryan Yagatich

What linux distro are you using? I'm going to assume either Redhat or 
Mandrake, however there are other `RPM' using distros.

Redhat: 
ftp://ftp.redhat.com/pub/redhat/linux/9/en/os/i386/RedHat/RPMS/mysql-client*

Mandrake: 
ftp://ftp.tux.org/distributions/mandrake/9.1/i586/Mandrake/RPMS/MySQL-client*

[...]

Above, I have the current version already selected, replace your version # 
with the number apropriate. You could also checkout their websites for 
other mirrors:

Redhat  : http://www.redhat.com/mirrors.html
Mandrake: http://www.linux-mandrake.com/en/ftp.php3



Thanks,
Ryan Yagatich

,_,
\ Ryan Yagatich [EMAIL PROTECTED] \
/ Pantek Incorporated  (877) LINUX-FIX /
\ http://www.pantek.com/security(440) 519-1802 \
/   Are your networks secure? Are you certain? /
\___F49F3365CFC4F2613AD204C58E50C1AD73F23DC722666BD4___\

On Wed, 15 Oct 2003, Randy Chrismon wrote:

Jeremy Zawodny wrote:

On Wed, Oct 15, 2003 at 10:46:59PM -0400, Randy Chrismon wrote:
  

I'm trying to upgrade my KDE setup but it fails on a dependency for 
libmysqlclient.so. I've looked at all the MySQL rpm files and none of 
them seem to provide this file. Does anyone know where this one comes from?



Probably a MySQL client package.
  

rpm -ql on MySQL-client... does not show libmysqlclient.so -- it does 
show something like libmysqlclient.la- Don't see how to get from that to 
an so file tho'.

Randy





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



What provides libmysqlclient.so?

2003-10-15 Thread Randy Chrismon
I'm trying to upgrade my KDE setup but it fails on a dependency for 
libmysqlclient.so. I've looked at all the MySQL rpm files and none of 
them seem to provide this file. Does anyone know where this one comes from?



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


Re: What provides libmysqlclient.so?

2003-10-15 Thread Jeremy Zawodny
On Wed, Oct 15, 2003 at 10:46:59PM -0400, Randy Chrismon wrote:
 I'm trying to upgrade my KDE setup but it fails on a dependency for 
 libmysqlclient.so. I've looked at all the MySQL rpm files and none of 
 them seem to provide this file. Does anyone know where this one comes from?

Probably a MySQL client package.
-- 
Jeremy D. Zawodny |  Perl, Web, MySQL, Linux Magazine, Yahoo!
[EMAIL PROTECTED]  |  http://jeremy.zawodny.com/

MySQL 4.0.15-Yahoo-SMP: up 32 days, processed 1,192,662,580 queries (429/sec. avg)

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



Re: What provides libmysqlclient.so?

2003-10-15 Thread Randy Chrismon
Jeremy Zawodny wrote:

On Wed, Oct 15, 2003 at 10:46:59PM -0400, Randy Chrismon wrote:
 

I'm trying to upgrade my KDE setup but it fails on a dependency for 
libmysqlclient.so. I've looked at all the MySQL rpm files and none of 
them seem to provide this file. Does anyone know where this one comes from?
   

Probably a MySQL client package.
 

rpm -ql on MySQL-client... does not show libmysqlclient.so -- it does 
show something like libmysqlclient.la- Don't see how to get from that to 
an so file tho'.

Randy

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


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

2003-08-14 Thread System
Hello All,
Redhat 9.0
Mysql 3.23.56 == Running

I want to upgarde to 4.0.13 but this is the error it says:
[EMAIL PROTECTED] downloads]# rpm -Uvh MySQL-server-4.0.13-0.i386.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
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
should not break those dependencies.

Any comments ?

Thanks in Advance!

Tina.



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



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

2003-08-11 Thread Lenz Grimmer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

On Mon, 11 Aug 2003, System wrote:

 Hello All,
 Redhat 9.0
 Mysql 3.23.56 == Running

 I want to upgarde to 4.0.13 but this is the error it says:
 [EMAIL PROTECTED] downloads]# rpm -Uvh MySQL-server-4.0.13-0.i386.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
 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
 should not break those dependencies.

 Any comments ?

You need to install MySQL-shared-compat in addition to MySQL-server - this
will satisfy the library dependencies.

http://www.mysql.com/doc/en/Linux-RPM.html

Bye,
LenZ
- -- 
 Lenz Grimmer [EMAIL PROTECTED]
 Senior Production Engineer
 MySQL GmbH, http://www.mysql.de/
 Hamburg, Germany

 For technical support contracts, visit https://order.mysql.com/?ref=mlgr
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2-rc1-SuSE (GNU/Linux)
Comment: For info see http://quantumlab.net/pine_privacy_guard/

iD8DBQE/N3VCSVDhKrJykfIRAvzOAJ9Io3UPSR8o2lNPULN7pX043FW5iACdHefi
+u+kj+2kBkLeonbeJhzPhBM=
=eQL6
-END PGP SIGNATURE-

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



RE: Installation - libmysqlclient.so (Redhat 8)

2003-06-06 Thread Ow Mun Heng
Hi All,

I know I'm re-posting but there must be someone out there who can
explain. Please Help. Thanks

Cheers,
Mun Heng, Ow
H/M Engineering
Western Digital M'sia 
DID : 03-7870 5168


-Original Message-
From: Ow Mun Heng 
Sent: Thursday, June 05, 2003 9:47 AM
To: [EMAIL PROTECTED]
Subject: Installation - libmysqlclient.so (Redhat 8)


Hi All,

Newbie question. 

Stock Standard Redhat 8.0 install with MySQL 3.23. Have not started using,
so thought I can upgrade to Version 4.0 it before I face more problems later
on.

RPM -e mysql*
libmysqlclient.so.10 needed by perl-DBD-MySQL

from the Mysql manual, it says that we can install
MySQL-shared-compat-xx.rpm which will install the libmysqlclient.so.10 and
libmysqlclient.so.12 and maintain dependency. As such, before I go any
further can I

# rpm -e --nodeps mysql-server mysql
# rpm -ivh MySQL-server MySQL-shared-compat MySQL-client

would this do? I've downloaded the rpm from MySQL.com

PS : Does this rpm installs to the *SAME* location as Redhat RPMs?
 DO I Upgrade or install? (rpm -U or Rpm -i since this is not Redhat
RPM)

Thanks


Cheers,
Mun Heng, Ow
H/M Engineering
Western Digital M'sia 
DID : 03-7870 5168


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



Installation - libmysqlclient.so (Redhat 8)

2003-06-05 Thread Ow Mun Heng
Hi All,

Newbie question. 

Stock Standard Redhat 8.0 install with MySQL 3.23. Have not started using,
so thought I can upgrade to Version 4.0 it before I face more problems later
on.

RPM -e mysql*
libmysqlclient.so.10 needed by perl-DBD-MySQL

from the Mysql manual, it says that we can install
MySQL-shared-compat-xx.rpm which will install the libmysqlclient.so.10 and
libmysqlclient.so.12 and maintain dependency. As such, before I go any
further can I

# rpm -e --nodeps mysql-server mysql
# rpm -ivh MySQL-server MySQL-shared-compat MySQL-client

would this do? I've downloaded the rpm from MySQL.com

PS : Does this rpm installs to the *SAME* location as Redhat RPMs?
 DO I Upgrade or install? (rpm -U or Rpm -i since this is not Redhat
RPM)

Thanks


Cheers,
Mun Heng, Ow
H/M Engineering
Western Digital M'sia 
DID : 03-7870 5168


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



Re: 4.0.2 libmysqlclient.so.10 not found

2002-07-26 Thread Dan Nelson

In the last episode (Jul 25), Darren Young said:
 I am in the process of testing out the 4.0 series of MySQL and am having
 some problems when I try to install the php-mysql RPM. The machine is a
 RedHat 7.2 i386 box with all current patches.
 
 I pulled down the source RPM 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.so.11. I tried a manual symlink from libmysqlclient.so.10 to
 libmysqlclient.so.11 and the php-mysql still complains that the library
 isn't present. I installed the php-mysql RPM with --nodeps just to test it
 out and sure enough I get 'Call to undefined function: mysql_pconnect' which
 is the same message you receive if you don't install the MySQL-shared RPM in
 the 3.0 series.
 
 I tried adding /usr/lib  /usr/lib/mysql  /etc/ld.so.conf and ran ldconfig
 which yielded the same results. Any thoughts on how I could get this library
 in place with 4.0.2?

The php you installed is linked to the mysql 3.23 shlibs.  Rebuild php
so it gets linked to the new lilbrary.

-- 
Dan Nelson
[EMAIL PROTECTED]

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




4.0.2 libmysqlclient.so.10 not found

2002-07-26 Thread Darren Young


I am in the process of testing out the 4.0 series of MySQL and am having
some problems when I try to install the php-mysql RPM. The machine is a
RedHat 7.2 i386 box with all current patches.

I pulled down the source RPM 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.so.11. I tried a manual symlink from libmysqlclient.so.10 to
libmysqlclient.so.11 and the php-mysql still complains that the library
isn't present. I installed the php-mysql RPM with --nodeps just to test it
out and sure enough I get 'Call to undefined function: mysql_pconnect' which
is the same message you receive if you don't install the MySQL-shared RPM in
the 3.0 series.

I tried adding /usr/lib  /usr/lib/mysql  /etc/ld.so.conf and ran ldconfig
which yielded the same results. Any thoughts on how I could get this library
in place with 4.0.2?

Thanks,

Darren Young
[EMAIL PROTECTED]


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




4.0.2 libmysqlclient.so.10 not found

2002-07-25 Thread Darren Young

I am in the process of testing out the 4.0 series of MySQL and am having
some problems when I try to install the php-mysql RPM. The machine is a
RedHat 7.2 i386 box with all current patches.

I pulled down the source RPM 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.so.11. I tried a manual symlink from libmysqlclient.so.10 to
libmysqlclient.so.11 and the php-mysql still complains that the library
isn't present. I installed the php-mysql RPM with --nodeps just to test it
out and sure enough I get 'Call to undefined function: mysql_pconnect' which
is the same message you receive if you don't install the MySQL-shared RPM in
the 3.0 series.

I tried adding /usr/lib  /usr/lib/mysql  /etc/ld.so.conf and ran ldconfig
which yielded the same results. Any thoughts on how I could get this library
in place with 4.0.2?

Thanks,

Darren Young
[EMAIL PROTECTED]


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




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 database rpm but I have 3.23.51 
 installed and apparently that one does not come with this library???  I 
 am having trouble getting PHP to work with mysql.

www.rpmfind.net

-- 
Dan Nelson
[EMAIL PROTECTED]

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




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 mysql database rpm but I have 3.23.51 
 installed and apparently that one does not come with this library???  I 
 am having trouble getting PHP to work with mysql.

That is part of the mysql-4.x RPMs (as opposed to the mysql-3.x
ones).

-- 
SCSI is usually fixed by remembering that it needs three terminations: One at
 each end of the chain. And the goat.
 -- Andrew McDonald, HantsLUG

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




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 come with this library???  I 
am having trouble getting PHP to work with mysql.

thanks...scd

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




multithreading and libmysqlclient.so on solaris - need help

2002-06-02 Thread Oren Zeev-Ben-Mordehai

Does the library 'libmysqlclient.so' known to work
 in a multi-threaded environment on Solaris?

I'm asking as in my C++ multithreaded program I get segmentation/bug error
from time to time.

Each of my threads is holding its own persistent connection.

I'm using MyODBC.
But even after I let each thread connect through a private copy of the
'libmyodbc3.so',
I get the same error. 'libodbc3.so' uses 'libmysqlclient.so'.
Here I've failed to make each thread use its own version of
'libmysqlclient.so'.

 - libmyodbc3.so

main - libmyodbc3.so - libmysqlclient.so.10

 - libmyodbc3.so


Any hint will be appreciated
 (both regarding the workaround that I try to build and the main issue
itself).


Regards,

 Oren.



Oren Zeev-Ben-Mordehai
Infrastructure Engineer
PhoneDo Networks
office: +972-9-951-7771 ext. 204
fax:+972-9-951-7772
email:  [EMAIL PROTECTED]

sql,query


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




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 changed, it means it not compatible. Install the older library in
addition

-- 
Trond Eivind Glomsrød
Red Hat, Inc.

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




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.  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 libmysqlclient.so.10 comes with MySql
3.23.xx.  I surfed my directories to find that MySql 4.01 installs
libmysqlclient.so.11

I installed theses packages using the RH RPM Manager.

Am I missing something?

Ron Arenas


-
Before posting, please check:
http://www.mysql.com/manual.php   (the manual)
http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Regards
John,
Former MySQL Developer

-
[EMAIL PROTECTED]
http://www.rygannon.com












-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




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 requires libmysqlclient.so.10.  My 
 attempt
  to install MySql 4.01 ends there.
 
  I did some reading and found that libmysqlclient.so.10 comes with MySql
  3.23.xx.  I surfed my directories to find that MySql 4.01 installs
  libmysqlclient.so.11
 
  I installed theses packages using the RH RPM Manager.
 
  Am I missing something?
 
  Ron Arenas
 
  -

Ron:

You should be aware that V4.0.x is as stable as V3.23.x. With the exception 
of the new features V4.0.x is V3.23.x


Might make sense to stick with a stable MySQL 3.23.xx db for now.  Unless, of
course, you need the enhanced features in 4.xx.

Also (OT), I'd recommend getting the most current version of PHP 4.x due 
to the
recent CERT announcement on the file upload flaw.  PHP can be found at 
php.net.

Regards,
Van
--
=
Linux rocks!!!   http://www.dedserius.com/
=

-
Before posting, please check:
http://www.mysql.com/manual.php   (the manual)
http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Regards
John,
Former MySQL Developer

-
[EMAIL PROTECTED]
http://www.rygannon.com












-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




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 found that libmysqlclient.so.10 comes with MySql
3.23.xx.  I surfed my directories to find that MySql 4.01 installs
libmysqlclient.so.11

I installed theses packages using the RH RPM Manager.

Am I missing something?


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




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 found that libmysqlclient.so.10 comes with MySql
3.23.xx.  I surfed my directories to find that MySql 4.01 installs
libmysqlclient.so.11

I installed theses packages using the RH RPM Manager.

Am I missing something?

Ron Arenas


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




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 MySql 4.01 ends there.
 
 I did some reading and found that libmysqlclient.so.10 comes with MySql
 3.23.xx.  I surfed my directories to find that MySql 4.01 installs
 libmysqlclient.so.11
 
 I installed theses packages using the RH RPM Manager.
 
 Am I missing something?
 
 Ron Arenas
 
 -

Ron:

Might make sense to stick with a stable MySQL 3.23.xx db for now.  Unless, of
course, you need the enhanced features in 4.xx.

Also (OT), I'd recommend getting the most current version of PHP 4.x due to the
recent CERT announcement on the file upload flaw.  PHP can be found at php.net.

Regards,
Van
-- 
=
Linux rocks!!!   http://www.dedserius.com/
=

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




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

2002-03-01 Thread Fournier Jocelyn [Presence-PC]

Hi,

Try to upgrade PHP to the latest version (4.1.2) , it should run fine.

Regards,

Jocelyn Fournier
- Original Message -
From: Ronald Arenas [EMAIL PROTECTED]
To: Mysql [EMAIL PROTECTED]
Sent: Friday, March 01, 2002 9:18 PM
Subject: Please Help! 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
attempt
 to install MySql 4.01 ends there.

 I did some reading and found that libmysqlclient.so.10 comes with MySql
 3.23.xx.  I surfed my directories to find that MySql 4.01 installs
 libmysqlclient.so.11

 I installed theses packages using the RH RPM Manager.

 Am I missing something?

 Ron Arenas


 -
 Before posting, please check:
http://www.mysql.com/manual.php   (the manual)
http://lists.mysql.com/   (the list archive)

 To request this thread, e-mail [EMAIL PROTECTED]
 To unsubscribe, e-mail
[EMAIL PROTECTED]
 Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




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 should create the file libmysqlclient.so.10 that links to ...so.11. If
the client library is vastly different, though, it might not work. 

If it doesn't work, you should go uninstall PHP, go to the directory where
everything was being compiled, edit the necessary files to have PHP use
libmysqlclient.so.11 instead (this might be in the Makefile - but be sure
you run a make clean first), and recompile.

I don't know how different the PHP RPM will be, but there should be a place
where you can change the reference to libmysqlclient. I use FreeBSD's ports
system and it has a special configure script that creates a little addon
to the Makefile that specifies the library version numbers like 10 or 11,
and you can change that file before compiling.

- Jonathan


-Original Message-
From: Ronald Arenas [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 01, 2002 12:19 PM
To: Mysql
Subject: Please Help! 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 attempt
to install MySql 4.01 ends there.

I did some reading and found that libmysqlclient.so.10 comes with MySql
3.23.xx.  I surfed my directories to find that MySql 4.01 installs
libmysqlclient.so.11

I installed theses packages using the RH RPM Manager.

Am I missing something?

Ron Arenas


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




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

2002-03-01 Thread Lou Picciano / Essex Systems

Ronald,

I ran into exactly the same problem you describe after compiling a new MySQL
v4...

I think I can offer you an unsophisticated workaround (read: HACK!), but I'd
defer to others on the list who know much more about this than I do...

Your problem is because your new compile (or binary install) is expecting
the layout previously used by mySQL v3.  Until you sort this out, the quick
fix is to make a link to libmysqlclient.so from where php 'thinks' it is.
On SuSE SPARC, these directories work; you should
interpret/infer/accommodate as required for your architecture:

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_mysql.

If anyone can offer us more, please do!

LP

 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 found that libmysqlclient.so.10 comes with MySql
 3.23.xx.  I surfed my directories to find that MySql 4.01 installs
 libmysqlclient.so.11
 
 I installed theses packages using the RH RPM Manager.
 
 Am I missing something?


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




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

2002-03-01 Thread Land, Christopher

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 previously used by mySQL v3.

...

If anyone can offer us more, please do!

LP

 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 found that libmysqlclient.so.10 comes with MySql
 3.23.xx.  I surfed my directories to find that MySql 4.01 installs
 libmysqlclient.so.11
 
 I installed theses packages using the RH RPM Manager.
 
 Am I missing something?


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail
[EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




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

2002-03-01 Thread Jim Lucas [jimmysql]

I would not recommend that.  I completely messed up my RH 7.2 system when I
tried to forced the MySQL install with 4.1.

I had to reinstall the system to make it function right.  There might have
been an easier way to fix all the broken problems that I caused, but I
couldn't.  I just moved my data and reinstalled.  It wasn't worth the time
of trying to fix all the problems since an install can be done and have it
up and running within 2 hours.

Jim Lucas

- Original Message -
From: Land, Christopher [EMAIL PROTECTED]
To: mySQL [EMAIL PROTECTED]
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 previously used by mySQL v3.

...

If anyone can offer us more, please do!

LP

 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 found that libmysqlclient.so.10 comes with MySql
 3.23.xx.  I surfed my directories to find that MySql 4.01 installs
 libmysqlclient.so.11

 I installed theses packages using the RH RPM Manager.

 Am I missing something?


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail
[EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




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 attempt
 to install MySql 4.01 ends there.
 
 I did some reading and found that libmysqlclient.so.10 comes with MySql
 3.23.xx.  I surfed my directories to find that MySql 4.01 installs
 libmysqlclient.so.11
 
 I installed theses packages using the RH RPM Manager.
 
 Am I missing something?

libmysqlclient.so.10?

libmysqlclient.so.11 is not compatible with libmysqlclient.so.10

-- 
Trond Eivind Glomsrød
Red Hat, Inc.

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Dang, what about libmysqlclient.so for the Binary Distribution of Max 4.0.1 ?

2002-01-06 Thread Allen


 What do I do to get libmysqlclient.so for my binary distribution of Mysql
 max 4.0.1 ?

 Install bitkeeper, get the source, build it ???

 It's not included in any download already ?
 ( Not the one I got, I just have a libmysqlclient.a )

 -AEF

-- 
When I took off my space suit helmet, I let out a sigh.
 At least that's what I told the martians...
 - Jack Handy

table
and database sql 
query 


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Okay fixed it the hard way - FYI Re: Dang, what about libmysqlclient.so for the Binary Distribution of Max 4.0.1 ?

2002-01-06 Thread Allen



I went ahead and did the Bitkeeper thing.

Again, the documentation was not very exacting:


 shell bk clone bk://work.mysql.com:7001 mysql-4.0

do rather:  bk clone bk://work.mysql.com:7001 mysql-max-4.0

 shell cd mysql
 shell bk -r edit
 shell aclocal; autoheader; autoconf;  automake;
 shell ./configure  # Add your favorite options here
 shell make

cd mysql-max-4.0

Do as above.

BUT BEFORE ./configure

cd innodb
aclocal; autoheader; autoconf; automake;
./configure

Then cd ..
and continue 

./configure  # Add your favorite options here
make.

After I did ./configure -with-shared and then did a make,
I had libmysqlclient.so* in some hidden type directory
under libmysql/.libs/ in here.

I copied these to /usr/lib and away I went.

Kylix can now use the Binary distribution since I have the 
right libmysqlclient.so.  I did not install the whole thing from
source, just the libs I needed.

Is it just me or has the whole www.mysql.com documentation
and process for getting up and running taken a terrible
turn for the worse ?

Is someone assigned to issues regarding Nice end-user experience ?

There is a lot of content, just slight wrong here and there, and somewhat
incomplete.

Say, a whole day of someone's time on this can make a world of difference.

?

-AEF


On Sunday 06 January 2002 21:38, Allen wrote:
  What do I do to get libmysqlclient.so for my binary distribution of Mysql
  max 4.0.1 ?

  Install bitkeeper, get the source, build it ???

  It's not included in any download already ?
  ( Not the one I got, I just have a libmysqlclient.a )

  -AEF

-- 
When I took off my space suit helmet, I let out a sigh.
 At least that's what I told the martians...
 - Jack Handy

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Missing libmysqlclient.so.6

2001-09-05 Thread Webmaster

Hi:

How I can install or copy mysqlclient.so.6 without reinstall??

I'm trying to execute PHP script (Phorummail) from shell, but I receive that
this lib is
missing.

[root@corotu docs]# ./phorummail
  php: error in loading shared libraries: libmysqlclient.so.6: cannot open
shared
  object file: No such file or directory


I have MySQL 3.27.23, PHP 4.0.6 and Red Hat Linux 6.0

Thanks for your help.

Peter Brumvig



-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: Missing libmysqlclient.so.6

2001-09-05 Thread Jeff Adams

Try updating your /etc/ld.so.conf file to include the path to the 
libmysqlclient.so.6 library, and re-run ldconfig.

- Jeff

Webmaster wrote:
 Hi:
 
 How I can install or copy mysqlclient.so.6 without reinstall??
 
 I'm trying to execute PHP script (Phorummail) from shell, but I receive that
 this lib is
 missing.
 
 [root@corotu docs]# ./phorummail
 
php: error in loading shared libraries: libmysqlclient.so.6: cannot open

 shared
 
object file: No such file or directory

 
 
 I have MySQL 3.27.23, PHP 4.0.6 and Red Hat Linux 6.0
 
 Thanks for your help.
 
 Peter Brumvig
 
 
 
 -
 Before posting, please check:
http://www.mysql.com/manual.php   (the manual)
http://lists.mysql.com/   (the list archive)
 
 To request this thread, e-mail [EMAIL PROTECTED]
 To unsubscribe, e-mail [EMAIL PROTECTED]
 Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
 



-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: Problems with libmysqlclient.so.10.0

2001-08-12 Thread X Lsi Maillard

 # httpd
 /usr/libexec/ld.so: httpd: libmysqlclient.so.10.0: No such file or
directory

 but I can locate the file at these tree places at the server, so where do
i
 have to place the file before the server can see it does exist. ?

 /usr/local/lib/mysql/libmysqlclient.so.10.0

/usr/ports/databases/mysql/work/fake-i386/usr/local/lib/mysql/libmysqlclient
 .so.10.0

/usr/ports/databases/mysql/work/mysql-3.23.37/libmysql/.libs/libmysqlclient.
 so.10.0

try editing your /etc/ld.so.conf file and see if one of the paths you
mentionned are listed into.

If not you can try to add one, else you can make a link to the lib into
/usr/lib or into a dir that is into your LD_LIBRARY_PATH variable.

There are other ways to do that but these are the simplest.

Regards.


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




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: 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:
 
 /usr/local/mysql/lib/mysql/libmysqlclient.so.10

This directory needs to be in /etc/ld.so.conf

-- 
Trond Eivind Glomsrød
Red Hat, Inc.

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




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

2001-07-20 Thread Gerald Clark

If you are running Linux, man ldconfig.
add the path to /etc/ld.so.conf
and run ldconfig.

Michael Taney wrote:

 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]
 
 So, it's locating libphp4.so ok, but can't find libmysqlclient.so.10,
 which actually located at:
 
 /usr/local/mysql/lib/mysql/libmysqlclient.so.10
 
 
 
 
 ===
 Michael Taney   
 [EMAIL PROTECTED]
 802 748-6311 voc
 802 748-6322 fax
 
 
 
 
 -
 Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)
 
 To request this thread, e-mail [EMAIL PROTECTED]
 To unsubscribe, e-mail 
 [EMAIL PROTECTED]
 Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php


-- 
Gerald L. Clark
[EMAIL PROTECTED]


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Undefined symbol _uncompress libmysqlclient.so.10.0

2001-06-27 Thread Alexandr Grinko

When i install php3 module in apache server i see this:

/usr/www/bin  ./apachectl configtest
Syntax error on line 22 of /usr/www/conf/httpd.conf:
Cannot load /usr/www/libexec/libphp3.so into server: Undefined symbol
_uncompress in httpd:/usr/local/mysql/lib/mysql/libmysqlclient.so.10.0

OS: FreeBSD 2.2.8
Thanks


/alex grinko


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: Can any body supply libmysqlclient.so for Solaris 7?

2001-06-12 Thread Sinisa Milivojevic

[EMAIL PROTECTED] writes:
 
 
 Could anybody e-mail me a copy of libmysqlclient.so for Solaris 7 -or- let me
 know where I can get one?
 
 Many Thanks,
=Adrian=
 
 
 Information in this message is confidential and may also be legally privileged.
 It is intended solely for the person to whom it is addressed. If you are not the
 intended recipient, please notify the sender, and then please delete the message
 from your system immediately.
 


HI!

Download our binary for Solaris 2.7, and you will find there anything
you require.

Also, please let me know what are you using MySQL for at your
institution.


-- 
Regards,
   __  ___ ___   __
  /  |/  /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED]
 / /|_/ / // /\ \/ /_/ / /__   MySQL AB, FullTime Developer
/_/  /_/\_, /___/\___\_\___/   Larnaca, Cyprus
   ___/   www.mysql.com

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Can any body supply libmysqlclient.so for Solaris 7?

2001-06-11 Thread Adrian . Davis



Could anybody e-mail me a copy of libmysqlclient.so for Solaris 7 -or- let me
know where I can get one?

Many Thanks,
   =Adrian=


Information in this message is confidential and may also be legally privileged.
It is intended solely for the person to whom it is addressed. If you are not the
intended recipient, please notify the sender, and then please delete the message
from your system immediately.



-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Cannot find libmysqlclient.so.9: no such file or directory: ANSWER

2001-06-10 Thread Scott Moore

I had this problem the other day, and thought I would post this for the
archives.

Running MySQL 3.23.38 with apache 1.3.39 and PHP 4.05. the versions are
really
irrelevant. MySQL compiled fine, and the daemon was running fine on Linux
7.0. Or
it appeared to be. But when I tried to run mySQL from the command line, I
would get
this error: mySQL: error while loading shared libraries:
libmysqlclient.so.9: cannot
open shared object file: no such file or directory.

When I would do a locate libmysqlclient.so, I could see there was a
mysqlclient.so.10,
but not 9. So what gives?

What I did was delete the /etc/rc.d/init.d/mysqld.server script, and
replaced it with
the one in /usr/local/mysql-3.23.38/libexec/...  then chmod 775 the script,
and  restart mysql
(killall mysqld and then /etc/rc.d/init.d/mysql.newscript start). It
started up just fine.

What I still can't figure out is, if I telnet in, then su -, it looks for
libmysqlclient.so.9
again if I run mysql from the command line. If I su root, it runs fine.
Must be taking
execution path from shell variable?


Scott Moore
http://www.akamine-moore.com




Mysql 3.23.38: libmysqlclient.so.9 cannot load shared...

2001-06-08 Thread Scott Moore

I've installed mysql 3.23.38 from source on redhat 7.0 (apache 1.3.39 and
PHP 4.0.5 also installed from source). The PHP and the apache are running
fine, and I can view database tables using MysqlAdmin from a web browser,
but if I run mysql from the command line, I get the following error mysql:
error while loading shared libraries: libmysqlclient.so.9: cannot open
shared object file: no such file or directory

Indeed, if I do a locate, I see that there is a libmysqlclient.so.10 but
not a 9.
also, If I do a ps -ax I can see the mysql processes running.

Any idea how to fix this? If not, any idea on a better place to look for the
answer?

Thanks

scott



help with libmysqlclient.so

2001-05-04 Thread afa2

Hi,

I have recently installed mysql-3.23.29a-gamma on Solaris 2.8. This
works fine but I am having problems installing the Msql-Mysql Perl
module. This makes but bombs out during testing with what seems to be a
fairly common error (I've been scouring email lists)...

 Can't load '../blib/arch/auto/DBD/mysql/mysql.so'for module DBD::mysql:
ld.so.1: ../../perl: fatal: relocation error: file
../blib/arch/auto/DBD/mysql/mysql.so: symbol uncompress: referenced
symbol not found at ../../lib/DynaLoader.pm line 206. 

It seems that the reference to mysql.so in fact means libmysqlclient.so
with the solution being to move this file into the library path for
shared libraries. My problem is that libmysqlclient.so has not
installed. I've checked carefully with find / -name 'libmysqlclient*'
but all this finds is the static library libmysqlclient.a.

I've tried to build the module using the this static library...

perl Makeperl.PL --static --config (perl is 5.6 which seems fine)

but it still looks for the shared library.

I'm probably doing something totally silly but if not can anyone help?
Is it possible to download libmysqlclient.so (I've seen it for Linux -
as part of an RPM (?) package - but not for Solaris)? Or is there a
patch?

Any help will be much appreciated.

Tony
-- 
__
Tony Austin  http://ads.ahds.ac.uk/project/staff.html   
Computing Officer
Archaeology Data Service
The King's Manor
York 
YO1 7EP
UK
phone +44 (0)1904-433975
fax   +44(0)1904-433939
http://ads.ahds.ac.uk/catalogue/
__

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




libmysqlclient.so.9: cannot open blah blah blah

2001-04-09 Thread True, James S

Hello,

I have jsut installed mysql,DBI etc on my linux 7.0 box. I got this error
first thing trying to change the root password. I do NOT have a file
libmysqlclient.so.9 but i DO have a file libmysqlclient.so.10. how did this
get out of sync and how can I repair this install?

Thanks,
Gim

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: MySQL, PHP, Apache: /usr/libexec/ld.so: httpd: libmysqlclient.so.6.0:No such file or directory

2001-03-23 Thread mshaw

I'm running into the same exact problem.  Apache will not start until
Mysql has been started (even if mysql is stopped prior to starting httpd),
and gives that same message.  If you start mysql first it should run fine.

Being relatively new to this type of thing I'm making some blind stabs,
but my guess is that the php module in apache isn't seeing a shared
library that is only made 'available' during the mysql start up? (pardon the
terms..again relatively new.) The
problem is that rc.local is followed after rc, so if you put mysql
startups in rc.local, httpd won't start. I worked around it temporarily by
putting the mysql startup directly in rc prior to httpd.  This is a no-no
according to the FAQ, so I'm currently trying to learn a bit about the
shared lib thing and how I can make it work correctly.

If anyone has a pointer to a solution to this or to generic info that
would educate and shed some light, it'd be much appreciated.

-Mike

On Fri, 23 Mar 2001, Colonel Panic wrote:

 Hi
 
 I've installed MySQL (mysql-3.23.33-pth) and PHP (php4-4.0.3pl1-mysql) from OpenBSD 
ports...
 
 ... but this has broken apache. Restarts/configtests now trigger:-
 /usr/libexec/ld.so: httpd: libmysqlclient.so.6.0: No such file or directory
 
 I've added
 shlib_dirs="/usr/local/lib/mysql"
 to rc.conf
 and the file is world readable and executable (although oened by root).
 
 ...but the problem persists. In /usr/local/lib/mysql/ libmysqlclient.so.6.0 is 
actually version so.10 ... is this the cause of the problem?
 
 all any help and guidance would be appreciated.
 
 thanks
 
 cp
 
 -- 
 [EMAIL PROTECTED]
 


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: MySQL, PHP, Apache: /usr/libexec/ld.so: httpd: libmysqlclient.so.6.0:No such file or directory

2001-03-23 Thread Thalis A. Kalfigopoulos


Since you updated both mysql and php you presumably should recompile apache as 
well. A quickdirty solution though could be to just create a link: 
libmysqlclient.so.6.0-libmysqlclient.so.10.0 and see what happens from there :-)

regards,
thalis



On Fri, 23 Mar 2001, Colonel Panic wrote:

 Hi
 
 I've installed MySQL (mysql-3.23.33-pth) and PHP (php4-4.0.3pl1-mysql) from OpenBSD 
ports...
 
 ... but this has broken apache. Restarts/configtests now trigger:-
 /usr/libexec/ld.so: httpd: libmysqlclient.so.6.0: No such file or directory
 
 I've added
 shlib_dirs="/usr/local/lib/mysql"
 to rc.conf
 and the file is world readable and executable (although oened by root).
 
 ...but the problem persists. In /usr/local/lib/mysql/ libmysqlclient.so.6.0 is 
actually version so.10 ... is this the cause of the problem?
 
 all any help and guidance would be appreciated.
 
 thanks
 
 cp
 
 -- 
 [EMAIL PROTECTED]


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: MySQL, PHP, Apache: /usr/libexec/ld.so: httpd: libmysqlclient.so.6.0: No such file or directory

2001-03-23 Thread Shell Hung

Colonel Panic wrote:
 
 Hi
 
 I've installed MySQL (mysql-3.23.33-pth) and PHP (php4-4.0.3pl1-mysql) from OpenBSD 
ports...
 
 ... but this has broken apache. Restarts/configtests now trigger:-
 /usr/libexec/ld.so: httpd: libmysqlclient.so.6.0: No such file or directory
 
 I've added
 shlib_dirs="/usr/local/lib/mysql"
 to rc.conf
 and the file is world readable and executable (although oened by root).
 
 ...but the problem persists. In /usr/local/lib/mysql/ libmysqlclient.so.6.0 is 
actually version so.10 ... is this the cause of the problem?
 
 all any help and guidance would be appreciated.
Well, I do have the same problems with you, but my case, it's MySQL +
p5-DBI, any suggestions ?

I tried to create a symlink, and I got 'core dump' when execute the Perl
script... .

ps. seems this mail cc to mysql mailing list, haven't subscribe yet..

-- 
Best Regardshttp://www.shellhung.org
Shell Hung  ftp://ftp.shellhung.org

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: MySQL, PHP, Apache: /usr/libexec/ld.so: httpd: libmysqlclient.so.6.0: No such file or directory

2001-03-23 Thread Colonel Panic

- Original Message - 
 I'm running into the same exact problem.  Apache will not start until
 Mysql has been started (even if mysql is stopped prior to starting httpd),
 and gives that same message.  If you start mysql first it should run fine.

In my case I hit the same error if msqld is running or not...

bash-2.04# /usr/local/bin/safe_mysqld
A mysqld process already exists
bash-2.04# apachectl configtest
/usr/libexec/ld.so: httpd: libmysqlclient.so.6.0: No such file or directory
bash-2.04#


incidentally, the copy of libmysqlclient.so.? is 10.0 , not 6.0 ... could this be it?

cp

-- 
[EMAIL PROTECTED]



-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php


Re: MySQL, PHP, Apache: /usr/libexec/ld.so: httpd: libmysqlclient.so.6.0: No such file or directory

2001-03-23 Thread Anil Madhavapeddy

Thalis A. Kalfigopoulos [EMAIL PROTECTED] wrote:
 
 Since you updated both mysql and php you presumably 
 should recompile apache as well. A quickdirty solution 
 though could be to just create a link: libmysqlclient.so.6.0-
 libmysqlclient.so.10.0 and see what happens from there :-)

Nope, that's not true.  You never need to recompile Apache if
you are using PHP as a DSO (which we do in the OpenBSD ports 
tree).

And don't symlink the shared library!  Recompile to make it link
against the right one.  This is purely a mismatch of binary ports,
I think.  Update your ports tree and reinstall the ports from source,
and everything will work fine.

--
Anil Madhavapeddy, [EMAIL PROTECTED]


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




no libmysqlclient.so in binary distribution

2001-03-10 Thread Dave Brown

I have a working 3.22 setup with perl DBI and php4 (using the php supplied
mysql libraries).

If I install the binary 3.23 distribution then perl DBI no longer works
because it is looking for libmysqlclient.so.6 which is not in the binary
distribution (Solaris 7).

Does this mean that I have to use the source distribution?
This is wierd because the binary distribution comes with setup scripts
which need perl DBI.

Do the php4 supplied mysql libraries work OK with MySQL 3.23 ?
There is a post on http://www.mysql.com/doc/U/p/Upgrading-from-3.22.html
listing a problem but the version with the problem is not listed.

Dave Brown

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




RE: no libmysqlclient.so in binary distribution

2001-03-10 Thread Cal Evans

Dave,

Just guessing here but I would say yes, rebuild form the source.

Cal
http://www.calevans.com
 

-Original Message-
From: Dave Brown [mailto:[EMAIL PROTECTED]]
Sent: Saturday, March 10, 2001 9:55 AM
To: [EMAIL PROTECTED]
Subject: no libmysqlclient.so in binary distribution 


I have a working 3.22 setup with perl DBI and php4 (using the php supplied
mysql libraries).

If I install the binary 3.23 distribution then perl DBI no longer works
because it is looking for libmysqlclient.so.6 which is not in the binary
distribution (Solaris 7).

Does this mean that I have to use the source distribution?
This is wierd because the binary distribution comes with setup scripts
which need perl DBI.

Do the php4 supplied mysql libraries work OK with MySQL 3.23 ?
There is a post on http://www.mysql.com/doc/U/p/Upgrading-from-3.22.html
listing a problem but the version with the problem is not listed.

Dave Brown

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php



-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




where is libmysqlclient.so.6 ?

2001-02-01 Thread Abby Jiang

Hi,

I installed the MySQL on my Red Hat6.2. I can start
the server. But when my cgi program connects to the
database, I got message saying that
libmysqlclient.so.6 was not found. What should I do to
get it? Thanks!

Abby

=
Abby

__
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




where is libmysqlclient.so.6 ?

2001-02-01 Thread Abby Jiang


Note: forwarded message attached.


=
Abby

__
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/


Hi,

I installed the MySQL on my Red Hat6.2. I can start
the server. But when my cgi program connects to the
database, I got message saying that
libmysqlclient.so.6 was not found. What should I do to
get it? Thanks!

Abby

=
Abby

__
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/




-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php