容器技术交流

 找回密码
 立即注册
查看: 3612|回复: 1

[求助]FreeBSD7.0最小安装+Famp5.1.0,安装pecl-memcache失败!

[复制链接]
发表于 2009-11-5 18:23:08 | 显示全部楼层 |阅读模式
使用了最小安装,然后我在上面装了ports。
使用ports安装缓存memcache 这个安装成功了。
pecl-memcache缺失败了。附上截图。


另外,能否将这两个软件集成在Famp里面啊?

望好心人能帮忙
出错.jpg
 楼主| 发表于 2009-11-5 18:26:44 | 显示全部楼层
[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 configure, which was
generated by GNU Autoconf 2.59.  Invocation command line was

  $ ./configure --prefix=/usr/local --mandir=/usr/local/man --infodir=/usr/local/info/ i386-portbld-freebsd7.0

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

hostname = famp7.localdomain
uname -m = i386
uname -r = 7.0-RELEASE
uname -s = FreeBSD
uname -v = FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008     root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC

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

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

PATH: /sbin
PATH: /bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /usr/games
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /root/bin


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

configure:1252: checking for perl
configure:1257: ...version 5.005 required
configure:1266: trying perl
found version 5.01
configure:1275: result: perl
configure:1308: checking for i386-portbld-freebsd7.0-gcc
configure:1334: result: cc
configure:1616: checking for C compiler version
configure:1619: cc --version </dev/null >&5
cc (GCC) 4.2.1 20070719  [FreeBSD]
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:1622: $? = 0
configure:1624: cc -v </dev/null >&5
Using built-in specs.
Target: i386-undermydesk-freebsd
Configured with: FreeBSD/i386 system compiler
Thread model: posix
gcc version 4.2.1 20070719  [FreeBSD]
configure:1627: $? = 0
configure:1629: cc -V </dev/null >&5
cc: '-V' option must have argument
configure:1632: $? = 1
configure:1655: checking for C compiler default output file name
configure:1658: cc -O2 -fno-strict-aliasing -pipe    conftest.c  >&5
configure:1661: $? = 0
configure:1707: result: a.out
configure:1712: checking whether the C compiler works
configure:1718: ./a.out
configure:1721: $? = 0
configure:1738: result: yes
configure:1745: checking whether we are cross compiling
configure:1747: result: no
configure:1750: checking for suffix of executables
configure:1752: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c  >&5
configure:1755: $? = 0
configure:1780: result:
configure:1786: checking for suffix of object files
configure:1807: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
configure:1810: $? = 0
configure:1832: result: o
configure:1836: checking whether we are using the GNU C compiler
configure:1860: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
configure:1866: $? = 0
configure:1869: test -z                          || test ! -s conftest.err
configure:1872: $? = 0
configure:1875: test -s conftest.o
configure:1878: $? = 0
configure:1891: result: yes
configure:1897: checking whether cc accepts -g
configure:1918: cc -c -g  conftest.c >&5
configure:1924: $? = 0
configure:1927: test -z                          || test ! -s conftest.err
configure:1930: $? = 0
configure:1933: test -s conftest.o
configure:1936: $? = 0
configure:1947: result: yes
configure:1964: checking for cc option to accept ANSI C
configure:2034: cc  -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
configure:2040: $? = 0
configure:2043: test -z                          || test ! -s conftest.err
configure:2046: $? = 0
configure:2049: test -s conftest.o
configure:2052: $? = 0
configure:2070: result: none needed
configure:2088: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me'
configure:2094: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:2225: checking for library containing dlsym
configure:2255: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c  >&5
configure:2261: $? = 0
configure:2264: test -z                          || test ! -s conftest.err
configure:2267: $? = 0
configure:2270: test -s conftest
configure:2273: $? = 0
configure:2342: result: none required
configure:2350: checking for module Locale::gettext
Can't locate Locale/gettext.pm in @INC (@INC contains: /usr/local/perl/lib/5.10.0/i386-freebsd /usr/local/perl/lib/5.10.0 /usr/local/perl/lib/site_perl/5.10.0/i386-freebsd /usr/local/perl/lib/site_perl/5.10.0 .).
BEGIN failed--compilation aborted.
configure:2362: result: no
configure:2366: error: perl module Locale::gettext required

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

ac_cv_c_compiler_gnu=yes
ac_cv_enable_nls=yes
ac_cv_env_CC_set=set
ac_cv_env_CC_value=cc
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-O2 -fno-strict-aliasing -pipe '
ac_cv_env_CPPFLAGS_set=''
ac_cv_env_CPPFLAGS_value=''
ac_cv_env_LDFLAGS_set=''
ac_cv_env_LDFLAGS_value=''
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=i386-portbld-freebsd7.0
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=i386-portbld-freebsd7.0
ac_cv_env_target_alias_set=set
ac_cv_env_target_alias_value=i386-portbld-freebsd7.0
ac_cv_exeext=''
ac_cv_module_Locale__gettext=no
ac_cv_objext=o
ac_cv_prog_CC=cc
ac_cv_prog_PERL=perl
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=''
ac_cv_search_dlsym='none required'
lt_cv_sys_max_cmd_len=262144

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

CC='cc'
CFLAGS='-O2 -fno-strict-aliasing -pipe '
CPPFLAGS=''
DEFS=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EXEEXT=''
INSTALL_DATA='install  -o root -g wheel -m 444'
INSTALL_INFO=''
INSTALL_PROGRAM='install  -s -o root -g wheel -m 555'
INSTALL_SCRIPT='install  -o root -g wheel -m 555'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
MAKEINFO=''
MSGFMT=''
OBJEXT='o'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PERL='perl'
SHELL='/bin/sh'
ac_ct_CC=''
bindir='${exec_prefix}/bin'
build_alias='i386-portbld-freebsd7.0'
datadir='${prefix}/share'
exec_prefix='NONE'
extra_make_all=''
extra_make_install=''
host_alias='i386-portbld-freebsd7.0'
includedir='${prefix}/include'
infodir='/usr/local/info/'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='/usr/local/man'
oldincludedir='/usr/include'
prefix='/usr/local'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias='i386-portbld-freebsd7.0'

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

#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""

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

本版积分规则

手机版|小黑屋|Archiver|URLOS ( 粤ICP备18087780号 )

GMT+8, 2025-5-11 07:49 , Processed in 0.032497 second(s), 21 queries .

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表