Bug #59070 Cluster/J installation instructions are inconsistent
Submitted: 20 Dec 2010 21:55 Modified: 19 May 2018 6:38
Reporter: Sveta Smirnova Email Updates:
Status: Won't fix Impact on me:
None 
Category:MySQL Cluster: Cluster/J Severity:S3 (Non-critical)
Version:5.1-telco-7.1 OS:Any
Assigned to: Jon Stephens CPU Architecture:Any

[20 Dec 2010 21:55] Sveta Smirnova
Description:
At http://dev.mysql.com/doc/ndbapi/en/mccj-getting.html#mccj-getting-build-install there is a text:

 A typical configuration step in building MySQL Cluster with support for both ClusterJ and ClusterJPA might look like this:

shell> ./configure --with-plugins=ndbcluster,clusterj,openjpa \ 
  --with-extra-charsets=all  \ 
  --with-classpath=path/to/openjpa/libs \ 
  --prefix=path/to/install/directory 

But if I specify these options I get "unknown plugin clusterj/openjpa" configure error.

Looks like lately they are on by default if classpath specified.

How to repeat:
See description

Suggested fix:
Fix the documentation
[22 Dec 2010 9:12] Jørgen Austvik
Workaround: PB2 and CluB builds it, but doc should be corrected.