Linux 64 TMS Logging instalation problem

Hi,

In atachment log from installation of TMS Logging for Linux64.
install_2020_09_25.log (679.9 KB)

sudo apt-get install libcurl4-gnutls-dev
and
sudo apt-get install zlib1g-dev where installed on linux before SDK getting.
What's wrong?

The install log error indicates

cannot find bplrtl270.so

It looks like your Linux platform is not properly installed in your Delphi. Search for file bplrtl270.so in your computer disk.

It should probably be located at
C:\Program Files (x86)\Embarcadero\Studio\21.0\Redist\linux64\bplrtl270.so

If you don't have such file there, you must install Linux platform.

If you do have such file there, then probably your Linux library path is wrong. Make sure your Delphi library path contains the following entry:

$(BDS)\redist\$(Platform)

Thank you very much ... I reinstalled Linux64 platform and now everything is ok.

1 Like

This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.