Jump to content

LNM on Raspberry Pi 4. How to compile.


Recommended Posts

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
Link to comment
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

Link to comment
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
Link to comment
Share on other sites

  • 1 month later...

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
  • 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...