This forum has been archived. All content is frozen. Please use KDE Discuss instead.

Need help compiling 2.3.1 on xubuntu

Tags: None
(comma "," separated)
ArconsII
Registered Member
Posts
2
Karma
0
I have both libmysqld-dev and libmysqld-pic installed. I've located libmysql.a in /usr/lib/mysql, and made sure its up to date. I've made sure the script checking for mysql looks in the correct location.

I still keep getting this error that I don't have the library. What could be wrong?


Code: Select all
STALL_PREFIX=`kde4-config --prefix`
-- Taglib found: -L/usr/lib -ltag
-- Taglib-Extras found: -L/usr/lib -ltag-extras
-- Found Qt-Version 4.6.2 (using /usr/bin/qmake-qt4)
-- Found X11: /usr/lib/libX11.so
-- Phonon Version: 4.3.1
-- Found KDE 4.4 include dir: /usr/include
-- Found KDE 4.4 library dir: /usr/lib
-- Found the KDE4 kconfig_compiler preprocessor: /usr/bin/kconfig_compiler
-- Found automoc4: /usr/bin/automoc4
-- Checking if the QtScript Qt Bindings are installed.
-- includes /usr/include/qt4/QtCore;/usr/include/qt4/QtScript;/usr/include;/usr/include/KDE;/usr/include/qt4/KDE;/usr/include/qt4;/usr/include/qt4/phonon;/usr/include/qt4/QtXmlPatterns;/usr/include/qt4/QtXml;/usr/include/qt4/QtWebKit;/usr/include/qt4/QtUiTools;/usr/include/qt4/QtTest;/usr/include/qt4/QtSvg;/usr/include/qt4/QtSql;/usr/include/qt4/QtScriptTools;/usr/include/qt4/QtScript;/usr/include/qt4/QtOpenGL;/usr/include/qt4/QtNetwork;/usr/include/qt4/QtMultimedia;/usr/include/qt4/QtHelp;/usr/include/qt4/QtDesigner;/usr/include/qt4/QtDesigner;/usr/include/qt4/QtDBus;/usr/include/qt4/QtAssistant;/usr/include/qt4/QtAssistant;/usr/include/qt4/Qt3Support;/usr/include/qt4/QtGui;/usr/include/qt4/QtCore;/usr/include/qt4/Qt;/usr/share/qt4/mkspecs/default;/usr/include/qt4;/usr/include;/usr/include;/usr/include;/usr/include;/usr/include;/usr/include;/usr/include;/usr/include;/usr/include;/usr/include;/usr/include;/usr/include;/usr/include;/usr/include;/usr/include;/usr/include;/usr/include;/usr/include libraries Qt4::QtScript;Qt4::QtCore;-lpthread;Qt4::QtGui;-L/usr/lib;-lkdecore;-lkdeui
-- QtBindings found
-- Found MySQL: /usr/include/mysql, /usr/lib/libmysqlclient.so
-- MySQL Embedded not found.
-- Strigi API needs 'signed char'
-- checking for one of the modules 'libgpod-1.0'
-- WARNING: you are using the obsolete 'PKGCONFIG' macro use FindPkgConfig
-- PKGCONFIG() indicates that libmtp is not installed (install the package which contains libmtp.pc if you want to support this feature)
-- Could NOT find CURL  (missing:  CURL_LIBRARY CURL_INCLUDE_DIR)
-- Libgcrypt found: /lib/libgcrypt.so
-- checking for one of the modules 'loudmouth-1.0'
-- Could NOT find Loudmouth  (missing:  LOUDMOUTH_INCLUDE_DIRS LOUDMOUTH_LIBRARIES)
-- Found GObject libraries: /usr/lib/libgobject-2.0.so;/usr/lib/libgmodule-2.0.so;/usr/lib/libgthread-2.0.so;/usr/lib/libglib-2.0.so
-- Found GObject includes : /usr/include/glib-2.0/gobject
-- WARNING: you are using the obsolete 'PKGCONFIG' macro use FindPkgConfig
-- WARNING: you are using the obsolete 'PKGCONFIG' macro use FindPkgConfig
-- PKGCONFIG() indicates that libmtp is not installed (install the package which contains libmtp.pc if you want to support this feature)

-----------------------------------------------------------------------------
-- The following external packages were located on your system.
-- This installation will have the extra features provided by these packages.
-----------------------------------------------------------------------------
   * kdelibs - The toolkit Amarok uses to build
   * qtscript-qt - QtScript Qt Bindings
   * mysql - MySQL Server Libraries
   * zlib - zlib
   * qca2 - Qt Cryptographic Architecture
   * strigi - Index metadata of files
   * Gdk - Support for artwork on iPod audio devices via GdkPixbuf
   * libxml2 - LibXML2 is an XML parser required by mp3tunes.
   * openssl or libgcrypt - OpenSSL or GNU Libgcrypt provides cryptographic functions required by mp3tunes.
   * Qt4 Glib support - Qt4 must be compiled with glib support for mp3tunes
   * gobject - Required by libgpod and mp3tunes.
   * glib2 - Required by libgpod and mp3tunes

-----------------------------------------------------------------------------
-- The following OPTIONAL packages could NOT be located on your system.
-- Consider installing them to enable more features from this software.
-----------------------------------------------------------------------------
   * liblastfm (0.3 or higher)  <http://cdn.last.fm/src/liblastfm-0.3.0.tar.bz2>
     Enable Last.Fm service, including scrobbling, song submissions, and suggested song dynamic playlists
   * libgpod (0.7.0 or higher)  <http://sourceforge.net/projects/gtkpod/>
     Support Apple iPod audio devices
   * libmtp (0.3.0 or higher)  <http://libmtp.sourceforge.net/>
     Enable Support for portable media devices that use the media transfer protocol
   * curl  <http://curl.haxx.se>
     cURL provides the necessary network libraries required by mp3tunes.
   * loudmouth  <http://www.loudmouth-project.org>
     Loudmouth is the communication backend needed by mp3tunes for syncing.

-----------------------------------------------------------------------------
-- The following REQUIRED packages could NOT be located on your system.
-- You must install these packages before continuing.
-----------------------------------------------------------------------------
   * mysqld  <http://www.mysql.com>
     Embedded MySQL Libraries

-----------------------------------------------------------------------------

CMake Error at /usr/share/kde4/apps/cmake/modules/MacroLogFeature.cmake:141 (MESSAGE):
  Exiting: Missing Requirements
Call Stack (most recent call first):
  CMakeLists.txt:177 (macro_display_feature_log)


-- Configuring incomplete, errors occurred!
User avatar
google01103
Manager
Posts
6668
Karma
25
I think you need the mysql server package as well, try "sudo apt-get install mysql-server"

this may be helpful http://blogs.fsfe.org/myriam/2009/09/co ... l-summary/


OpenSuse Leap 42.1 x64, Plasma 5.x

User avatar
Mamarok
Manager
Posts
6071
Karma
16
OS
Also, why do you compile it? There is a package for Amarok 2.3.1 in the Kubuntu PPA: http://kubuntu.org/news/amarok-2.3.1

Unless you talk about the 2.3.1-git version, then please check these instructions line by line: http://blogs.fsfe.org/myriam/2009/09/co ... l-summary/


Running Kubuntu 22.10 with Plasma 5.26.3, Frameworks 5.100.0, Qt 5.15.6, kernel 5.19.0-23 on Ryzen 5 4600H, AMD Renoir, X11
FWIW: it's always useful to state the exact Plasma version (+ distribution) when asking questions, makes it easier to help ...
ArconsII
Registered Member
Posts
2
Karma
0
Wow, totally missed that. Thanks a lot! ;D


Bookmarks



Who is online

Registered users: Bing [Bot], Google [Bot], Yahoo [Bot]