I have unistalled ALL TMS items from my PC ( as I used SubscriptionManager2)
I am now trying to install ALL TMS items using TMS Dashboard (and Smart Setup)
I am hitting an error on the first 2 items.
I have tried to install GraphQL and BIZ
logs.zip (36.2 KB)
I tested the Linux PC (Virtual) and confirmed that Delphi can connect to PAServer
Hi,
The error you are getting is:
error: cannot find -lgcc_s
This normally points to missing dev packages in the linux machine you are using. Did you install all prerequisites in the linux machine? (see https://docwiki.embarcadero.com/RADStudio/Athens/en/Linux_Application_Development#Installing_Linux_SDK )
Specifically:
sudo apt install joe wget p7zip-full curl openssh-server build-essential zlib1g-dev libcurl4-gnutls-dev libncurses5
Note, once you install those, you need to refresh the SDKs in Delphi so those files are copied back to the dev Windows machine.
Also note that for some tms packages, you will also need to install FMX Linux from Getit if you haven't already.
Hi Adrian
I have made some progress.
I was able to update the Linux PC as well as my Delphi Environment.
I have not encoutered more problems with Linux64
logs.zip (179.7 KB)
most of the errors are Error in build package for linux64
