kabiri 3 Posted November 1 Unable to start LLDB kernel: 'No argument for format 'Symbolic link target does not e''. I've installed Python 3 and executed the command ln -sfls -1 /usr/lib/x86_64-linux-gnu/libpython3.*.so.1.0 | tail -1~/PAServer-22.0/lldb/lib/libpython3.so but the issue persists. I've also tried the solution from Jim: curl -L curl -L https://tinyurl.com/SetupUbuntu4Delphi23 | bash However, I'm still facing the same problem. Do you have any suggestions to resolve this? Share this post Link to post
kabiri 3 Posted November 7 The following command worked for Delphi 11 and 12 but has issues when running command-line programs. 11 : ln -sf /usr/lib/x86_64-linux-gnu/libpython3.*.so.1.0 ~/PAServer-22.0/lldb/lib/libpython3.so 12 : ln -sf /usr/lib/x86_64-linux-gnu/libpython3.*.so.1.0 ~/PAServer-23.0/lldb/lib/libpython3.so Share this post Link to post