Installing Apache 2.4 on Centos 6 with HTTP2 support

Download, compile & install openssl 1.02 somewhere (eg /usr/local/openssl102) IMPORTANT: config with -fPIC flag ./config –prefix=/usr/local/openssl102 -fPIC no-gost no-shared no-zlib && make && make install Download compile & install nghttp2 (straightforward, I went for default path – to ensure it’s picked up by apache module create /etc/ld.so.conf.d/local.conf with contents /usr/local/lib & run ldconfig unless this …

Continue reading ‘Installing Apache 2.4 on Centos 6 with HTTP2 support’ »

sqlpython 1.7.3

Customizable alternative to Oracle’s SQL*PLUS command-line interface Source: sqlpython 1.7.3 : Python Package Index Prerequisites to install: Ensure you have oracle client libraries & ORACLE_HOME set (run the environment script) Create /etc/ld.so.conf.d/oracle.conf with contents of your lib directory (eg: /u01/app/oracle/product/11.2.0/xe/lib) and run ldconfig pip install cx-Oracle