ODBC Error
Hi Everyone,
I'm hoping someone can help me with this ODBC issue I am experiencing. We have FOP2 running on a seperate server and our voicemail is stored in mysql. I've tested the ODBC connection on the FOP2 server and it connects and queries the tables fine. But when I launch fop2 it gives me an error. The result of ./fop2_server --test shows the following errors:
EV: error in callback (ignoring): install_driver(ODBC) failed: Can't load '/tmp/par-root/cache-
936987adbf93dd3f2082e79e3b98c6f9b9c978fd/a9a74902.so' for module DBD::ODBC: libltdl.so.3:
cannot
open shared object file: No such file or directory at /usr/lib/perl/5.8/DynaLoader.pm line 225.
at /usr/local/share/perl/5.8.8/PAR/Heavy.pm line 128.
Compilation failed in require at (eval 87) line 3.
Perhaps a required shared library or dll isn't installed where expected
at script/fop2_server.pl line 2490.
Had to create DBD::ODBC::dr::imp_data_size unexpectedly at /tmp/par-root/cache-
936987adbf93dd3f2082e79e3b98c6f9b9c978fd/inc/lib/DBI.pm line 1191.
Had to create DBD::ODBC::db::imp_data_size unexpectedly at /tmp/par-root/cache-
936987adbf93dd3f2082e79e3b98c6f9b9c978fd/inc/lib/DBI.pm line 1191.
EV: error in callback (ignoring): Undefined subroutine &DBD::ODBC::db::_login called at /tmp/par-
root/cache-936987adbf93dd3f2082e79e3b98c6f9b9c978fd/inc/lib/DBD/ODBC.pm line 79.
EV: error in callback (ignoring): Undefined subroutine &DBD::ODBC::db::_login called at /tmp/par-
root/cache-936987adbf93dd3f2082e79e3b98c6f9b9c978fd/inc/lib/DBD/ODBC.pm line 79.
The last line repeats indefinetly, or at least until I stop it. Is anyone else using ODBC with the latest FOP2 (2.31.27)?
I've tested on ubuntu 14.04 and 18.04 both give the same result.
Thanks!