- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
100812 16:52:52 [ERROR] Can't open shared library 'xxxxxx/lib/mysql/plugin/ha_innodb_plugin.so' (errno: 0 undefined symbol: mysqld_embedded)100812 16:52:52 [ERROR] Couldn't load plugin named 'innodb' with soname 'ha_innodb_plugin.so'.
# nm xxxxxx/bin/mysqld | grep mysqld_embedded0000000001109864 B mysqld_embedded# nm xxxxxx/lib/mysql/plugin/ha_innodb_plugin.so | grep mysqld_embeddedU mysqld_embedded
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dear customer,
Could you please let me know your instructions of compiling MySQL? I'd like to reproduce the error first on my machine.
Thank you.
--
Feilong H.
Intel Developer Support
Tools Knowledge Base: http://software.intel.com/en-us/articles/tools
User forums: http://software.intel.com/en-us/forums/
Software Product support info: http://www.intel.com/software/support
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
See this post:-- (this is quite common esp. in MySQL dynamic plugins)..
Probably,your bug too is not compiler-related, and the cause & resolution seems befitting the ones provided in the link below:--
http://bugs.mysql.com/bug.php?id=30296
In short,
ELF executables need to be linked using the -export-dynamic option to ld(1) for symbols defined in the executable to become visible to dlsym().
Please let know whether that is useful for you, and if you still need help, please provide the configuration & setup to reproduce the error, and the needed steps..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks,
Feilong

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page