![]()
FAQ
Borland is aware about this error and it is documented:
So in our case, what does it mean? It means, any dynamic library is not found when running. For ADSLNet
3Com 812 Manager, that happens if libqt.so.2 -> libqt.so.2.3.0 is missing
or not found.
First Step.We suggest you to download the libqtintf-6.5.0-qt2.3.so file from this link and afterthat follow the instructions included in the INSTALL file.Simply once extracted the library file, you have to create a symbolic link in the way: ln -s /opt/ADSLNet/libqtintf-6.5.0-qt2.3.so /opt/ADSLNet/libqtintf-6.5-qt2.3.so Second Step.Download the libqt.so.2.3.0 file and extract it in the same folder than before.Put a symbolink link like this: ln -s /opt/ADSLNet/libqt.so.2.3.0 /opt/ADSLNet/libqt.so.2 Third Step.LD_LIBRARY_PATH environment variable have to contains the location folder to the library.export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/ADSLNet
|