You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had an issue when I'm trying to install this library at the last step :
CREATE FUNCTION aes256_encrypt RETURNS string SONAME 'lib_mysqludf_aes256.so';
ERROR 1126 (HY000): Can't open shared library 'lib_mysqludf_aes256.so' (errno: 11, undefined symbol: rijndaelEncrypt)
I made first steps like this :
cd lib_mysqludf_aes256
./configure --with-mysql=/usr --with-mysql-config=/usr/bin/mysql_config
make
make install
I'm on a Debian server with a MariaDB 10.1.48.
I did not find any error when configuring the lib before these error at the creation of the function.
I don't understand why there is this error while "src/rijndael.c" and "src/rijndael.h" exists.
Do you have any idea where the problem comes from ?
Thanks again for your time
Antoine
The text was updated successfully, but these errors were encountered:
Hello @Joungkyun,
I had an issue when I'm trying to install this library at the last step :
I made first steps like this :
I'm on a Debian server with a MariaDB 10.1.48.
I did not find any error when configuring the lib before these error at the creation of the function.
I don't understand why there is this error while "src/rijndael.c" and "src/rijndael.h" exists.
Do you have any idea where the problem comes from ?
Thanks again for your time
Antoine
The text was updated successfully, but these errors were encountered: