Jump to content
Sign in to follow this  
smkr

LNM on Raspberry Pi 4. How to compile.

Recommended Posts

I'll see if I can make the OpenSSL part a bit simpler. Maybe add a configurable path.
You can check in the "About Little Navmap" dialog which versions are used. It won't work if the library is a OpenSSL version 3.

OpenSSL is included successfully if weather and map tile downloads work.

Alex

Share this post


Link to post
Share on other sites

Thanks Alex. 'About Little Navmap' opens OK and I can see the references to OpenSSL. The Map Tiles also work. As far as simplifying OpenSSL is concerned, please don't do this just for me! I can easily make the changes you suggested each time I update.

Thanks again for your help.

Best wishes

Upkeep

  • Like 1

Share this post


Link to post
Share on other sites
2 hours ago, smkr said:

I have uploaded a new txt-document about this issue.

Where? I changed the *.pro file to use the SSL only if found (not committed yet):

  exists(/usr/lib/x86_64-linux-gnu/libssl.so.1.1) : deploy.commands += cp -vfaL /usr/lib/x86_64-linux-gnu/libssl.so.1.1 $$DEPLOY_DIR_LIB &&
  exists(/usr/lib/x86_64-linux-gnu/libcrypto.so.1.1) : deploy.commands += cp -vfaL /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1 $$DEPLOY_DIR_LIB &&

Alex

Share this post


Link to post
Share on other sites

 

I changed it to reflect this:

On 1/20/2023 at 4:43 PM, albar965 said:

You can also change the file littlenavmap.pro and remove the two lines:


  deploy.commands += cp -vfaL /usr/lib/x86_64-linux-gnu/libssl.so.1.1 $$DEPLOY_DIR_LIB &&
  deploy.commands += cp -vfaL /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1 $$DEPLOY_DIR_LIB &&

In that case Qt will load any available SSL library version from the system.

/Sten

  • Like 1

Share this post


Link to post
Share on other sites

LNM 2.8.9 compiled and deployed without any trouble!

The txt file is slightly updated.

 

/Sten

  • Like 1

Share this post


Link to post
Share on other sites

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  

  • Tom Allensworth,
    Founder of AVSIM Online


  • Flight Simulation's Premier Resource!

    AVSIM is a free service to the flight simulation community. AVSIM is staffed completely by volunteers and all funds donated to AVSIM go directly back to supporting the community. Your donation here helps to pay our bandwidth costs, emergency funding, and other general costs that crop up from time to time. Thank you for your support!

    Click here for more information and to see all donations year to date.
×
×
  • Create New...