Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mac os x install problem #14

Open
huweiqing915 opened this issue May 25, 2015 · 0 comments
Open

mac os x install problem #14

huweiqing915 opened this issue May 25, 2015 · 0 comments

Comments

@huweiqing915
Copy link

I just run with ./configure,but i meet the problem like this
configure: error: libdssl header file not found. https://github.com/downloads/plashchynski/viewssld/libdssl-2.1.1.tar.gz

and the log paste under:

-----------

Core tests.

-----------

configure:1880: checking build system type
configure:1898: result: x86_64-unknown-linux-gnu
configure:1920: checking host system type
configure:1935: result: x86_64-unknown-linux-gnu
configure:1957: checking target system type
configure:1972: result: x86_64-unknown-linux-gnu
configure:2016: checking for a BSD-compatible install
configure:2084: result: /usr/bin/install -c
configure:2095: checking whether build environment is sane
configure:2155: result: yes
configure:2296: checking for a thread-safe mkdir -p
configure:2335: result: /bin/mkdir -p
configure:2348: checking for gawk
configure:2364: found /bin/gawk
configure:2375: result: gawk
configure:2386: checking whether make sets $(MAKE)
configure:2408: result: yes
configure:2505: checking for a BSD-compatible install
configure:2573: result: /usr/bin/install -c
configure:2632: checking for gcc
configure:2648: found /usr/bin/gcc
configure:2659: result: gcc
configure:2891: checking for C compiler version
configure:2899: gcc --version >&5
gcc (GCC) 4.4.6 20120305 (Red Hat 4.4.6-4)
Copyright (C) 2010 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:2903: $? = 0
configure:2910: gcc -v >&5
Using built-in specs.
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-ppl --with-cloog --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
Thread model: posix
gcc version 4.4.6 20120305 (Red Hat 4.4.6-4) (GCC)
configure:2914: $? = 0
configure:2921: gcc -V >&5
gcc: '-V' option must have argument
configure:2925: $? = 1
configure:2948: checking for C compiler default output file name
configure:2970: gcc conftest.c >&5
configure:2974: $? = 0
configure:3012: result: a.out
configure:3031: checking whether the C compiler works
configure:3041: ./a.out
configure:3045: $? = 0
configure:3064: result: yes
configure:3071: checking whether we are cross compiling
configure:3073: result: no
configure:3076: checking for suffix of executables
configure:3083: gcc -o conftest conftest.c >&5
configure:3087: $? = 0
configure:3113: result:
configure:3119: checking for suffix of object files
configure:3145: gcc -c conftest.c >&5
configure:3149: $? = 0
configure:3174: result: o
configure:3178: checking whether we are using the GNU C compiler
configure:3207: gcc -c conftest.c >&5
configure:3214: $? = 0
configure:3231: result: yes
configure:3240: checking whether gcc accepts -g
configure:3270: gcc -c -g conftest.c >&5
configure:3277: $? = 0
configure:3378: result: yes
configure:3395: checking for gcc option to accept ISO C89
configure:3469: gcc -c -g -O2 conftest.c >&5
configure:3476: $? = 0
configure:3499: result: none needed
configure:3528: checking for style of include used by make
configure:3556: result: GNU
configure:3581: checking dependency style of gcc
configure:3691: result: gcc3
configure:3713: checking how to run the C preprocessor
configure:3753: gcc -E conftest.c
configure:3760: $? = 0
configure:3791: gcc -E conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:3798: $? = 1
configure: failed program was:
| /* confdefs.h. /
| #define PACKAGE_NAME "viewssld"
| #define PACKAGE_TARNAME "viewssld"
| #define PACKAGE_VERSION "0.7.0"
| #define PACKAGE_STRING "viewssld 0.7.0"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE "viewssld"
| #define VERSION "0.7.0"
| /
end confdefs.h. /
| #include <ac_nonexistent.h>
configure:3831: result: gcc -E
configure:3860: gcc -E conftest.c
configure:3867: $? = 0
configure:3898: gcc -E conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:3905: $? = 1
configure: failed program was:
| /
confdefs.h. /
| #define PACKAGE_NAME "viewssld"
| #define PACKAGE_TARNAME "viewssld"
| #define PACKAGE_VERSION "0.7.0"
| #define PACKAGE_STRING "viewssld 0.7.0"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE "viewssld"
| #define VERSION "0.7.0"
| /
end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3945: checking for grep that handles long lines and -e
configure:4005: result: /bin/grep
configure:4010: checking for egrep
configure:4074: result: /bin/grep -E
configure:4079: checking for ANSI C header files
configure:4109: gcc -c -g -O2 conftest.c >&5
configure:4116: $? = 0
configure:4215: gcc -o conftest -g -O2 conftest.c >&5
configure:4219: $? = 0
configure:4225: ./conftest
configure:4229: $? = 0
configure:4247: result: yes
configure:4257: checking for sys/wait.h that is POSIX.1 compatible
configure:4293: gcc -c -g -O2 conftest.c >&5
configure:4300: $? = 0
configure:4315: result: yes
configure:4339: checking for sys/types.h
configure:4360: gcc -c -g -O2 conftest.c >&5
configure:4367: $? = 0
configure:4384: result: yes
configure:4339: checking for sys/stat.h
configure:4360: gcc -c -g -O2 conftest.c >&5
configure:4367: $? = 0
configure:4384: result: yes
configure:4339: checking for stdlib.h
configure:4360: gcc -c -g -O2 conftest.c >&5
configure:4367: $? = 0
configure:4384: result: yes
configure:4339: checking for string.h
configure:4360: gcc -c -g -O2 conftest.c >&5
configure:4367: $? = 0
configure:4384: result: yes
configure:4339: checking for memory.h
configure:4360: gcc -c -g -O2 conftest.c >&5
configure:4367: $? = 0
configure:4384: result: yes
configure:4339: checking for strings.h
configure:4360: gcc -c -g -O2 conftest.c >&5
configure:4367: $? = 0
configure:4384: result: yes
configure:4339: checking for inttypes.h
configure:4360: gcc -c -g -O2 conftest.c >&5
configure:4367: $? = 0
configure:4384: result: yes
configure:4339: checking for stdint.h
configure:4360: gcc -c -g -O2 conftest.c >&5
configure:4367: $? = 0
configure:4384: result: yes
configure:4339: checking for unistd.h
configure:4360: gcc -c -g -O2 conftest.c >&5
configure:4367: $? = 0
configure:4384: result: yes
configure:4421: checking arpa/inet.h usability
configure:4438: gcc -c -g -O2 conftest.c >&5
configure:4445: $? = 0
configure:4459: result: yes
configure:4463: checking arpa/inet.h presence
configure:4478: gcc -E conftest.c
configure:4485: $? = 0
configure:4499: result: yes
configure:4532: checking for arpa/inet.h
configure:4541: result: yes
configure:4421: checking netinet/in.h usability
configure:4438: gcc -c -g -O2 conftest.c >&5
configure:4445: $? = 0
configure:4459: result: yes
configure:4463: checking netinet/in.h presence
configure:4478: gcc -E conftest.c
configure:4485: $? = 0
configure:4499: result: yes
configure:4532: checking for netinet/in.h
configure:4541: result: yes
configure:4410: checking for stdlib.h
configure:4417: result: yes
configure:4410: checking for string.h
configure:4417: result: yes
configure:4421: checking sys/ioctl.h usability
configure:4438: gcc -c -g -O2 conftest.c >&5
configure:4445: $? = 0
configure:4459: result: yes
configure:4463: checking sys/ioctl.h presence
configure:4478: gcc -E conftest.c
configure:4485: $? = 0
configure:4499: result: yes
configure:4532: checking for sys/ioctl.h
configure:4541: result: yes
configure:4421: checking sys/socket.h usability
configure:4438: gcc -c -g -O2 conftest.c >&5
configure:4445: $? = 0
configure:4459: result: yes
configure:4463: checking sys/socket.h presence
configure:4478: gcc -E conftest.c
configure:4485: $? = 0
configure:4499: result: yes
configure:4532: checking for sys/socket.h
configure:4541: result: yes
configure:4421: checking syslog.h usability
configure:4438: gcc -c -g -O2 conftest.c >&5
configure:4445: $? = 0
configure:4459: result: yes
configure:4463: checking syslog.h presence
configure:4478: gcc -E conftest.c
configure:4485: $? = 0
configure:4499: result: yes
configure:4532: checking for syslog.h
configure:4541: result: yes
configure:4410: checking for unistd.h
configure:4417: result: yes
configure:4720: creating ./config.status

----------------------

Running config.status.

----------------------

This file was extended by viewssld config.status 0.7.0, which was
generated by GNU Autoconf 2.63. Invocation command line was

CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status

on jh-portmirror02

config.status:710: creating Makefile
config.status:710: creating src/Makefile
config.status:710: creating doc/Makefile
config.status:710: creating distribute.sh
config.status:921: executing depfiles commands
config.status:921: executing default commands
configure:5873: checking pcap.h usability
configure:5890: gcc -c -g -O2 conftest.c >&5
configure:5897: $? = 0
configure:5911: result: yes
configure:5915: checking pcap.h presence
configure:5930: gcc -E conftest.c
configure:5937: $? = 0
configure:5951: result: yes
configure:5984: checking for pcap.h
configure:5991: result: yes
configure:6014: checking openssl/ssl.h usability
configure:6031: gcc -c -g -O2 conftest.c >&5
configure:6038: $? = 0
configure:6052: result: yes
configure:6056: checking openssl/ssl.h presence
configure:6071: gcc -E conftest.c
configure:6078: $? = 0
configure:6092: result: yes
configure:6125: checking for openssl/ssl.h
configure:6132: result: yes
configure:6145: checking for dssl/sslcap.h
configure:6169: gcc -c -g -O2 conftest.c >&5
In file included from /usr/local/include/dssl/sslcap.h:25,
from conftest.c:34:
/usr/local/include/dssl/dssl_defs.h:96: error: expected declaration specifiers or '...' before 'u_char'
In file included from /usr/local/include/dssl/stream.h:24,
from /usr/local/include/dssl/session.h:25,
from /usr/local/include/dssl/session_table.h:24,
from /usr/local/include/dssl/capenv.h:24,
from /usr/local/include/dssl/sslcap.h:29,
from conftest.c:34:
/usr/local/include/dssl/packet.h:36: error: expected ':', ',', ';', '}' or 'attribute' before '' token
In file included from /usr/local/include/dssl/session.h:25,
from /usr/local/include/dssl/session_table.h:24,
from /usr/local/include/dssl/capenv.h:24,
from /usr/local/include/dssl/sslcap.h:29,
from conftest.c:34:
/usr/local/include/dssl/stream.h:43: error: field 'ack_time' has incomplete type
/usr/local/include/dssl/stream.h:79: error: field 'syn_time' has incomplete type
/usr/local/include/dssl/stream.h:81: error: field 'first_ack_time' has incomplete type
In file included from /usr/local/include/dssl/session_table.h:24,
from /usr/local/include/dssl/capenv.h:24,
from /usr/local/include/dssl/sslcap.h:29,
from conftest.c:34:
/usr/local/include/dssl/session.h:49: error: field 'packet_time' has incomplete type
/usr/local/include/dssl/session.h:51: error: expected specifier-qualifier-list before 'time_t'
In file included from /usr/local/include/dssl/capenv.h:24,
from /usr/local/include/dssl/sslcap.h:29,
from conftest.c:34:
/usr/local/include/dssl/session_table.h:46: error: expected specifier-qualifier-list before 'time_t'
In file included from /usr/local/include/dssl/capenv.h:25,
from /usr/local/include/dssl/sslcap.h:29,
from conftest.c:34:
/usr/local/include/dssl/ssl_ctx.h:38: error: expected specifier-qualifier-list before 'EVP_PKEY'
/usr/local/include/dssl/ssl_ctx.h:53: error: expected specifier-qualifier-list before 'EVP_PKEY'
/usr/local/include/dssl/ssl_ctx.h:73: error: expected declaration specifiers or '...' before 'EVP_PKEY'
/usr/local/include/dssl/ssl_ctx.h:96: error: expected declaration specifiers or '...' before 'EVP_PKEY'
In file included from /usr/local/include/dssl/sslcap.h:29,
from conftest.c:34:
/usr/local/include/dssl/capenv.h:51: error: expected specifier-qualifier-list before 'pcap_t'
/usr/local/include/dssl/capenv.h:76: error: expected ')' before '
' token
/usr/local/include/dssl/capenv.h:101: error: expected declaration specifiers or '...' before 'EVP_PKEY'
/usr/local/include/dssl/capenv.h:104: error: expected declaration specifiers or '...' before 'EVP_PKEY'
configure:6176: $? = 1
configure: failed program was:
| /* confdefs.h. /
| #define PACKAGE_NAME "viewssld"
| #define PACKAGE_TARNAME "viewssld"
| #define PACKAGE_VERSION "0.7.0"
| #define PACKAGE_STRING "viewssld 0.7.0"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE "viewssld"
| #define VERSION "0.7.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UNISTD_H 1
| /
end confdefs.h. */
| #ifdef HAVE_SSLCAP_H
| # include <dssl/sslcap.h>
| #endif
|
|
| #include <dssl/sslcap.h>
configure:6191: result: no
configure:6196: error: libdssl header file not found. https://github.com/downloads/plashchynski/viewssld/libdssl-2.1.1.tar.gz

----------------

Cache variables.

----------------

ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
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_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_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_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_header_arpa_inet_h=yes
ac_cv_header_dssl_sslcap_h=no
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_netinet_in_h=yes
ac_cv_header_openssl_ssl_h=yes
ac_cv_header_pcap_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_ioctl_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_syslog_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GREP=/bin/grep
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_target=x86_64-unknown-linux-gnu
am_cv_CC_dependencies_compiler_type=gcc3

-----------------

Output variables.

-----------------

ACLOCAL='${SHELL} /home/huweiqing/viewssld/missing --run aclocal-1.11'
AMDEPBACKSLASH=''
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/huweiqing/viewssld/missing --run tar'
AUTOCONF='${SHELL} /home/huweiqing/viewssld/missing --run autoconf'
AUTOHEADER='${SHELL} /home/huweiqing/viewssld/missing --run autoheader'
AUTOMAKE='${SHELL} /home/huweiqing/viewssld/missing --run automake-1.11'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
CYGPATH_W='echo'
DEFS='-DPACKAGE_NAME="viewssld" -DPACKAGE_TARNAME="viewssld" -DPACKAGE_VERSION="0.7.0" -DPACKAGE_STRING="viewssld\ 0.7.0" -DPACKAGE_BUGREPORT="[email protected]" -DPACKAGE="viewssld" -DVERSION="0.7.0" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ARPA_INET_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1'
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
GREP='/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/huweiqing/viewssld/missing --run makeinfo'
MKDIR_P='/bin/mkdir -p'
OBJEXT='o'
PACKAGE='viewssld'
PACKAGE_BUGREPORT='[email protected]'
PACKAGE_NAME='viewssld'
PACKAGE_STRING='viewssld 0.7.0'
PACKAGE_TARNAME='viewssld'
PACKAGE_VERSION='0.7.0'
PATH_SEPARATOR=':'
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
VERSION='0.7.0'
ac_ct_CC='gcc'
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/huweiqing/viewssld/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='x86_64-unknown-linux-gnu'
target_alias=''
target_cpu='x86_64'
target_os='linux-gnu'
target_vendor='unknown'

-----------

confdefs.h.

-----------

define PACKAGE_NAME "viewssld"

define PACKAGE_TARNAME "viewssld"

define PACKAGE_VERSION "0.7.0"

define PACKAGE_STRING "viewssld 0.7.0"

define PACKAGE_BUGREPORT "[email protected]"

define PACKAGE "viewssld"

define VERSION "0.7.0"

define STDC_HEADERS 1

define HAVE_SYS_WAIT_H 1

define HAVE_SYS_TYPES_H 1

define HAVE_SYS_STAT_H 1

define HAVE_STDLIB_H 1

define HAVE_STRING_H 1

define HAVE_MEMORY_H 1

define HAVE_STRINGS_H 1

define HAVE_INTTYPES_H 1

define HAVE_STDINT_H 1

define HAVE_UNISTD_H 1

define HAVE_ARPA_INET_H 1

define HAVE_NETINET_IN_H 1

define HAVE_STDLIB_H 1

define HAVE_STRING_H 1

define HAVE_SYS_IOCTL_H 1

define HAVE_SYS_SOCKET_H 1

define HAVE_SYSLOG_H 1

define HAVE_UNISTD_H 1

configure: exit 1

could you help me to solve this problem,thank you very much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant