I am trying use the mysql connector in c++ in ubuntu.
It appears that it requires the boost library. I did not want to bring in the boost library as it is large and this is running on a somewhat memory limited embedded platform. is there any way to include only parts of the boost library, and if so, how would I find out which parts to make mysql run?
I have used the MySQL Connector for C++ on Linux (select “Linux – Generic” in the drop-down box). It does not require Boost. You may want to try this one in lieu of the one you’re using.