Why is web app looking for libSQLiteDatabase64.so

My app only uses MySql, yet using strace it shows it’s looking for libSQLiteDatabase64.so
Web server Linux, Development Machine Mac

strace output:
lstat("/home/aspe/public_html/xo/CEUCertificateMailer/CEUCertificateMailer Libs/libSQLiteDatabase64.so", 0x7ffdedb2efb8) = -1 ENOENT (No such file or directory)
lstat("/home/aspe/public_html/xo/CEUCertificateMailer/CEUCertificateMailer Libs/libSQLiteDatabase64.so", 0x7ffdedb2ebc8) = -1 ENOENT (No such file or directory)
open("/home/aspe/public_html/xo/CEUCertificateMailer/CEUCertificateMailer Libs/libSQLiteDatabase64.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
write(2, “Failed to load plugin libSQLiteD”…, 201Failed to load plugin libSQLiteDatabase64.so:
/home/aspe/public_html/xo/CEUCertificateMailer/CEUCertificateMailer Libs/libSQLiteDatabase64.so: cannot open shared object file: No such file or directory
) = 201
exit_group(1) = ?

When you built your app, was there a libSQLiteDatabase64.so file in the libs folder?

I just looked at the framework and we’re not using it in the web framework internally, so i don’t think it’s coming from us.

I just noticed it’s in the Libs folder. I didn’t put it there.

I found it, It’s used to create a GUID

Just delete this tread.