Advertisement
m4ly

Custom

Jul 6th, 2016
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.78 KB | None | 0 0
  1. openssl:
  2.  
  3. ./Configure  threads zlib shared  --prefix=/home//files/opt  --openssldir=/home//files/opt  linux-x86_64
  4. make && make install
  5.  
  6. native:
  7. ./configure --with-apr=/home//files/opt --with-java-home=/home//files/jdk-9 --prefix=/home//files/opt --with-apr=/home//files/opt --with-ssl=/home/dmocek/files/opt
  8. make && make install
  9.  
  10. nghttp2
  11. PKG_CONFIG_PATH=/home//files/opt/lib/pkgconfig && ./configure  --prefix=/home//files/opt
  12.  
  13. Apache
  14.  
  15. ./configure --prefix=/home//httpd-2.4.27  --enable-modules=all  --with-mpm=worker --with-nghttp2=/home//files/opt --with-ssl=/home//files/opt --with-z=/home//files/opt  --with-apr=/home//files/opt --enable-unixd --enable-http2  --enable-proxy-http2  --enable-proxy  --enable-rewrite --enable-proxy-ajp   --with-apr-util=/home//files/opt
  16.  
  17.  
  18. zlib
  19.  
  20.  
  21. ./configure --prefix=/opt/custom/php5537 --sysconfdir=/opt/custom/php5537/etc/php --enable-fpm --with-zlib-dir --with-pcre-dir --enable-zip --with-libxml-dir --with-xmlrpc  --enable-soap --enable-sockets --enable-sysvshm --enable-sysvsem --enable-sysvmsg --enable-shmop --with-readline --enable-mbstring --with-ldap --enable-intl --with-mhash --with-openssl --enable-exif --enable-ftp --enable-bcmath --enable-calendar --with-bz2 --with-config-file-path=/opt/custom/php5537/etc/php/ini --with-config-file-scan-dir=/opt/custom/php5537/etc/php/extensions --with-curl
  22.  
  23. lrwxrwxrwx.  1 root root   10 Jul  6 21:44  /usr/lib/liblber-2.4.so.2 -> liblber.so
  24. lrwxrwxrwx.  1 root root   21 Jul  6 21:18  /usr/lib/liblber.so -> /usr/lib64/liblber.so
  25. lrwxrwxrwx.  1 root root   12 Jul  6 21:44  /usr/lib/libldap_r-2.4.so.2 -> libldap_r.so
  26. lrwxrwxrwx.  1 root root   23 Jul  6 21:19  /usr/lib/libldap_r.so -> /usr/lib64/libldap_r.so
  27. lrwxrwxrwx.  1 root root   20 Jul  6 21:18  /usr/lib/libldap.so -> /usr/lib64/libldap.so
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement