Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- openssl:
- ./Configure threads zlib shared --prefix=/home//files/opt --openssldir=/home//files/opt linux-x86_64
- make && make install
- native:
- ./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
- make && make install
- nghttp2
- PKG_CONFIG_PATH=/home//files/opt/lib/pkgconfig && ./configure --prefix=/home//files/opt
- Apache
- ./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
- zlib
- ./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
- lrwxrwxrwx. 1 root root 10 Jul 6 21:44 /usr/lib/liblber-2.4.so.2 -> liblber.so
- lrwxrwxrwx. 1 root root 21 Jul 6 21:18 /usr/lib/liblber.so -> /usr/lib64/liblber.so
- lrwxrwxrwx. 1 root root 12 Jul 6 21:44 /usr/lib/libldap_r-2.4.so.2 -> libldap_r.so
- lrwxrwxrwx. 1 root root 23 Jul 6 21:19 /usr/lib/libldap_r.so -> /usr/lib64/libldap_r.so
- 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