Changes between Version 6 and Version 7 of linux/encryption


Ignore:
Timestamp:
12/14/2019 01:03:31 AM (4 years ago)
Author:
Bobby Jones
Comment:

Add additional build steps to avoid common pitfalls

Legend:

Unmodified
Added
Removed
Modified
  • linux/encryption

    v6 v7  
    248248make
    249249make install
    250 }}}
     250export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib/ # prioritize built shared object path for linker this boot
     251}}}
     252^See [https://www.tldp.org/HOWTO/Program-Library-HOWTO/shared-libraries.html here] for information on shared object loading for permanent linker path solution
    251253
    252254Note that for Ubuntu / Debian Linux distros it is preferred to download source package, modify debian/rules and recompile the package:
    253255{{{#!bash
    254 apt install build-essential pkg-config ubuntu-dev-tools debhelper
     256apt install build-essential pkg-config ubuntu-dev-tools debhelper bc
    255257apt-get build-dep openssl
    256258apt-get source openssl
     
    336338make
    337339make install
    338 }}}
     340export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib/ # prioritize built shared object path for linker this boot
     341}}}
     342^See [https://www.tldp.org/HOWTO/Program-Library-HOWTO/shared-libraries.html here] for information on shared object loading for permanent linker path solution
    339343
    340344For Ubuntu / Debian Linux distros:
    341345{{{#!bash
    342 apt install build-essential pkg-config ubuntu-dev-tools debhelper
     346apt install build-essential pkg-config ubuntu-dev-tools debhelper bc
    343347apt-get build-dep openssl
    344348apt-get source openssl