On Thu, 11 Apr 2002 20:10:15 -0400 (EDT)
Shivam K Shah <[EMAIL PROTECTED]> wrote:
> Hi,
> I'm using the mysqlclient_r library to access the database.
> I have written some code as an interface to access the MYSQL databse and
> have written the following test code to test the library.
> I'm using
Try building libmysqlclient_r with your local pthreads, the same ones
you're using in the application it self.
ie --with-pthraed=-pthread or --with-pthread=-lpthread
Shivam K Shah wrote:
>
> Hi,
>I have written the following test case in which I'm trying to access
> the database using d