MySQL Forums
Forum List  »  MySQL Workbench

mysql-workbench build issue on ubuntu 14.04 LTS
Posted by: Arup De
Date: September 27, 2016 03:15PM

Hi,
I'm trying to install mysql-workbench from source on Ubuntu 14.04 LTS 64 buit machine.
However, I'm getting below error. Please let me know how to fix it.

Thanks,
Arup


~/projects/nvm/db/mysql/mysql-workbench/wb-build$ cmake ..
-- The C compiler identification is GNU 4.8.4
-- The CXX compiler identification is GNU 4.8.4
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.26")
-- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so
-- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found
-- Found X11: /usr/lib/x86_64-linux-gnu/libX11.so
-- checking for module 'freetype2'
-- found freetype2, version 17.1.11
-- Found Freetype: /usr/lib/x86_64-linux-gnu/libfreetype.so (found version "17.1.11")
-- Found GTK2_GTK: /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so
-- Found GTK2_GTKMM: /usr/lib/x86_64-linux-gnu/libgtkmm-2.4.so
-- checking for module 'gthread-2.0'
-- found gthread-2.0, version 2.40.2
-- checking for module 'gmodule-2.0'
-- found gmodule-2.0, version 2.40.2
-- checking for module 'glib-2.0'
-- found glib-2.0, version 2.40.2
-- Found SWIG: /usr/bin/swig2.0 (found version "2.0.11")
-- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython2.7.so (found suitable version "2.7.6", minimum required is "2.6")
-- Could NOT find PY_paramiko (missing: PY_PARAMIKO)
CMake Warning at CMakeLists.txt:107 (message):
Paramiko wasn't found, you can still build Workbench, but may not work
properly.


-- Found MySQL: /usr/local/mysql/include (found suitable version "5.7.15", minimum required is "5.6.0")
-- Found LibXml2: /usr/lib/x86_64-linux-gnu/libxml2.so (found version "2.9.1")
-- Found OpenGL: /usr/lib/x86_64-linux-gnu/libGL.so
-- Found CTemplate: /usr/lib/libctemplate.so (found suitable version "2.2", minimum required is "2.2")
-- Could NOT find MYSQLCPPCONN (missing: MYSQLCPPCONN_LIBRARY MYSQLCPPCONN_INCLUDE_DIR)
-- Found VSQLITE: /usr/lib/x86_64-linux-gnu/libvsqlitepp.so
VSQLITE INCLUDE DIR: /usr/include
VSQLITE LIB DIR: -L/usr/lib/x86_64-linux-gnu -lvsqlitepp
-- Found TINYXML: /usr/lib/x86_64-linux-gnu/libtinyxml.so
CMake Error at /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:108 (message):
Could NOT find GDAL (missing: GDAL_LIBRARY GDAL_INCLUDE_DIR)
Call Stack (most recent call first):
/usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:315 (_FPHSA_FAILURE_MESSAGE)
/usr/share/cmake-2.8/Modules/FindGDAL.cmake:104 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
CMakeLists.txt:126 (find_package)

Options: ReplyQuote


Subject
Views
Written By
Posted
mysql-workbench build issue on ubuntu 14.04 LTS
2151
September 27, 2016 03:15PM


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.