Quantcast
Channel: MySQL Forums - Connector/C++
Viewing all articles
Browse latest Browse all 527

Building from MySQL Connector C++ Source (Linux) (no replies)

$
0
0
Hello,

I am able to successfully set up and use MySQL from building the source files. I wanted to build/compile MySQL Connector (C++) from the source, as well. However, I am running into the following linking issue:

Linking CXX shared library libmysqlcppconn.so
/usr/bin/ld: cannot find -lprobes_mysql
collect2: ld returned 1 exit status
make[2]: *** [driver/libmysqlcppconn.so.5.1.1.0] Error 1
make[1]: *** [driver/CMakeFiles/mysqlcppconn.dir/all] Error 2
make: *** [all] Error 2

The only thing that I notice at the moment is that there is something similar in the /usr/local/mysql/include directory called ---> probes_mysql.d
Has anyone experienced this issue before? Thanks for the help!

Viewing all articles
Browse latest Browse all 527

Trending Articles