I am trying to install HUE on centos 7 for HDP 2.4. I am doing command line installation from the link.
https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.6.4/bk_command-line-installation/content/use_hu...
Now i am trying to sync HUE with external database. But i am getting the below error.
[root@d6 ~]# cd /usr/lib/hue
[root@d6 hue]# source build/env/bin/activate
(env)[root@d6 hue]# hue syncdb --noinput
python2.6: error while loading shared libraries: libpython2.6.so.1.0: cannot open shared object file: No such file or directory
Got stuck here for few days . Kindly suggest how to solve this issue. I have gone through few documents but no luck.