Bug #41053 /usr/include/cppconn too generic
Submitted: 26 Nov 2008 13:55 Modified: 14 Jul 2009 9:56
Reporter: Rene Engelhard Email Updates:
Status: Not a Bug Impact on me:
None 
Category:Connector / C++ Severity:S3 (Non-critical)
Version:bzr OS:Any
Assigned to: CPU Architecture:Any

[26 Nov 2008 13:55] Rene Engelhard
Description:
Hi,

I believe that cppconn is a too generic directory name for the headers
(-> /usr/include/cppconn)? Is is it intended to go into some other dir
(/usr/include/mysql/cppconn for that matter)? Then the cmake stuff is
not finding out the right path but just using /usr/local per default.

Regards.

Rene

How to repeat:
make install, look in /usr/local (or whatever prefix you installed in)
[26 Nov 2008 14:03] Ulf Wendel
Jupp, that's a known one. We changed the default Windows installation location just yesterday. We may do the same for the other platforms soon. Its a Preview version :-)

However, you can set your own installation prefix using cmake -LCMAKE_INSTALL_PREFIX:PATH=/path/to/my/dir.

Thanks for the feedback!
[14 Jul 2009 9:56] Ulf Wendel
Sorry, we discussed it but we won't change that any time soon.