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

From wikieduonline
Jump to navigation Jump to search
 
(14 intermediate revisions by the same user not shown)
Line 15: Line 15:
 
             - [[perl-Test-Simple]]  
 
             - [[perl-Test-Simple]]  
 
             - [[make]]
 
             - [[make]]
 
 
           [[state: present]]
 
           [[state: present]]
 
   
 
   
Line 23: 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
 
 
========================
 
 
 
      - [[lineinfile:]]
 
          path: [[/etc/default/sysstat]]
 
          state: present
 
          backrefs: yes
 
          [[regexp]]: '^ENABLED="false"'
 
          line: 'ENABLED="true"'
 
 
   
 
   
      - [[service:]]
+
     
          name: sysstat
 
            state: started
 
          enabled: yes
 
      when: [[ansible_distribution]] == 'Ubuntu'
 
 
 
 
 
[[./config]]
 
[[make]]
 
[[make test]]
 
[[make install]]
 
 
 
 
== 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: (Ansible)|when:]]
 +
* [[openssl version]]
  
 
== See also ==
 
== See also ==

Latest revision as of 15:39, 5 February 2024

Advertising: