we have the version .LRN 1.x in the commitment and install now .LRN 2.0. At TDOM we do not get on ! After the installation of TDOM the AOL-server does not start anymore. Somebody has an idea at what this Problem is?
Most commonly, the server is looking for /usr/local/aolserver/bin/libtdom.so, but what is actually there is more like /usr/local/aolserver/bin/libtdom0.7.8.so.
Fix it by making a symlink between the two:
cd /usr/local/aolserver/bin/
ln -s libtdom0.7.8.so libtdom.so