Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Not a Bug
-
Affects Version/s: 10.0.0, 5.5.28a, 5.3.11
-
Fix Version/s: 10.0.2
-
Component/s: None
-
Labels:None
-
Environment:WinXP
Description
An error message tells that MariaDB can't find the modules, but I see the DLL files in the specified dir:
MariaDB [(none)]> SELECT @@global.plugin_dir;
+---------------------------------------+
| @@global.plugin_dir |
+---------------------------------------+
| C:\Programmi\MariaDB 10.0\lib\plugin\ |
+---------------------------------------+
1 row in set (0.11 sec)
MariaDB [(none)]> INSTALL PLUGIN oqgraph SONAME 'ha_oqgraph.dll';
ERROR 1126 (HY000): Can't open shared library 'C:\Programmi\MariaDB 10.0\lib\plu
gin\ha_oqgraph.dll' (errno: 2 Impossibile trovare il modulo specificato.
)
MariaDB [(none)]> INSTALL PLUGIN blackhole SONAME 'ha_blackhole.dll';
ERROR 1126 (HY000): Can't open shared library 'C:\Programmi\MariaDB 10.0\lib\plu
gin\ha_blackhole.dll' (errno: 2 Impossibile trovare il modulo specificato.
)
Gliffy Diagrams
Attachments
Activity
- All
- Comments
- Work Log
- History
- Activity
- Transitions
Hi Federico,
So far I wasn't able to reproduce the problem. Could you please provide the full output of "dir" command in the specified folder (or whatever else you have on the machine that will produce the list of files with their sizes)?
Please also run
SHOW VARIABLES LIKE '%version%';
and paste its output also.
Thanks.