Bug 208612

Summary: add another search path for mysqld
Product: [Frameworks and Libraries] Akonadi Reporter: Thorsten Hirsch <t.hirsch>
Component: generalAssignee: Volker Krause <vkrause>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 4.3   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Other   
Latest Commit: Version Fixed In:

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