Skip to main content
formatted question; enhanced grammar; rephrased title; added tag
Source Link
John K. N.
  • 19k
  • 14
  • 57
  • 117

ubuntu mysqlx.so Ubuntu cannot open shared library mysqlx.so

MySQL Server version:

 Ubuntu: 5.7.23-0ubuntu0.18.04.1-log (Ubuntu) 

MySQL Server version:

Ubuntu: 5.7.23-0ubuntu0.18.04.1-log (Ubuntu) 

MysqlMySQL installed using apt-getapt-get.

 mysql> INSTALL PLUGIN mysqlx SONAME 'mysqlx.so';
ERROR 1126 (HY000): Can't open shared library '/usr/lib/mysql/plugin/mysqlx.so' (errno: 2 /usr/lib/mysql/plugin/mysqlx.so: cannot open shared object file: No such file or directory)

When installing a plugin with the following command:

mysql> INSTALL PLUGIN mysqlx SONAME 'mysqlx.so'; 

...I receive the following error message:

ERROR 1126 (HY000): Can't open shared library '/usr/lib/mysql/plugin/mysqlx.so' (errno: 2 /usr/lib/mysql/plugin/mysqlx.so: cannot open shared object file: No such file or directory)

What can't Ubuntu locate/find the mysqlx.so library?

ubuntu mysqlx.so cannot open shared library

MySQL Server version:

 Ubuntu: 5.7.23-0ubuntu0.18.04.1-log (Ubuntu) 

Mysql installed using apt-get

 mysql> INSTALL PLUGIN mysqlx SONAME 'mysqlx.so';
ERROR 1126 (HY000): Can't open shared library '/usr/lib/mysql/plugin/mysqlx.so' (errno: 2 /usr/lib/mysql/plugin/mysqlx.so: cannot open shared object file: No such file or directory)

Ubuntu cannot open shared library mysqlx.so

MySQL Server version:

Ubuntu: 5.7.23-0ubuntu0.18.04.1-log (Ubuntu) 

MySQL installed using apt-get.

When installing a plugin with the following command:

mysql> INSTALL PLUGIN mysqlx SONAME 'mysqlx.so'; 

...I receive the following error message:

ERROR 1126 (HY000): Can't open shared library '/usr/lib/mysql/plugin/mysqlx.so' (errno: 2 /usr/lib/mysql/plugin/mysqlx.so: cannot open shared object file: No such file or directory)

What can't Ubuntu locate/find the mysqlx.so library?

added 1 character in body
Source Link
vishnu
  • 21
  • 1
  • 8

MySQL Server version:

 Ubuntu: 5.7.23-0ubuntu0.18.04.1-log (Ubuntu) 

Mysql installed using apt-get

 mysql> INSTALL PLUGIN mysqlx SONAME 'mysqlx.so;so';
ERROR 1126 (HY000): Can't open shared library '/usr/lib/mysql/plugin/mysqlx.so' (errno: 2 /usr/lib/mysql/plugin/mysqlx.so: cannot open shared object file: No such file or directory)

MySQL Server version:

 Ubuntu: 5.7.23-0ubuntu0.18.04.1-log (Ubuntu) 

Mysql installed using apt-get

 mysql> INSTALL PLUGIN mysqlx SONAME 'mysqlx.so;
ERROR 1126 (HY000): Can't open shared library '/usr/lib/mysql/plugin/mysqlx.so' (errno: 2 /usr/lib/mysql/plugin/mysqlx.so: cannot open shared object file: No such file or directory)

MySQL Server version:

 Ubuntu: 5.7.23-0ubuntu0.18.04.1-log (Ubuntu) 

Mysql installed using apt-get

 mysql> INSTALL PLUGIN mysqlx SONAME 'mysqlx.so';
ERROR 1126 (HY000): Can't open shared library '/usr/lib/mysql/plugin/mysqlx.so' (errno: 2 /usr/lib/mysql/plugin/mysqlx.so: cannot open shared object file: No such file or directory)
Source Link
vishnu
  • 21
  • 1
  • 8

ubuntu mysqlx.so cannot open shared library

MySQL Server version:

 Ubuntu: 5.7.23-0ubuntu0.18.04.1-log (Ubuntu) 

Mysql installed using apt-get

 mysql> INSTALL PLUGIN mysqlx SONAME 'mysqlx.so;
ERROR 1126 (HY000): Can't open shared library '/usr/lib/mysql/plugin/mysqlx.so' (errno: 2 /usr/lib/mysql/plugin/mysqlx.so: cannot open shared object file: No such file or directory)