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/
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
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
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
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
>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
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
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
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
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
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
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,
12 matches
Mail list logo