Bug 208612 - add another search path for mysqld
Summary: add another search path for mysqld
Status: RESOLVED FIXED
Alias: None
Product: Akonadi
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: 4.3
Platform: Compiled Sources Other
: NOR normal
Target Milestone: ---
Assignee: Volker Krause
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-26 16:18 UTC by Thorsten Hirsch
Modified: 2009-09-26 16:29 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thorsten Hirsch 2009-09-26 16:18:30 UTC
Version:            (using Devel)
Compiler:          Sun (SunPro) CC 5.5 
OS:                Other
Installed from:    Compiled sources

Please add /usr/mysql/bin to the search path of mysqld in kdesupport/akonadi/server/CMakeLists.txt, because that's where mysqld is located in the official OpenSolaris MySQL packages.

find_program( MYSQLD_EXECUTABLE mysqld /usr/sbin /usr/local/sbin /usr/libexec /usr/local/libexec /opt/mysql/libexec /usr/mysql/bin )
Comment 1 Christophe Marin 2009-09-26 16:29:35 UTC
SVN commit 1028295 by cgiboudeaux:

BUG: 208612 Find MySQLD on OpenSolaris.

 M  +1 -1      CMakeLists.txt  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1028295