Jump to content

Jim McKeeth

Embarcadero
  • Content Count

    19
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Jim McKeeth


  1. I created a setup script for Ubuntu. I just updated it to address the Python 3.6 dependency issue.

     

    https://embt.co/Ubuntu4Delphi22

     

    I've tested it on several different installs, and it works great.

     

    If you only want to fix the Python 3.6 dependency issue:

    Quote

    Unable to start LLDB kernel: 'Symbolic link target does not exist: ~/PAServer/22.0/lldb/lib/libpython3.so -> /usr/lib/x86_64-linux-gnu/libpython3.6.so.1.0.

    Please make sure that the target exists or update the link to point to the new Python 3 shared object file'.

    You can use the following

    sudo apt install python3 libpython3-dev -y 
    ln -sf `ls -1 /usr/lib/x86_64-linux-gnu/libpython3.*.so.1.0 | tail -1` ~/PAServer-22.0/lldb/lib/libpython3.so
    • The first line ensures you have Python3 installed, but if you have a recent Ubuntu, that shouldn't be an issue. I usually had Python 3.10 installed. 
    • The second line looks in /usr/lib/x86_64-linux-gnu/ for a file matching the mask libpython3.*.so.1.0 and then updates the symbolic link 
    • Note: It assumes you installed PAServer in the folder ~/PAServer-22.0

    Good luck!
     

    • Thanks 3

  2. The 14th of February is just around the corner, and while for many that means chocolates and flowers, we know the true meaning: Delphi’s birthday!

     

    Feb 14, 2022 10:00 AM CST

    [Register]

     

    The theme of Delphi’s 27th anniversary is Building the Future! It is always great to tell the story of how you discovered Delphi, but let’s look to the future. How do you see Delphi making the world a better place? What Delphi related technologies continue to change the way you program?


    We are hosting a webinar with Kyle Wheeler, Marco Cantu, David Millington, and Ian Barker, where we share the ways Delphi continues to shape the future of software development. 

    26649038_Delphi27WhiteSquare.thumb.png.42508e0412afae6c2c6bd0ae606c9ac3.png

    • Like 5
    • Thanks 1

  3. I've worked with the TCameraComponent a lot and not seen the green flashes. I'm curious what phones it is failing on.

    On 8/21/2020 at 4:39 AM, Rollo62 said:

    I think the non-working samples and demos are a MAJOR SHOWSTOPPER,

    especially for new customers.

     Please do report other non-working samples and demos on Quality Portal. I agree they should all work.


  4. Atanas just posted an update on his blog post.

     

    Policy Update: We still receive occasional comments on this and want to make sure we are clear on our Policy. Registration limits were introduced a long time ago with very valid use cases, but many of these are now outdated. We still do them, just now they get approved by Account Management (Sales/Renewals) vs. Support. Further, we have done several auto-bumps for everyone that should limit these issues altogether (and will do more as needed). As communicated, over the summer, we will work on a more automated way to increase registration limits through the self-service portal.

     

    It looks like there was an issue with the auto bump. I can manually process your registration bump if you private message me on here or email me: firstname dot lastname at embarcadero.com

    • Like 1
    • Thanks 2
×