Difference between revisions of "Update deprecated openssl library from source code"

From wikieduonline
Jump to navigation Jump to search
 
(12 intermediate revisions by the same user not shown)
Line 22: Line 22:
 
           remote_src: yes
 
           remote_src: yes
 
   
 
   
       - [[shell:]] cd /tmp/openssl-*/ && ./config && make && make test && make install
+
       - [[shell:]] cd /tmp/openssl-*/ && ./config && make && make test && [[make install]]
 
   
 
   
       - [[shell:]] echo "/usr/local/lib64" > [[/etc/ld.so.conf.d/openssl.conf]]  
+
       - [[shell:]] echo "[[/usr/local/lib64]]" > [[/etc/ld.so.conf.d/openssl.conf]]  
 
   
 
   
 
       - [[shell:]] [[ldconfig]]
 
       - [[shell:]] [[ldconfig]]
 +
 +
      [[when: (Ansible)|when:]] [[ansible_distribution_major_version]] == '7'
  
  
 
 
          src: https://www.openssl.org/source/openssl-3.0.7.tar.gz
 
  
  
Line 37: Line 36:
 
        
 
        
 
== Related ==
 
== Related ==
 +
* https://www.openssl.org/source/openssl-1.1.1w.tar.gz
 +
* https://www.openssl.org/source/openssl-3.0.7.tar.gz
 
* [[Openssl]]
 
* [[Openssl]]
 
* <code>[[get_url]]</code>
 
* <code>[[get_url]]</code>
 
* [[unarchive]]
 
* [[unarchive]]
* [[when:]]
+
* [[when: (Ansible)|when:]]
 +
* [[openssl version]]
  
 
== See also ==
 
== See also ==

Latest revision as of 15:39, 5 February 2024

Advertising: