Changes between Version 6 and Version 7 of linux/encryption
- Timestamp:
- 12/14/2019 01:03:31 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
linux/encryption
v6 v7 248 248 make 249 249 make install 250 }}} 250 export 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 251 253 252 254 Note that for Ubuntu / Debian Linux distros it is preferred to download source package, modify debian/rules and recompile the package: 253 255 {{{#!bash 254 apt install build-essential pkg-config ubuntu-dev-tools debhelper 256 apt install build-essential pkg-config ubuntu-dev-tools debhelper bc 255 257 apt-get build-dep openssl 256 258 apt-get source openssl … … 336 338 make 337 339 make install 338 }}} 340 export 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 339 343 340 344 For Ubuntu / Debian Linux distros: 341 345 {{{#!bash 342 apt install build-essential pkg-config ubuntu-dev-tools debhelper 346 apt install build-essential pkg-config ubuntu-dev-tools debhelper bc 343 347 apt-get build-dep openssl 344 348 apt-get source openssl