MySQL Forums
Forum List  »  Connector/C++

Re: C++ Connector Source Build Issues in VS2017
Posted by: Luis Manuel Pinto da Silva
Date: February 05, 2018 06:27PM

Hi,

Probably missing the libmysqlclient library... still, better linking statically!

Try building connector adding the following cmake option:
-DMYSQLCLIENT_STATIC_LINKING=TRUE

Hope it helps!

Cheers,
Luís

Luís Silva

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: C++ Connector Source Build Issues in VS2017
525
February 05, 2018 06:27PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.