免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 3437 | 回复: 1
打印 上一主题 下一主题

[FTP] VSFTPD+PAM-MYSQL配置问题(./configure) [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2007-06-26 12:36 |只看该作者 |倒序浏览
[root@sh pam_mysql-0.7RC1]# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets $(MAKE)... yes
checking for working aclocal-1.4... missing
checking for working autoconf... missing
checking for working automake-1.4... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking whether to enable maintainer-specific portions of Makefiles... no
checking for bison... no
checking for byacc... no
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking for C++ compiler default output file name... configure: error: C++ compiler cannot create executables
See `config.log' for more details.


[root@sh pam_mysql-0.7RC1]# gcc -v
使用内建 specs。
目标:i386-redhat-linux
配置为:../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic --host=i386-redhat-linux
线程模型:posix
gcc 版本 4.1.1 20070105 (Red Hat 4.1.1-51)

[root@sh pam_mysql-0.7RC1]# echo $CFLAGS
输出结果为空
[root@sh pam_mysql-0.7RC1]# echo $CPPFLAGS
输出结果为空

论坛徽章:
0
2 [报告]
发表于 2007-06-26 12:37 |只看该作者
config.log文件内容
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by pam_mysql configure 0.7RC1, which was
generated by GNU Autoconf 2.59.  Invocation command line was

  $ ./configure

## --------- ##
## Platform. ##
## --------- ##

hostname = shoelink.net
uname -m = i686
uname -r = 2.6.20-1.2952.fc6
uname -s = Linux
uname -v = #1 SMP Wed May 16 17:59:13 EDT 2007

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = i686
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
hostinfo               = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/kerberos/sbin
PATH: /usr/kerberos/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /sbin
PATH: /bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /usr/X11R6/bin
PATH: /root/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1571: checking for a BSD-compatible install
configure:1626: result: /usr/bin/install -c
configure:1637: checking whether build environment is sane
configure:1680: result: yes
configure:1695: checking whether make sets $(MAKE)
configure:1715: result: yes
configure:1747: checking for working aclocal-1.4
configure:1758: result: missing
configure:1762: checking for working autoconf
configure:1773: result: missing
configure:1777: checking for working automake-1.4
configure:1788: result: missing
configure:1792: checking for working autoheader
configure:1803: result: missing
configure:1807: checking for working makeinfo
configure:1818: result: missing
configure:1829: checking whether to enable maintainer-specific portions of Makefiles
configure:1838: result: no
configure:1864: checking for bison
configure:1893: result: no
configure:1864: checking for byacc
configure:1893: result: no
configure:1953: checking for g++
configure:1982: result: no
configure:1953: checking for c++
configure:1982: result: no
configure:1953: checking for gpp
configure:1982: result: no
configure:1953: checking for aCC
configure:1982: result: no
configure:1953: checking for CC
configure:1982: result: no
configure:1953: checking for cxx
configure:1982: result: no
configure:1953: checking for cc++
configure:1982: result: no
configure:1953: checking for cl
configure:1982: result: no
configure:1953: checking for FCC
configure:1982: result: no
configure:1953: checking for KCC
configure:1982: result: no
configure:1953: checking for RCC
configure:1982: result: no
configure:1953: checking for xlC_r
configure:1982: result: no
configure:1953: checking for xlC
configure:1982: result: no
configure:1995: checking for C++ compiler version
configure:1998: g++ --version </dev/null >&5
./configure: line 1999: g++: command not found
configure:2001: $? = 127
configure:2003: g++ -v </dev/null >&5
./configure: line 2004: g++: command not found
configure:2006: $? = 127
configure:2008: g++ -V </dev/null >&5
./configure: line 2009: g++: command not found
configure:2011: $? = 127
configure:2034: checking for C++ compiler default output file name
configure:2037: g++    conftest.cc  >&5
./configure: line 2038: g++: command not found
configure:2040: $? = 127
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "pam_mysql"
| #define PACKAGE_TARNAME "pam_mysql"
| #define PACKAGE_VERSION "0.7RC1"
| #define PACKAGE_STRING "pam_mysql 0.7RC1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "pam_mysql"
| #define VERSION "0.7RC1"
| /* end confdefs.h.  */
|
| int
| main ()
| {
|
|   ;
|   return 0;
| }
configure:2079: error: C++ compiler cannot create executables
See `config.log' for more details.

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_openssl_CFLAGS_set=
ac_cv_env_openssl_CFLAGS_value=
ac_cv_env_openssl_LIBS_set=
ac_cv_env_openssl_LIBS_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_make_make_set=yes

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='/root/Desktop/pam_mysql-0.7RC1/missing aclocal-1.4'
ALLOCA=''
AR=''
AUTOCONF='/root/Desktop/pam_mysql-0.7RC1/missing autoconf'
AUTOHEADER='/root/Desktop/pam_mysql-0.7RC1/missing autoheader'
AUTOMAKE='/root/Desktop/pam_mysql-0.7RC1/missing automake-1.4'
CC=''
CFLAGS=''
CPP=''
CPPFLAGS=''
CXX='g++'
CXXCPP=''
CXXFLAGS=''
DEFS=''
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
EXEEXT=''
F77=''
FFLAGS=''
INCLUDES=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBTOOL=''
LN_S=''
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='/root/Desktop/pam_mysql-0.7RC1/missing makeinfo'
OBJEXT=''
PACKAGE='pam_mysql'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='pam_mysql'
PACKAGE_STRING='pam_mysql 0.7RC1'
PACKAGE_TARNAME='pam_mysql'
PACKAGE_VERSION='0.7RC1'
PAM_MODS_DIR=''
PATH_SEPARATOR=':'
PKG_CONFIG=''
RANLIB=''
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
VERSION='0.7RC1'
YACC='yacc'
ac_ct_AR=''
ac_ct_CC=''
ac_ct_CXX='g++'
ac_ct_F77=''
ac_ct_RANLIB=''
ac_ct_STRIP=''
ac_pt_PKG_CONFIG=''
bindir='${exec_prefix}/bin'
build=''
build_alias=''
build_cpu=''
build_os=''
build_vendor=''
datadir='${prefix}/share'
exec_prefix='NONE'
host=''
host_alias=''
host_cpu=''
host_os=''
host_vendor=''
includedir='${prefix}/include'
infodir='${prefix}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
openssl_CFLAGS=''
openssl_LIBS=''
prefix='NONE'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE "pam_mysql"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME "pam_mysql"
#define PACKAGE_STRING "pam_mysql 0.7RC1"
#define PACKAGE_TARNAME "pam_mysql"
#define PACKAGE_VERSION "0.7RC1"
#define VERSION "0.7RC1"

configure: exit 77
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP