I am trying to write an application that uses the C programming language with mysql as a database.
I know there is a C programmers API out there and I see all of the documentation out there about it.
All of this documentation states that I should have a file out there called mysql.h
I also should have a library out there called mysqlclient.
I don't have either of these.
I did not install my mysql from binary or source distributiuons. I have Fedora 5 and I used their package management tool to install mysql.
I don't even have a /usr/local/mysql directory. My mysql executable is in /usr/bin
What do I need to do to my mysql installation to get it to work with C Programming?
THanks for the help
Carl
I know there is a C programmers API out there and I see all of the documentation out there about it.
All of this documentation states that I should have a file out there called mysql.h
I also should have a library out there called mysqlclient.
I don't have either of these.
I did not install my mysql from binary or source distributiuons. I have Fedora 5 and I used their package management tool to install mysql.
I don't even have a /usr/local/mysql directory. My mysql executable is in /usr/bin
What do I need to do to my mysql installation to get it to work with C Programming?
THanks for the help
Carl