Bug #41906 5.1 Documentation problem: instructions with compiling with GCC not working
Submitted: 6 Jan 2009 22:34 Modified: 8 Nov 2010 14:26
Reporter: Jennifer glore Email Updates:
Status: No Feedback Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version:5.1 OS:Solaris
Assigned to: Assigned Account CPU Architecture:Any

[6 Jan 2009 22:34] Jennifer glore
Description:
It looks like we have run into a problem with documentation and 5.1.  We were compiling source with gcc.  The following options are not working:

1) --with-innobase
2) --with-plugin-innodb
3)--with-innodb  (but it looks like that has been removed, so maybe no problem there)

How to repeat:
try to compiler source on Solaris with gcc using the above options
[21 Jan 2009 12:52] MC Brown
Hi,

I could do with some more clarification here in terms of what is wrong in the documentation.

1) --with-innobase is not a valid option (and doesn't appear in the docs, or in the output of ./configure --help)
2) --with-plugin-innodb isn't a valid option either, because the name of the plugin for InnoDB is innobase (you can see this by running ./configure). 

3) Has been removed and I'll update the documentation accordingly. 

To correct (1) and (2) I need details of exactly where in the documentation (a URL will do) you have seen these options are mentioned. 

The correct format for building on 5.1/Solaris should be:

./configure --with-plugins=innobase 

or

./configure --with-plugin-innobase
[8 Nov 2010 14:26] Paul DuBois
No info provided. Closing.