- 论坛徽章:
- 0
|
配置bind9
-bash-3.00# ./configure --prefix=/data/local
checking build system type... sparc-sun-solaris2.10
checking host system type... sparc-sun-solaris2.10
checking whether make sets $(MAKE)... yes
checking for ranlib... ranlib
checking for a BSD-compatible install... ./install-sh -c
checking whether ln -s works... yes
checking for ar... /usr/ccs/bin/ar
checking for etags... no
checking for emacs-etags... no
checking for perl5... no
checking for perl... /bin/perl
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking how to run the C preprocessor... gcc -E
checking for egrep... egrep
checking for ANSI C header files... no
checking for fcntl.h... yes
checking for sys/time.h... yes
checking for unistd.h... yes
checking for sys/sockio.h... yes
checking for sys/select.h... yes
checking for sys/param.h... yes
checking for sys/sysctl.h... no
checking for net/if6.h... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for sysctlbyname... no
checking for static inline breakage... no
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... no
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... (cached) yes
checking for size_t... yes
checking for ssize_t... yes
checking for uintptr_t... yes
checking for socklen_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking for long long... yes
checking for struct lifconf... yes
checking if unistd.h or sys/types.h defines fd_set... yes
checking whether byte ordering is bigendian... yes
checking for OpenSSL library... using openssl from /usr/local/ssl/lib and /usr/local/ssl/include
checking whether linking with OpenSSL works... no
configure: error: Could not run test program using OpenSSL from
/usr/local/ssl/lib and /usr/local/ssl/include.
Please check the argument to --with-openssl and your
shared library configuration (e.g., LD_LIBRARY_PATH).
系统
-bash-3.00# uname -a
SunOS node11 5.10 Generic sun4u sparc SUNW,Netra-T4
环境变量
-bash-3.00# env
HZ=100
SHELL=/bin/bash
TERM=vt100
LD_LIBRARY_PATH=/usr/local:/usr/sfw/sparc-sun-solaris2.10/lib:/usr/local/ssl/lib:/usr/local/ssl/include
MAIL=/var/mail/root
PATH=/bin:/usr/bin:/usr/ucb:/usr/ccs/bin:/usr/local/bin:/etc:/usr/local/ssl
PWD=/
LANG=zh
TZ=PRC
SHLVL=1
HOME=/
LOGNAME=root
_=/bin/env
OLDPWD=/usr/local/ssl/include/openssl
请问哪里有问题配置不过去,多谢
[ 本帖最后由 unixumin 于 2007-8-1 17:51 编辑 ] |
|