dave writes:
>
> Here's my problem. I'm new to the linux world. I've installed linux 7 on an
> old pentium machine. I've gotten MySQL server started (safe_mysqld &) and
> can work with the MySQL interface (mysql). What I want to do is code in c++
> against a MySQL database. I've downloaded the AP
Here's my problem. I'm new to the linux world. I've installed linux 7 on an
old pentium machine. I've gotten MySQL server started (safe_mysqld &) and
can work with the MySQL interface (mysql). What I want to do is code in c++
against a MySQL database. I've downloaded the API MySQL++-1.7.8-1.i386.
Message -
From: "Sinisa Milivojevic" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <>
Sent: Thursday, February 22, 2001 1:22 PM
Subject: Re: Linuux with mysql and c++ API
> Jarle Rudihagen writes:
> > Linux with mysql and c++API
> >
> > I
Jarle Rudihagen writes:
> Linux with mysql and c++API
>
> I'am trying to connect to an Mysql database trough c++ API (1.7.8)
> The program compiles just fine but when i try to run it I get the message
> Segmentation fault core dump
>
> When I try to run t
Linux with mysql and c++API
I'am trying to connect to an Mysql database trough c++ API (1.7.8)
The program compiles just fine but when i try to run it I get the message
Segmentation fault core dump
When I try to run the program with the strace command I can see that the
program connec