Building MySQL Embedded for Amarok 2

Ian Monroe ian at monroe.nu
Fri Sep 26 12:24:33 UTC 2008


On Fri, Sep 26, 2008 at 5:45 AM, Jose Vazquez <yachar1 at gmail.com> wrote:
> 2008/9/24 Ian Monroe <ian at monroe.nu>:
>> 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 <http://www.mysql.com>
> -----------------------------------------------------------------------------
> 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 at kde.org
> https://mail.kde.org/mailman/listinfo/amarok
>



More information about the Amarok mailing list