tech:libressl
Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédente | |||
| tech:libressl [2025/11/11 22:54] – Jean-Baptiste | tech:libressl [2026/06/07 19:12] (Version actuelle) – modification externe 127.0.0.1 | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| + | < | ||
| + | {{tag> | ||
| + | |||
| + | # LibreSSL | ||
| + | |||
| + | Voir aussi : | ||
| + | * mbedtls | ||
| + | |||
| + | ~~~bash | ||
| + | git clone https:// | ||
| + | mv portable libressl | ||
| + | cd libressl | ||
| + | ~~~ | ||
| + | |||
| + | Les dépendances suivantes sont nécessaires : | ||
| + | * automake | ||
| + | * autoconf | ||
| + | * bash | ||
| + | * git | ||
| + | * libtool | ||
| + | * perl | ||
| + | * pod2man | ||
| + | |||
| + | ~~~bash | ||
| + | ./ | ||
| + | |||
| + | ./configure | ||
| + | make -j $(nproc) | ||
| + | make check | ||
| + | sudo make install | ||
| + | ~~~ | ||
| + | |||
| + | Message d' | ||
| + | |||
| + | ~~~ | ||
| + | openssl: error while loading shared libraries: libssl.so.32: | ||
| + | ~~~ | ||
| + | |||
| + | Solution | ||
| + | ~~~bash | ||
| + | export LD_LIBRARY_PATH=/ | ||
| + | ~~~ | ||
| + | |||
| + | |||
| + | ----- | ||
| + | |||
| + | ~~~ | ||
| + | dnsutils # dig | ||
| + | libtool # compil | ||
| + | perl | ||
| + | ~~~ | ||
| + | |||
| + | ~~~bash | ||
| + | sudo apt-get build-dep openssl | ||
| + | sudo apt-get install automake autoconf libtool perl pod2pdf | ||
| + | |||
| + | git clone https:// | ||
| + | mv portable libressl | ||
| + | cd libressl | ||
| + | # Comme indiqué dans le fichier README : | ||
| + | ./ | ||
| + | ./configure | ||
| + | make check | ||
| + | sudo make install | ||
| + | |||
| + | export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/ | ||
| + | ~~~ | ||
| + | |||
| + | `/ | ||
| + | ~~~bash | ||
| + | export LD_LIBRARY_PATH=/ | ||
| + | ~~~ | ||
| + | |||
| + | ~~~bash | ||
| + | sudo chmod +x / | ||
| + | ~~~ | ||
| + | |||
