一、下載hue
https://github.com/cloudera/hue
二、編譯
進入目錄下make apps進行編譯
出現如下錯誤:
在包含自 _mysql.c:36 的文件中:/usr/include/mysql/my_config.h:1062:1: 警告:“HAVE_WCSCOLL”重定義在包含自 /usr/local/include/python2.7/Python.h:8 的文件中,從 pymemcompat.h:10,從 _mysql.c:29:/usr/local/include/python2.7/pyconfig.h:887:1: 警告:這是先前定義的位置gcc -pthread -shared build/temp.linux-x86_64-2.7/_mysql.o -L/usr/lib64/mysql -L/usr/lib64 -lmysqlclient_r -lz -lpthread -lcrypt -lnsl -lm -lpthread -lssl -lcrypto -o build/lib.linux-x86_64-2.7/_mysql.so/usr/bin/ld: cannot find -lmysqlclient_rcollect2: ld 返回 1error: command 'gcc' failed with exit status 1
完美解決:
yum install mysql-devel
三、可能出現的附加錯誤
yum install mysql-devel安裝時會報如下錯誤:
包括MySQL-libs、 devel、 client的錯誤不一一列舉
mysql各種模塊之間的沖突。先全部卸載,再安裝hue需要的全部組件。(前面忘了說Hadoop,下面一起安裝)
[html]view plaincopy全部卸載干淨後,安裝這些依賴軟件:
[html]view plaincopyhttp://xxxxxx/Linuxjc/1156052.html TechArticle