1. su -c "yum -y install autoconf automake gcc httpd-devel libcurl-devel libtool libxml2-devel mod_dav_svn subversion-devel"
2. wget http://downloads.atlassian.com/software/crowd/downloads/cwdapache/mod_authnz_crowd-2.2.2.tar.gz
3. tar xzf mod_authnz_crowd-2.2.2.tar.gz
4. cd mod_authnz_crowd-2.2.2
5. autoreconf --install
6. ./configure
7. make
8. su -c "make install"
我使用的是CentOS 7,Crowd版本是2.9,Apache Http Server版本是2.4。在centos上安裝和配置crowd-apache連接器7
以上是在任何類Unix系統中安裝crowd-apache連接器的步驟。
直到前4個步驟沒有問題,但從步驟5我分別得到以下錯誤的命令。
所以我的問題是:
是至CentOS 7或CentOS的任何版本比6高*與Apache 2.4版本兼容人羣的Apache連接器?
如果兼容,那麼完成此步驟的步驟是什麼?
或者我怎麼能擺脫這些錯誤,併成功打造人羣的Apache連接器的CentOS 7
[根@本地mod_authnz_crowd-2.2.2]#autoreconf --install
libtoolize:將輔助文件在.'. libtoolize: copying file
./ltmain.sh」 libtoolize:在AC_CONFIG_MACRO_DIR把宏m4'. libtoolize: copying file
M4/libtool.m4' libtoolize:複製文件m4/ltoptions.m4' libtoolize: copying file
M4/ltsugar.m4' libtoolize:複製文件m4/ltversion.m4' libtoolize: copying file
M4/LT〜obsolete.m4' configure.ac:4:安裝'./config.guess' configure.ac:4:正在安裝'./config.sub' configure.ac:2:正在安裝'./install-sh' configure.ac:2:安裝'./missing' automake:warnings被視爲錯誤 /usr/share/automake-1.13/am/ltlibrary.am:warning:'mod_authnz_crowd.la':使用非POSIX鏈接libtool庫 /usr/share/automake-1.13/am/ltlibrary.am:archiver需要'configure.ac'中的'AM_PROG_AR' src/Makefile.am:3:在處理Libtool庫'mod_authnz_crowd.la'時 src/Makefile.am:正在安裝'./depcomp' src/Makefile.am:8:警告:'CFLAGS'是一個用戶變量,你不應該覆蓋它; src/Makefile.am:8:使用'AM_CFLAGS'代替 parallel-tests:安裝'./test-driver' /usr/share/automake-1.13/am/ltlibrary.am:warning:'mod_authz_svn_crowd.la' :使用非POSIX鏈接libtool庫 /usr/share/automake-1.13/am/ltlibrary.am:archiver需要在'configure.ac'中創建'AM_PROG_AR' src/svn/Makefile.am:1:在處理Libtool library'mod_authz_svn_crowd.la' src/svn/Makefile.am:6:warning:'CFLAGS'是一個用戶變量,你不應該覆蓋它; SRC/SVN/Makefile.am:6:使用 'AM_CFLAGS' 代替
autoreconf:automake的失敗,退出狀態:1[根@本地mod_authnz_crowd-2.2.2]#的./configure 配置:錯誤:無法找到Apache apxs二進制
[root @ localhost mod_authnz_crowd-2.2.2]#make make:***沒有指定目標,也沒有找到任何生成文件。停止。
[根@本地mod_authnz_crowd-2.2.2]#蘇-c 「make install的」
化妝:***沒有規則,使目標`安裝」。停止。