Jump to content
Sign in to follow this  
kabiri

Debugging error in Delphi 12.2 program on Ubuntu Linux

Recommended Posts

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×