I upgraded an x86 Ubuntu 14.04LTS to 16.04LTS because some other software needed the upgrade.
now my XOJO web is having issues. The cgi runs and I have checked dependencies with ldd, and i believe they are all there.
I recompiled it in 2016r4.1
this looks like an MBS file @Christian Schmitz thats missing, but they are copied over in LIBS and look ok.
also the libmysqlclient.so.20 exists.
Does anyone have any ideas?
/usr/lib/i386-linux-gnu/libmysqlclient.so.20/: cannot open shared object file: Not a directory
DBMS API Library loading fails
This library is a part of DBMS client installation, not SQLAPI++
Make sure DBMS client is installed and
this required library is available for dynamic loading
Try adding ,FolderItem.PathTypeShell in the GetFolderItem sentence.
Without this it seems the program seems be confused with the link (note the / at the end), it seems “using” absolute path, as in the error you got a trailing / and this is a file, not a directory.