LibMysqlClient error

Discussion in 'Installation/Configuration' started by stef157, Aug 6, 2017.

  1. stef157

    stef157 Member

    Hi All,
    I just upgrade mariaDB and get in trouble.

    This is the error I get :
    Code:
    apache2: Syntax error on line 244 of /etc/apache2/apache2.conf: Syntax error on line 1 of /etc/apache2/mods-enabled/auth_mysql.load: Cannot load /usr/lib/apache2/modules/mod_auth_mysql.so into server: /usr/lib/apache2/modules/mod_auth_mysql.so: symbol make_scrambled_password, version libmysqlclient_18 not defined in file libmysqlclient.so.18 with link time reference
    I create a symbolic link but the error is still there (ln -s /usr/lib/x86_64-linux-gnu/libmysqlclient.so.18 /usr/lib/libmysqlclient.so.18).

    Any idea how to solve this ?

    Kind regards,
    Stephane
     
  2. stef157

    stef157 Member

    Problem solved.

    MariaDB 10.2 has changed his lib mysql client and "make_scrambled_password" is not anymore there.

    So, I've deleted mod_mysql.
    => Can be marqued as resolved.
     
    Last edited: Aug 13, 2017

Share This Page