Advertisement
Guest User

Untitled

a guest
Jul 5th, 2015
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. cd ~/tmp/
  2. wget ftp://sourceware.org/pub/libffi/libffi-3.2.1.tar.gz
  3. tar zxf libffi-3.2.1.tar.gz
  4. cd ~/tmp/libffi-3.2.1
  5. ./configure --prefix=/home/user/tmp/libffi
  6. make
  7. make install
  8. PKG_CONFIG_PATH=/home/user/tmp/libffi/lib/pkgconfig/ LD_LIBRARY_PATH=/home/user/tmp/libffi/lib/ pip install bcrypt
  9.  
  10. Finally add LD_LIBRARY_PATH information to Apache's start script (located in /home/user/webapps/foobar/apache2/bin)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement