Compiling Hue on CentOS

Tested on CentOS 6.8 Minimal ISO install with Hue 3.11

Downloads

  1. Hue 3.11

 

Steps

  1. Download Hue tarball
  2. Install dependencies
    yum install python-devel libffi-devel gcc openldap-devel openssl-devel libxml2-devel libxslt-devel mysql-devel gmp-devel sqlite-devel openldap-devel gcc-c++ rsync
  3. Compile
    You can either compile with command make install which is likely to install in /usr/local/hue directory (hint: Makefile.vars.priv file);
    Or, if you want to compile to a specific directory, use something like below,

    DIR="$HOME/.usr"
    export PREFIX=$DIR
    make install

 

References

  1. http://gethue.com/hue-3-11-with-its-new-s3-browser-and-sql-autocomplete-is-out/
  2. http://archive.cloudera.com/cdh/3/hue/manual.html
  3. http://stackoverflow.com/questions/30310745/command-gcc-failed-while-installing-hue

 

You may also like...

Leave a Reply

Your email address will not be published. Required fields are marked *