Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when CREATE FUNCTION aes256_encrypt #13

Open
AntoineBouquetSully opened this issue Feb 11, 2021 · 1 comment
Open

Error when CREATE FUNCTION aes256_encrypt #13

AntoineBouquetSully opened this issue Feb 11, 2021 · 1 comment

Comments

@AntoineBouquetSully
Copy link

AntoineBouquetSully commented Feb 11, 2021

Hello @Joungkyun,

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

@AntoineBouquetSully
Copy link
Author

Hi @Joungkyun

I did not have a reply from you about this issue.
Do you know or guess what the problem comes from when there is this error ?

Thanks in advance
Antoine

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant