Marco
26 February 2010, 18:51
Hiawatha version: 7.0
Operating System: Fedora 12 with kernel 2.6.31.12
Hello Hugo
I have this install problem:
first I run the command:
./configure --sysconfdir=/etc --mandir=/usr/share/man --localstatedir=/var
and it return:
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
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 ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
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... yes
checking crypt.h usability... yes
checking crypt.h presence... yes
checking for crypt.h... yes
checking rpcsvc/crypt.h usability... no
checking rpcsvc/crypt.h presence... no
checking for rpcsvc/crypt.h... no
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking netinet/tcp.h usability... yes
checking netinet/tcp.h presence... yes
checking for netinet/tcp.h... yes
checking for library containing gethostbyname... none required
checking for library containing socket... none required
checking for caching... yes
checking for CommandChannel... no
checking for CommandChannel... no
checking for debug support... no
checking for IPv6 support... yes
checking for monitor... yes
checking for ssl support... yes
checking for BIO_free in -lcrypto... no
checking for SSL_library_init in -lssl... no
checking for URL toolkit... yes
checking for XSLT support... yes
checking for xmlReadFile in -lxml2... yes
checking for xsltApplyStylesheet in -lxslt... yes
checking for clearenv... yes
checking for strcasecmp... yes
checking for strncasecmp... yes
checking for strcasestr... yes
checking for setenv... yes
checking for unsetenv... yes
checking for crypt... no
checking for gzdopen... no
checking for crypt in -lcrypt... yes
checking for gzdopen in -lz... yes
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating etc/hiawatha/hiawatha.conf
config.status: creating doc/hiawatha.1
config.status: creating doc/php-fcgi.1
config.status: creating doc/cgi-wrapper.1
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
and make return me:
make all-am
make[1]: Entering directory `/tmp/hiawatha-7.0'
gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -pthread -g -O2 -MT hiawatha-cache.o -MD -MP -MF .deps/hiawatha-cache.Tpo -c -o hiawatha-cache.o `test -f 'cache.c' || echo './'`cache.c
In file included from session.h:17,
from cache.c:26:
libssl.h:23:25: error: openssl/bio.h: No such file or directory
libssl.h:24:25: error: openssl/ssl.h: No such file or directory
libssl.h:25:28: error: openssl/engine.h: No such file or directory
In file included from session.h:17,
from cache.c:26:
libssl.h:28: error: expected ?=', ?,', ?;', ?asm' or ?__attribute__' before ?*'
token
libssl.h:29: error: expected declaration specifiers or ?...' before ?SSL'
libssl.h:29: error: expected declaration specifiers or ?...' before ?SSL_CTX'
libssl.h:30: error: expected ?)' before ?*' token
libssl.h:31: error: expected ?)' before ?*' token
libssl.h:32: error: expected ?)' before ?*' token
libssl.h:33: error: expected ?)' before ?*' token
libssl.h:34: error: expected ?)' before ?*' token
In file included from session.h:21,
from cache.c:26:
serverconfig.h:113: error: expected specifier-qualifier-list before ?SSL_CTX'
libssl.h:30: error: expected ?)' before ?*' token
libssl.h:31: error: expected ?)' before ?*' token
libssl.h:32: error: expected ?)' before ?*' token
libssl.h:33: error: expected ?)' before ?*' token
libssl.h:34: error: expected ?)' before ?*' token
In file included from session.h:21,
from cache.c:26:
serverconfig.h:113: error: expected specifier-qualifier-list before ?SSL_CTX'
In file included from cache.c:26:
session.h:98: error: expected specifier-qualifier-list before ?SSL'
make[1]: *** [hiawatha-cache.o] Error 1
make[1]: Leaving directory `/tmp/hiawatha-7.0'
make: *** [all] Error 2
What is the problem???
This topic has been closed.