Bug #61439 mysql 5.1.56 compiler --with-plugins=innobase didn't work
Submitted: 8 Jun 2011 3:13 Modified: 9 Jun 2011 1:46
Reporter: kelvin chou Email Updates:
Status: Not a Bug Impact on me:
None 
Category:MySQL Server: Compiling Severity:S3 (Non-critical)
Version:5.1.56 OS:Linux (Scientific Linux SL release 5.4 (Boron))
Assigned to: CPU Architecture:Any

[8 Jun 2011 3:13] kelvin chou
Description:
After compiler mysql, the innodb engine doesn't work.
And the command "show engines" and "show plugins" 
didn't have the innodb engines.

How to repeat:
CFLAGS="-O3 -mpentiumpro" CXX=gcc CXXFLAGS="-O3 -mpentiumpro \
-felide-constructors -fno-exceptions -fno-rtti" ./configure --prefix=/system/mysql \
 --enable-assembler --with-mysqld-user=mysql --with-mysqld-ldflags=-all-static \
--with-plugins=innobase,partition  --with-csv-storage-engine --with-client-ldflags=-all-static  \
--with-unix-socket-path=/var/lib/mysql/mysql.sock --with-extra-charsets=all \
--with-charset=utf8 --with-collation=utf8_general_ci
[8 Jun 2011 4:12] Valeriy Kravchuk
Please, try to build without this option:

--with-mysqld-ldflags=-all-static

and check if this will change anything.
[8 Jun 2011 10:16] kelvin chou
It's the same when I get ride of the parameter
.
 --with-mysqld-ldflags=-all-static

The innoDB still doesn't work.
[8 Jun 2011 11:08] Valeriy Kravchuk
Please, send the entire error log of your MySQL server.
[9 Jun 2011 1:40] kelvin chou
m..I found the problem.
It's my.cnf not config properly.
Now the Innodb is working , ths a lot.
[9 Jun 2011 1:46] MySQL Verification Team
According reporter's last comment !bug. Thanks for the feedback.