3 messages in com.mysql.lists.plusplusRe: installing mysql++
FromSent OnAttachments
Munira Ahmed10 Jan 2007 02:53 
Warren Young11 Jan 2007 18:59 
Munira Ahmed11 Jan 2007 19:08 
Subject:Re: installing mysql++
From:Munira Ahmed (muni@gmail.com)
Date:01/11/2007 07:08:05 PM
List:com.mysql.lists.plusplus

Thanks for you response. I guessed so too, however it turned out that while configuring I was giving the path of mysqlclient.a whereas it need the path for mysqlclient.so.

Regards.

On 1/12/07, Warren Young <mysq@etr-usa.com> wrote:

Munira Ahmed wrote:

I am getting follwoing error. My mysql version is 5.0.24

mysql_next_result ../lib/libmysqlpp.so mysql_more_results ../lib/libmysqlpp.so mysql_set_server_option ../lib/libmysqlpp.so

I'm guessing that you also have an older version of MySQL installed, and it is trying to build with the headers from one version, and the library from the other. These are new functions which should be in v5.0, but wouldn't be in, for instance, the v3.23 that ships with many Linuxen.