Advertisement
Guest User

Untitled

a guest
Jan 16th, 2018
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.77 KB | None | 0 0
  1. $ sudo cmake . -DMYSQLCLIENT_STATIC_LINKING=1
  2. -- The C compiler identification is GNU 6.3.0
  3. -- The CXX compiler identification is GNU 6.3.0
  4. -- Check for working C compiler: /usr/bin/cc
  5. -- Check for working C compiler: /usr/bin/cc -- works
  6. -- Detecting C compiler ABI info
  7. -- Detecting C compiler ABI info - done
  8. -- Detecting C compile features
  9. -- Detecting C compile features - done
  10. -- Check for working CXX compiler: /usr/bin/c++
  11. -- Check for working CXX compiler: /usr/bin/c++ -- works
  12. -- Detecting CXX compiler ABI info
  13. -- Detecting CXX compiler ABI info - done
  14. -- Detecting CXX compile features
  15. -- Detecting CXX compile features - done
  16. -- Looking for pthread.h
  17. -- Looking for pthread.h - found
  18. -- Looking for pthread_create
  19. -- Looking for pthread_create - not found
  20. -- Looking for pthread_create in pthreads
  21. -- Looking for pthread_create in pthreads - not found
  22. -- Looking for pthread_create in pthread
  23. -- Looking for pthread_create in pthread - found
  24. -- Found Threads: TRUE  
  25. -- Configuring to build Unicode driver
  26. -- Configuring to build ANSI driver
  27. -- You will link statically to the MySQL client library (set with -DMYSQLCLIENT_STATIC_LINKING=<bool>)
  28. -- Searching for static libraries with the base name(s) "libmysqlclient_r.a libmysqlclient.a"
  29. -- mysql_config was found /usr/bin/mysql_config
  30. CMake Error at cmake/FindMySQL.cmake:406 (message):
  31.   Could not find static "libmysqlclient_r.a libmysqlclient.a" in
  32.   MYSQL_LIB_DIR "/usr/lib/arm-linux-gnueabihf" in "mysqlopt"
  33. Call Stack (most recent call first):
  34.   cmake/FindMySQL.cmake:627 (_check_lib_search_error)
  35.   CMakeLists.txt:81 (INCLUDE)
  36.  
  37.  
  38. -- Configuring incomplete, errors occurred!
  39. See also "/usr/src/MyODBCConnector/CMakeFiles/CMakeOutput.log".
  40. See also "/usr/src/MyODBCConnector/CMakeFiles/CMakeError.log".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement