Sunday, May 19, 2024
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 3870  / 2 Years ago, mon, january 3, 2022, 3:36:16

When trying to install ClamAv, after entering ./configure, it prints a bunch of stuff to the terminal before printing the error message "configure: error: Your OpenSSL installation is misconfigured or missing".



I tried to run sudo apt install openssl to see if that might fix it, but alas "openssl is already the newest version (1.1.0g-2ubuntu4.1)."



What might be causing this error and how can I fix it?


More From » software-installation

 Answers
7

OK. If you want to learn how stuff is going compiled then do the following:



  1. Enable Source code repositories in Software & Updates (or software-properties-gtk)



    Enable Source code repository




  2. After checking this checkbox it should ask about reloading package lists. You should confirm it. If unsure run


     sudo apt-get update

    manually.



  3. Install all needed tools for compilation


     sudo apt-get install build-essential


  4. Get all build-dependencies of clamav package


     sudo apt-get build-dep clamav


  5. And then proceed with ./configure as you plan to do.




Good stuff to read:



[#6779] Tuesday, January 4, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
bewre

Total Points: 164
Total Questions: 108
Total Answers: 106

Location: Ghana
Member since Sun, Mar 27, 2022
2 Years ago
;