Re: libmysqlclient so version

2013-08-06 Thread rafal somla
Hello again! On 2013-08-05 15:07, Sebastien FLAESCH wrote: Hello Rafal and thank you for you answer. Note I sent a similar mail in the mailing list. So I think you should also answer in the mailing list too. I understand that it should be ok regarding libmysqlclient.so.18.1.0. $ ldd -r /home/

Fwd: Re: libmysqlclient so version

2013-08-06 Thread rafal somla
Forwarding my reply here, as it might be interesting to other people too. Original Message Subject: Re: libmysqlclient so version Date: Mon, 05 Aug 2013 14:10:28 +0200 From: rafal somla Organization: Oracle Corporation To: Sebastien FLAESCH Hello Sebastien, Thank you for

Re: libmysqlclient from source

2011-11-03 Thread Dan Nelson
In the last episode (Nov 02), Nick Khamis said: > Hello Everyone, > > I am looking to build just the mysql client, and not the entire server > from source. > Which cmake flags do I need to install just the mysql client/devel header > files. > The actualy mysql server is on a different machine. T

Re: libmysqlclient from source

2011-11-02 Thread Nick Khamis
I should have mentioned that this is using mysql 5.5.15 Thanks Again, Nick. -- 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 name library wrong

2004-12-17 Thread Josh Trutwin
On Fri, 17 Dec 2004 16:19:25 -0200 (BRST) [EMAIL PROTECTED] wrote: > >Description: > > Mysql 4.1.8 installs libmysqlclient as libmysqlclient.14.0.0 > instead of libmysqlclient.so.14.0.0 which is the correct for > Linux. I wish you were about 1/2 hour faster, I just finish

Re: libmysqlclient on Darwin/OS X

2002-04-11 Thread Liam
>Heya: > >in openBSD I have a cli interface for simple i/o to mysql database. >Written in C. >it works perfectly. > >On Darwin and OS X it won't compile. >It gives the following errors. > >$ cc -lmysqlclient -I/usr/local/mysql/include testmy.c linklist.c >/usr/bin/ld: Undefined symbols: >_mysql_cl

Re: libmysqlclient documentation project

2001-12-08 Thread Sasha Pachev
On Saturday 08 December 2001 09:01 pm, Colin Faber wrote: > Is anyone else interested in documenting libmysqlclient? Just a basic > set of function guidelines would be nice. The public API is documented in our manual... -- MySQL Development Team For technical support contracts, visit https://or

Re: libmysqlclient[_r].so + pthreads + gdb

2001-08-06 Thread Sinisa Milivojevic
Vladimir Zidar writes: > It is gdb-5.0, Mandrake 8 version, with patch for threaded application under > new glibc/kernel. > That one is not very good for threaded apps. That is why we use gdb from snapshots. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa

Re: libmysqlclient[_r].so + pthreads + gdb

2001-08-06 Thread Vladimir Zidar
It is gdb-5.0, Mandrake 8 version, with patch for threaded application under new glibc/kernel. On Sunday 05 August 2001 12:54, you wrote: > Vladimir Zidar writes: > > >Description: > > > > mysql refuses connection [local/unix-socket] when client is ran under > > GDB, and linked with pthread

Re: libmysqlclient[_r].so + pthreads + gdb

2001-08-05 Thread Sinisa Milivojevic
Vladimir Zidar writes: > >Description: > mysql refuses connection [local/unix-socket] when client is ran under GDB, > and linked with pthread library. It doesn't need to call any pthread_*() > function, it just fails when linked with it. > > >How-To-Repeat: > > #include

Re: libmysqlclient

2001-03-02 Thread Gerald L. Clark
You need to include libz. add -lz to your library list in your cc command Maurizio wrote: > > Description: > upgrading my old MySql version to the new one, all my C code doesn't compile > returning an ld error in resolving my_compress() and my_uncompress() > finctions. > I forced compilation cop

Re: libmysqlclient

2001-02-16 Thread Mohamad Ilhami
copy or link your libmysqlclient.so.10.0 to /usr/lib. Or edit /etc/ld.so.conf. Add path your libmysqlclient.so.10.0, and run ldconfig. You must have root access. --ilham-- On Fri, 16 Feb 2001, Alex Le Fevre wrote: > I just installed MySQL version 3.23.32, and all > appeared to go well. However,