From amarok Fri Sep 26 12:24:33 2008 From: "Ian Monroe" Date: Fri, 26 Sep 2008 12:24:33 +0000 To: amarok Subject: Re: Building MySQL Embedded for Amarok 2 Message-Id: X-MARC-Message: https://marc.info/?l=amarok&m=122243193308105 On Fri, Sep 26, 2008 at 5:45 AM, Jose Vazquez wrote: > 2008/9/24 Ian Monroe : >> Summary on how to build MySQL for Amarok 2: >> * Download http://dev.mysql.com/get/Downloads/MySQL-5.1/mysql-5.1.28-rc.tar.gz/from/http://mysql.osuosl.org/ >> * tar -xzvf mysql-5.1.28-rc.tar.gz >> * cd mysql-5.1.28 >> * cp -R /path/to/amaroksource/supplementary_scripts/mysqle/* . >> * ./build-mysql.sh --prefix=${HOME}/usr >> * then build Amarok like normal >> >> I haven't actually tested this instructions. Lets use this thread to >> help each other build MySQL embedded. :) >> >> Ian > > I followed this steps, but I cannot to build amarok: > > ----------------------------------------------------------------------------- > -- The following REQUIRED packages could NOT be located on your system. > -- Please install them before continuing this software installation. > ----------------------------------------------------------------------------- > + mysqld: Embedded MySQL > ----------------------------------------------------------------------------- > CMake Error at /usr/share/kde4/apps/cmake/modules/MacroLogFeature.cmake:93 > (MESSAGE): > Exiting: Missing Requirements > Call Stack (most recent call first): > CMakeLists.txt:115 (macro_display_feature_log) > > > I have this library in /usr/lib/mysql which is installed by the build-mysql.sh: > -rw-r--r-- 1 root root 34855744 sep 26 05:02 libmysqld.a If you had followed the directions it would've installed into ~/usr. But /usr should work as well. Probably you just need to delete the CMakeCache.txt file. > what is missing in my configuration?? > > thanks a lot!! > _______________________________________________ > Amarok mailing list > Amarok@kde.org > https://mail.kde.org/mailman/listinfo/amarok > _______________________________________________ Amarok mailing list Amarok@kde.org https://mail.kde.org/mailman/listinfo/amarok