Advertisement
knarzling

Compile ZNC with $HOME-ssl

Oct 30th, 2017
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. LibreSSL installed in $HOME and installs ZNC to $HOME
  2.  
  3. LibreSSL:
  4. ./configure --prefix=$HOME
  5.  
  6. .profile/.bashrc:
  7. LibreSSL-LIBRARYPATH=$HOME/lib
  8. export LD_LIBRARY_PATH="${LibreSSL-LIBRARYPATH}:${LD_LIBRARY_PATH}"
  9.  
  10. ZNC:
  11. ./configure CXXFLAGS=-I$HOME/include/openssl LDFLAGS=-L$HOME/lib --prefix=$HOME
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement